RPGMakerID
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Komunitas RPG Maker Indonesia
 
IndeksIndeks  Latest imagesLatest images  PencarianPencarian  PendaftaranPendaftaran  Login  
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.

 

 [SOLVED] Tambah menu di title screen

Go down 
4 posters
PengirimMessage
cacad
Koplak RMer
cacad


Level 5
Posts : 399
Thanked : 3
Engine : Multi-Engine User
Skill : Skilled
Type : Event Designer

Trophies
Awards:
[SOLVED] Tambah menu di title screen Empty
PostSubyek: [SOLVED] Tambah menu di title screen   [SOLVED] Tambah menu di title screen Empty2011-12-04, 06:45

aye minta tolong ama kk senior disini
kan menu title screen kan ada 3 klo mau ditambah
menu laen kaya option trs intro, dll

PKE SCRIPT AP?  :(
Kembali Ke Atas Go down
Bcyborg21
Novice
Novice
Bcyborg21


Level 5
Posts : 204
Thanked : 1
Engine : RMVX
Skill : Advanced
Type : Artist

[SOLVED] Tambah menu di title screen Empty
PostSubyek: Re: [SOLVED] Tambah menu di title screen   [SOLVED] Tambah menu di title screen Empty2011-12-04, 07:24

pake engine apa dulu ?
Kembali Ke Atas Go down
NachtEinhorn
Robot Gedek Galak
NachtEinhorn


Level 5
Posts : 1274
Thanked : 9
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

[SOLVED] Tambah menu di title screen Empty
PostSubyek: Re: [SOLVED] Tambah menu di title screen   [SOLVED] Tambah menu di title screen Empty2011-12-04, 07:28

@^

bro, dia postnya di RMXP :swt: pasti engine nya XP lah :swt:

dan, err.... sori belom bisa bantu, ga utek2 script XP XD
Kembali Ke Atas Go down
Nefusa 7
Senior
Senior
Nefusa 7


Level 5
Posts : 954
Thanked : 6
Engine : RMXP
Skill : Intermediate
Type : Scripter

[SOLVED] Tambah menu di title screen Empty
PostSubyek: Re: [SOLVED] Tambah menu di title screen   [SOLVED] Tambah menu di title screen Empty2011-12-04, 08:00

itu cuma ngedit script :D
caranya buka script editor, lalu pilih scene_menu, lalu disitu kan ada
Code:
(192, [s1, s2, s3])
ditambahin lagi jadi
Code:
(192, [s1, s2, s3, s4])
kalau mau nambahin option tinggal diatasnya kan ada tulisan begini
Code:
s1 = "New Game"
s2 = "Continue"
s3 = "Shutdown"
dirubah jadi gini
Code:
s1 = "New Game"
s2 = "Continue"
s3 = "Shutdown"
s4 = "Option"

lalu di frame update
dirubah jadi gini
Code:
when 0
  command_new_game
when 1
  command_continue
when 2
  command_shutdown
when 3
  command_option
lalu dibawah Command: Shutdown
ditambah gini
Code:
def command_option
  $game_system.se_play(data_system.decision_se)
  $scene = Scene_Option.new
end

tapi sebelumnya kamu harus buat scene optionnya dulu :D

eh maaf kalo banyak :3


Terakhir diubah oleh Nufus27 tanggal 2011-12-04, 08:05, total 1 kali diubah (Reason for editing : salah tulisan XD)
Kembali Ke Atas Go down
https://nefusa.my.id/
cacad
Koplak RMer
cacad


Level 5
Posts : 399
Thanked : 3
Engine : Multi-Engine User
Skill : Skilled
Type : Event Designer

Trophies
Awards:
[SOLVED] Tambah menu di title screen Empty
PostSubyek: Re: [SOLVED] Tambah menu di title screen   [SOLVED] Tambah menu di title screen Empty2011-12-04, 08:45

Thanks ya kk :)
Kembali Ke Atas Go down
cacad
Koplak RMer
cacad


Level 5
Posts : 399
Thanked : 3
Engine : Multi-Engine User
Skill : Skilled
Type : Event Designer

Trophies
Awards:
[SOLVED] Tambah menu di title screen Empty
PostSubyek: Re: [SOLVED] Tambah menu di title screen   [SOLVED] Tambah menu di title screen Empty2011-12-04, 09:25

Kk klo misalnya udh dibuat Scene_Option nya
trs klo mau dikasih biar bsa ngatur suara di menu option sendiri gimana ya?
please kk :wave:
Kembali Ke Atas Go down
Sponsored content





[SOLVED] Tambah menu di title screen Empty
PostSubyek: Re: [SOLVED] Tambah menu di title screen   [SOLVED] Tambah menu di title screen Empty

Kembali Ke Atas Go down
 
[SOLVED] Tambah menu di title screen
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Cara tambah command text pada title screen
» cara nambah menu title screen
» [RMXP] Menambah Menu About Pada Title Screen
» [SOLVED] Adding Options in Title Screen
» [Solved] Warna menu title

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMXP Scripts :: RGSS Request-
Navigasi: