Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

Share | 
 

 [RM2k] In-Game Cheating Device

Topik sebelumnya Topik selanjutnya Go down 
[RM2k] In-Game Cheating Device Empty2009-03-05, 20:06
Post[RM2k] In-Game Cheating Device
#1
ILeonheartz 
Newbie
Newbie
ILeonheartz

Level 5
Posts : 10
Thanked : 0
Engine : RMVX

[RM2k] In-Game Cheating Device Vide
In-Game Cheating Device (ex: In-Game GameShark/AR)
by Ileonheartz

Tutorial ini memungkinkan kita membuat sebuah item yang berfungsi sebagai cheating device didalam game. Mungkin kamu akan memasukan item ini kedalam game apabila pemain sudah menyelesaikan permainan atau sebut saja New Game+ Item.
Jadi item ini hanya bisa didapatkan apabila kamu sudah melawan boss terakhir :).

1. Pertama-tama kita harus membuat sebuah switch , sebut saja [0003 : CheatDevice].
2. Buka database (F8) dan buka kolom Common Event.
3. Buat Event baru sebut saja CheatDevice dan set ke parralel process.
4. Set Appearance Condition Switchnya ke Switch yang tadi kmu buat (CheatDevice).
5. Sekarang masuk ke event commandnya.
6. Buat event command tint screen 0,0,0 (gelap semuanya)
7. Buatlah pesan seperti "Selamat datang di Cheating Device"
8. lanjutkan dengan pesan "Masukan kode cheat : "
9. Buat event command input number (max 6) dan masukan ke variable baru sebut saja CheatDevice :).
10. Sekarang kita buat fork condition degan kondisi kode cheat yg kita kehendaki. (ex: Variable CheatDevice set 777013)
11. Masukan command yang kita kehendaki (ex : Party Full Recover / Add Level / Add item dsb..)
12. Pada Akhir case pastikan Switch CheatDevice di set OFF.
13. Vice Versa!!

nb:
untuk penambahan kasus kode , misalkan kamu menginkan lebih dari 1 kode , pada else buat set variable device dengan kombinasi angka yang lain.

Rekap Kode Event:
<> Message: Selamat datang di GameHiu
<> Message: Silakan masukan kode cheat :
<> Input Number: 6 Dg. [0777:CheatDevice]
<> FORK Optn:Varbl[0777:CheatDevice]-777013
<> Messg: Kamu mengaktifkan Party Recover Cheat!\!
<> Recover: All Party Member
: ELSE Case
<>
: END Case
<> FORK Optn:Varbl[0777:CheatDevice]-123456
<> Messg: bla bla bla
<> (apa saja mungkin party lv up atau apa..)
: ELSE Case
<>
: END Case
<> FORK Optn:Varbl[0777:CheatDevice]-654321
<> Messg:WARP TO LAST STAGE\!
<> (masukan perintah/commandnya disini)
: ELSE Case
<>
: END Case
<> Messg: Long live to Cheater!
<> setscreentone(R:100,G:100,B:100)
<> Change Switch:[0777:CheatDevice]-OFF Set


ps : Memang sedikit rumit untuk nubie , tapi silakan dipahami dan di coba. Kalau ada yang tidak di mengerti silakan tanyakan disini.
[RM2k] In-Game Cheating Device Empty2009-03-05, 20:39
PostRe: [RM2k] In-Game Cheating Device
#2
fjakf 
Banned by Admin
Banned by Admin
fjakf

Kosong
Posts : 217
Thanked : 1
Engine : Other
Type : Developer

[RM2k] In-Game Cheating Device Vide
Wow, Nice Tutorial... :D apakah penggunaannya harus menyertakan kredit atau nggak B)
[RM2k] In-Game Cheating Device Empty2009-03-06, 08:23
PostRe: [RM2k] In-Game Cheating Device
#3
carriontrooper 
Newbie
Newbie
carriontrooper

Level 5
Posts : 39
Thanked : 0
Engine : RMVX

[RM2k] In-Game Cheating Device Vide
Oh hey! Kalo aku pernah bikin yang pake password char, bukan angka...

caranya bikin seorang hero blank bernama Password. Trus pada waktu masukin kode cheat, pake Change Hero Name. Trus pake branching (conditional branch), bila hero name Password sama dengan (masukkan kata sandi disini), efek. Bikin beberapa branch seperti itu (nested kalau mau enak), trus pada yang paling dalam masukkan pada else sebuah message "password salah".

Cobain deh, kodenya udah hilang je...
[RM2k] In-Game Cheating Device Empty2009-03-06, 11:02
PostRe: [RM2k] In-Game Cheating Device
#4
fjakf 
Banned by Admin
Banned by Admin
fjakf

Kosong
Posts : 217
Thanked : 1
Engine : Other
Type : Developer

[RM2k] In-Game Cheating Device Vide
carriontrooper wrote:
Oh hey! Kalo aku pernah bikin yang pake password char, bukan angka...

caranya bikin seorang hero blank bernama Password. Trus pada waktu masukin kode cheat, pake Change Hero Name. Trus pake branching (conditional branch), bila hero name Password sama dengan (masukkan kata sandi disini), efek. Bikin beberapa branch seperti itu (nested kalau mau enak), trus pada yang paling dalam masukkan pada else sebuah message "password salah".

Cobain deh, kodenya udah hilang je...

Tuh kan bener om dnasman... udah ada yg make rupana...
[RM2k] In-Game Cheating Device Empty2009-03-06, 14:48
PostRe: [RM2k] In-Game Cheating Device
#5
dnasman 
Admin
Kodok Ganteng Indonesia™

AdminKodok Ganteng Indonesia™
dnasman

Kosong
Posts : 1361
Thanked : 21
Engine : RMXP
Skill : Intermediate
Type : Event Designer
Awards:

[RM2k] In-Game Cheating Device Vide
ho nice tutorial kk ILeonheartz!
tetep posting tutorial2 yg berguna ya kk!
Spoiler:
[RM2k] In-Game Cheating Device Empty2009-03-06, 14:58
PostRe: [RM2k] In-Game Cheating Device
#6
Lana42 
Novice
Novice
Lana42

Level 5
Posts : 100
Thanked : 3
Engine : Multi-Engine User
Skill : Intermediate
Type : Composer

[RM2k] In-Game Cheating Device Vide
dnasman wrote:

Spoiler:

apa itu? :shock:
[RM2k] In-Game Cheating Device Empty2009-03-06, 19:12
PostRe: [RM2k] In-Game Cheating Device
#7
bradhawk 
Admin
Admin
bradhawk

Level 5
Posts : 637
Thanked : 8
Skill : Beginner

[RM2k] In-Game Cheating Device Vide
Quote :

apa itu? Shocked
no spam or junk...masa ga tau ijo2...
kaya reputation di GeDeI...
[RM2k] In-Game Cheating Device Empty2009-03-07, 06:29
PostRe: [RM2k] In-Game Cheating Device
#8
Lana42 
Novice
Novice
Lana42

Level 5
Posts : 100
Thanked : 3
Engine : Multi-Engine User
Skill : Intermediate
Type : Composer

[RM2k] In-Game Cheating Device Vide
bradhawk wrote:
Quote :

apa itu? Shocked
no spam or junk...masa ga tau ijo2...
kaya reputation di GeDeI...

Ooh maaf! Beneran aku ngga tau! :sembah: :oops:
[RM2k] In-Game Cheating Device Empty2009-03-07, 19:56
PostRe: [RM2k] In-Game Cheating Device
#9
ILeonheartz 
Newbie
Newbie
ILeonheartz

Level 5
Posts : 10
Thanked : 0
Engine : RMVX

[RM2k] In-Game Cheating Device Vide
@fjakf:
Memang tidak di haruskan , tapi di harapkan dan itu sangat membantu. :D
[RM2k] In-Game Cheating Device Empty2009-03-15, 10:55
PostRe: [RM2k] In-Game Cheating Device
Sora astral 
Novice
Novice
Sora astral

Level 5
Posts : 293
Thanked : 0
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

[RM2k] In-Game Cheating Device Vide
Oh klo aku prnah make kaya vending mecin gtu... Tpi cman bwt testing...

@carrion
Yg gtu, klo g slah prnah nemu d game rpg vx dr rpgrevolution. Yg prang2 gtuh...
[RM2k] In-Game Cheating Device Empty
PostRe: [RM2k] In-Game Cheating Device
Sponsored content 




[RM2k] In-Game Cheating Device Vide
 

[RM2k] In-Game Cheating Device

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Creative Commons :: Tutorials-