Guest Access
ACTIVATED
ACTIVATED
Morderator
Morderator
Morderator
profile
albertfish
profile
The image wont load. Try uploading it to a different host.
Morderator
Show Signature
Morderator
ACTIVATED
ACTIVATED
ACTIVATED
profile
Thunder
profile
This version dont work for current versions of XAS.
XAS 3.82 I will come with a hotkey included.
XAS 3.82 I will come with a hotkey included.
ACTIVATED
Show Signature
ACTIVATED
EVENTALIST
EVENTALIST
EVENTALIST
profile
mr_wiggles
profile
yea i know that it will, well oh well im sure that people that are to far along with there games in the older versions will still be able to use this script if they want this function.
EVENTALIST
Show Signature
EVENTALIST
ACTIVATED
ACTIVATED
ACTIVATED
profile
Pozinhofan
profile
Hey man, this work with xas 3.91? Hugs, this script is fantastic!
ACTIVATED
Show Signature
ACTIVATED
EVENTALIST
EVENTALIST
EVENTALIST
profile
mr_wiggles
profile
Not sure, can you try for me?
if you encounter an error let me know and i will see what i can do to make it work.
if you encounter an error let me know and i will see what i can do to make it work.
EVENTALIST
Show Signature
EVENTALIST
ACTIVATED
ACTIVATED
ACTIVATED
profile
Pozinhofan
profile
Does not work in 3.91, I made some minor edits, but there in the end, you see that part of plaints former utilizes load command:
- Code:
#============================================== =================================
# Scene Map
#================================================= ==============================
Scene_Map class
alias hot_key_hud_init main
def main
@ = hot_key_hud Hot_Key_HUD.new
hot_key_hud.visible @ =! $ game_switches [XAS_HUDDISABLE_HUD_SWITCH]
hot_key_hud_init
@ hot_key_hud.dispose
end
alias hot_key_hud_update update
def update
hot_key_hud_update
@ hot_key_hud.update
hot_key_hud.visible @ =! $ game_switches [XAS_HUDDISABLE_HUD_SWITCH]
@ hot_key_hud.update if! $ game_switches [XAS_HUDDISABLE_HUD_SWITCH]
end
end
ACTIVATED
Show Signature
ACTIVATED
Active Member
Active Member
Active Member
profile
LiTTleDRAgo
profile
I trying to edit this, but anyone know how to use T,Y,U,I,O,P,etc as well for hotkeys?
Thanks~
Thanks~
Active Member
Show Signature
EVENTALIST
EVENTALIST
EVENTALIST
profile
mr_wiggles
profile
Here just replace the Numkey hash with this one..
- Code:
Numkey = {
# T , Y , U , O , P
1 => 1084, 2 => 1089, 3 => 1085, 4 => 1079, 5 => 1080,
6 => 1054, 7 => 1055, 8 => 1056, 9 => 1057, 0 => 1048
}
EVENTALIST
Show Signature
EVENTALIST
Active Member
Active Member
Active Member
profile
LiTTleDRAgo
profile
thanks, but where can I find a reference for other button?
T = 1084
Y = 1089 (T+5)?
U = 1085 (Y-4)?
I can't find the pattern of the button
T = 1084
Y = 1089 (T+5)?
U = 1085 (Y-4)?
I can't find the pattern of the button
Active Member
Show Signature