1
FF9 Tools / Re: [FF9] General editor - Hades Workshop (0.37)
« on: 2017-03-07 02:51:02 »
@Shinryu actually u can easily remove the time limit in getting the excalibur 2 using this tool so u dont need to rush your game.
go to
environment---->fields-->memoria gate to space and edit script:
if ( GetTime <= 43200L ) {
InitCode( 3, 0 )
remove the [ if ( GetTime <= 43200L ) { ]
and this one
if ( ( ( ( IsMovementEnabled == 1 ) && ( VARL_GenBool_7730 == 0 ) ) && ( VAR_GlobBool_145 == 0 ) ) && ( GetTime <= 43200L ) ) {
remove this line : && ( GetTime <= 43200L ) ) {

environment---->fields-->memoria gate to space and edit script:
if ( GetTime <= 43200L ) {
InitCode( 3, 0 )
remove the [ if ( GetTime <= 43200L ) { ]
and this one
if ( ( ( ( IsMovementEnabled == 1 ) && ( VARL_GenBool_7730 == 0 ) ) && ( VAR_GlobBool_145 == 0 ) ) && ( GetTime <= 43200L ) ) {
remove this line : && ( GetTime <= 43200L ) ) {