- 注册时间
- 2006-8-20
- 最后登录
- 2017-11-29
⑦老手
請堅持『人的尊重』
- 积分
- 9515
|
发表于 2006-9-24 10:14:16
|
显示全部楼层
看來又要庥煩老姑婆了.[s:5] [s:5] [s:5]
This rpg maker xp script needs to be under:
SG Window Control (Required! v3+)
RMXP Script View this Rpg Maker XP Script
Instructions Just dump it in your game, no assembly required.
Edit these lines if you'd like to change it:
Window_PlayTime::SG_Time_Display = 'Time' # 'mi37' (icon) is on script page
Window_PlayTime::SG_Time_Type = 7
Time_Display shows what is displayed with the time. This can also be an icon filename (in your Graphics/Icons folder, without extension) if you choose a window type that displays it.
Time_Type refers to Window Control types. See that script for options.[s:6]
Showing seconds is optional after an hour of play and disabled by default.
If you'd like to show seconds still, like the default script, remove the # in this line:
# $sg_time_showall = true
Here's the icon referenced in the script:
It was one of several released as RMXP bonus icons by Enterbrain.
You may only legally use it inside of Rpg Maker XP, no other programs.
Comments There is no forum post linked to this script.
Compatability This RMXP script rewrites the following methods:
Window_PlayTime initialize[s:8]
Window_PlayTime refresh
Updates Version 4:
Updated Window Control and all scripts that require it
Merged icon & text options into one for less confusion.
This is now controlled more by Window Control's types. [s:4] |
|