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 | 
 

 Resize VX Standar menu

Topik sebelumnya Topik selanjutnya Go down 
Resize VX Standar menu Empty2011-12-20, 12:16
PostResize VX Standar menu
#1
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

Resize VX Standar menu Vide
Quote :
HELP !!

Code:
i-SG

layar tembak:

Ane punya kendala sama nih menu... diedit2 scriptnya gak ngaruh (atau salah edit :hammer:) makannya ane nanya.. ada yang bisa edit gak ??
soalnya ni game enak SOLO....


~Thx
Resize VX Standar menu Empty2011-12-20, 12:26
PostRe: Resize VX Standar menu
#2
LowlingLife 
Administrator
Administrator
LowlingLife

Kosong
Posts : 2000
Thanked : 25
Engine : Multi-Engine User
Awards:

Resize VX Standar menu Vide
@ om Reyd : Hmm... Ini default menu system atau custom menu system? Kalo custom post scriptnya... Kalo default tinggal ganti width dan height nya....
Resize VX Standar menu Empty2011-12-20, 12:36
PostRe: Resize VX Standar menu
#3
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

Resize VX Standar menu Vide
LowlingLife wrote:
@ om Reyd : Hmm... Ini default menu system atau custom menu system? Kalo custom post scriptnya... Kalo default tinggal ganti width dan height nya....

Nah... yg ane tanya tuh, Nama script di defaultnya apa ??? ane gak tau, pas diedit gak ngaruh...
Resize VX Standar menu Empty2011-12-20, 12:38
PostRe: Resize VX Standar menu
#4
LowlingLife 
Administrator
Administrator
LowlingLife

Kosong
Posts : 2000
Thanked : 25
Engine : Multi-Engine User
Awards:

Resize VX Standar menu Vide
Window_MenuStatus...
Resize VX Standar menu Empty2011-12-20, 13:02
PostRe: Resize VX Standar menu
#5
Roronoa_Zojo 
Senior
Senior
Roronoa_Zojo

Level 5
Posts : 833
Thanked : 3
Engine : Multi-Engine User
Skill : Skilled
Type : Mapper

Resize VX Standar menu Vide
Itu udah Custom ya...? tpi biasanya juga ada... gini

cari ini dulu
Code:
#==============================================================================
# ** Window_MenuStatus
#------------------------------------------------------------------------------
#  This window displays party member status on the menu screen.
#==============================================================================

trus di sekitar situ ada

Code:
def initialize(x, y)
    super(x, y, 384, 416)
    refresh
    self.active = false
    self.index = -1
  end

nah...
x : koordinat posisi x /horizontal
y : koordinat posisi y /vertikal
384 : width/lebar window
416 : heigth/tinggi window..

paham ndak?
Resize VX Standar menu Empty2011-12-20, 13:29
PostRe: Resize VX Standar menu
#6
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

Resize VX Standar menu Vide
LowlingLife wrote:
Window_MenuStatus...
iyo gan... thx

Roronoa_Zojo wrote:
Itu udah Custom ya...? tpi biasanya juga ada... gini

cari ini dulu
Code:
#==============================================================================
# ** Window_MenuStatus
#------------------------------------------------------------------------------
#  This window displays party member status on the menu screen.
#==============================================================================

trus di sekitar situ ada

Code:
def initialize(x, y)
    super(x, y, 384, 416)
    refresh
    self.active = false
    self.index = -1
  end

nah...
x : koordinat posisi x /horizontal
y : koordinat posisi y /vertikal
384 : width/lebar window
416 : heigth/tinggi window..

paham ndak?
udah... udah bisa selesai...

---------------------------------------------------
nah, ane punya pertanyaan baru lagi (atau harus buat trit baru lg ???)
itu menu Choice di kirinya.... yg Barang, Status, Peralatan... itu juga mau diubah.... + Goldnya.... kalo boleh, scripnya apa sama di Line berapa ??? thx
Resize VX Standar menu Empty2011-12-20, 13:39
PostRe: Resize VX Standar menu
#7
LowlingLife 
Administrator
Administrator
LowlingLife

Kosong
Posts : 2000
Thanked : 25
Engine : Multi-Engine User
Awards:

Resize VX Standar menu Vide
Window_Gold untuk goldnya dan untuk Command Windownya. Pergi scene menu. Terus cari tulisannya : "def create_command_window" tanpa tanda kutip. Lalu cari yang tulisannya "@command_window.index = @menu_index" tanpa tanda kutip lalu dibawahnya paste :
Code:
@command_window.width = 1
@command_window.height = 2
Ganti 1 jadi lebarnya window command.
Ganti 2 jadi tingginya window command.
Resize VX Standar menu Empty2011-12-20, 14:57
PostRe: Resize VX Standar menu
#8
ReydVires 
The First ThV©
ReydVires

Level 5
Posts : 538
Thanked : 5
Engine : RMVX
Skill : Skilled
Type : Event Designer

Resize VX Standar menu Vide
LowlingLife wrote:
Window_Gold untuk goldnya dan untuk Command Windownya. Pergi scene menu. Terus cari tulisannya : "def create_command_window" tanpa tanda kutip. Lalu cari yang tulisannya "@command_window.index = @menu_index" tanpa tanda kutip lalu dibawahnya paste :
Code:
@command_window.width = 1
@command_window.height = 2
Ganti 1 jadi lebarnya window command.
Ganti 2 jadi tingginya window command.

Waah... gak efek gan.... knp ??

(malah sdikit agak bingung....)
kalo yg Gold, bisa
Resize VX Standar menu Empty
PostRe: Resize VX Standar menu
#9
Sponsored content 




Resize VX Standar menu Vide
 

Resize VX Standar menu

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMVX Scripts :: RGSS2 Support-