Kamis, 25 Juni 2015

Kabar Gembira untuk kita semua!

Bukan kulit manggis kini ada ekstraknya (Udah basi :v)
Game project ane yg hilang beberapa waktu itu telah kembali jadi bisa lanjut!

Kamis, 04 Juni 2015

The demo is out!

Indonesia:
Akhirnya versi demo dari game ini sudah dirilis, silahkan download disini:

English:
Finally the demo version of this game has been released, please download here:

Senin, 01 Juni 2015

How to use Theolized's Inventory Secure

Indonesian:
Ini merupakan script yang sangat mudah tapi kebanyakan orang bilang itu susah, sampai-sampai menunggu demonya dibuat oleh Theo Allen, tapi saya sudah tahu cara menggunakan script tersebut dan saya akan memberikan tutorial singkat:

  •  Buka Theo's Inventory Secure lalu copy script tersebut.
  • Buka RPG Maker VX Ace lalu buka script lalu paste di Material namun diatas Main Process.
  • Setelah script terpasang, pilih event yang akan dibuat Inventory Secure. (Scene setelah intro merupakan tempat terbaik untuk membuat event pada pertama kalinya)
  • Klik event pertama lalu pilih "Script" (Tab 3 di bagian Advanced).
  • Ketik secure_inv(x). (x merupakan banyaknya inventory yang ingin kamu secure, tergantung banyaknya actor yang ingin kamu secure)
        Contoh seperti di layar tancap dibawah:
Contoh 1.1 Penggunaan secure_inv(1) dan secure_inv(2) pada event awal game





  • Setelah itu buka event dimana actor akan berganti peran, lalu masukan secure_inv(1) namun pasang get_inv(2) seperti layar tancap dibawah:
    Contoh 1.2  Gunakan get_inv(2) untuk mendapatkan inventory kosong untuk actor pegganti.
  • Kenapa harus tetap secure_inv(1)? Karena ketika actor utama mendapatkan item didalam game, harus tetap disecure agar item yang telah ditemukan tidak menghilang saat berganti actor.
  • Hal yang sama juga berlaku jika ingin berganti character lagi, jadi secure_inv(2) lalu get_inv(1) untuk mendapatkan kembali item dari actor utama.
  • Sekarang, coba playtest game kamu, jika terjadi kesalah sayan akan mengirimkan video demo. Berlaku jika comment di blog ini.
Selamat Mencoba!

English:
This is a easy script but many of them think that it was too difficult until they're waiting for Theo Allen to make this demo. But I know how to use this script and I'll give you some short tutorial:

  • Open Theo's Inventory Secure and copy the script.
  • Open RPG Maker VX Ace then open "script", then paste the script at Material above Main Process.
  • Once the script is installed, select the event that will be created Inventory Secure. (Scene after the intro is the best place to make the event the first time).
  • Click the first event and select "Script" ( Tab 3 in Advanced).
  • Type secure_inv (x). (x is the amount of inventory you want to secure, depending on the number of actors who want to secure).
  • Why should still secure_inv (1)? Because when the main actor get the items in the game, should remain in a secure in order that items that have been found not disappear when changing actors.
  • The same thing applies if you want to change the character again, so secure_inv (2) and get_inv (1) to recover items from the main actor.
  • Now, try to playtest your game, if it goes wrong I will send you a demo video. Applies if a comment on this blog.
Good Luck!

Script by: Theo Allen


Repel Item

Indonesia:
Pernah main pokemon gk? Kalo iya pasti familiar dengan item Repel. Yup! Item yang dapat mengusir hama dan pengacau sekarang akan ada di game ini! Namun saya ingin mencari script yang dapat memberikan notif apabila efek repelnya udah habis.

English:
Do you play pokemon? If you do, you must be familiar with item named Repel. Yup! This item which could repel pest and annoying brats now available in this game! But I need to find a script which could give a notification if the repel effect already out.

This idea has been cancelled!

Sabtu, 30 Mei 2015

Crelixis Chronicles Update! "Desperation Attack"

Indonesia:
Kalian pernah main Final Fantasy VI gk? Kalo iya, kalian pasti sudah tahu apa itu Desperation Attack. Desperation Attack adalah sebuah serangan depresi (alias panik) yang memberikan damage yang besar kepada musuhnya jika HP actor dibawah 25%.
Di project saya kali ini, saya akan menggunakan desperation attack kepada keempat actor saya.

English:
Do you playing Final Fantasy VI? If you do, you already know what Desperation Attack is. Desperation Attack is the depression attack (aka panic) which gives huge damage to the enemies if the actor's HP below 25%.
In my project, I'll use desperation attack to all my four actors.

Layar Tancap/Screenshot:

Video:

New Banner


Indonesia:
Sekarang saya sudah punya banner sendiri, silahkan digunakan dan jangan lupa follow yang laen!

HTML: 
<ahref="http:/cloudzchow.blogspot.com" target="_blank"><img src="http://i1282.photobucket.com/albums/a538/PoochyCloudz/Clouds%20Blog%20Banner_zpsai2fgrru.png" border="0" alt=" photo Clouds Blog Banner_zpsai2fgrru.png"/></a>

English:
Now I have my own banner, please use it if you want and don't forget to follow the others!

HTML: 
<ahref="http:/cloudzchow.blogspot.com" target="_blank"><img src="http://i1282.photobucket.com/albums/a538/PoochyCloudz/Clouds%20Blog%20Banner_zpsai2fgrru.png" border="0" alt=" photo Clouds Blog Banner_zpsai2fgrru.png"/></a>


Kamis, 28 Mei 2015

Error solved

Indonesia:
Terima kasih buat kk Theo dalam menyelesaikan masalah crits, akhirnya project dapat dilanjutkan tanpa da halangan lagi ^^"

English:
Thank you for Theo with solving the crits problem, finally the project could be continue without any blocks.