Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Raziel80 on 2016-02-17 03:13:56

Title: How to extend time in menu to 999hrs and make sense work to 65535 ?
Post by: Raziel80 on 2016-02-17 03:13:56
I have two questions.
1) How to extend time in menu to 999hrs for PSX?
2) How to make sense work to the upper limit 65535 for PSX?
Title: Re: How to extend time in menu to 999hrs and make sense work to 65535 ?
Post by: nfitc1 on 2016-02-17 14:33:44
You can't. Game time for hours minutes and seconds are only a byte each.
Title: Re: How to extend time in menu to 999hrs and make sense work to 65535 ?
Post by: Raziel80 on 2016-02-17 15:32:40
So, it is even imposible to extend up time to 255 hours?
And how about to make sense work to the upper limit 65535? Is it possible?
Title: Re: How to extend time in menu to 999hrs and make sense work to 65535 ?
Post by: DLPB_ on 2016-02-17 16:05:20
http://forums.qhimm.com/index.php?topic=14194.msg237244#msg237244

You asked me there and I answered it.  It is possible (Reunion does it) - but you need to edit the game in the way I said.
Unless PSX doesn't work the same - but that seems unlikely.
Title: Re: How to extend time in menu to 999hrs and make sense work to 65535 ?
Post by: Raziel80 on 2016-02-17 17:44:22
You asked me there and I answered it. Unless PSX doesn't work the same - but that seems unlikely.

Yes, I searched at least 7 hours with no results. That's why, I created this topic.
And you are said :
Quote
search for 32767  (the current Sense limit)  - and you'll find it eventually.
But, when I choose to sense the enemy that has 30000 HP, I can see message "couldn't sense", but when enemy has 29999 HP, I can see all stats of this enemy, stats like HP,MP.
Are you sure that I need to search 32767 for sense limit?
But, I was also looking for 2F 75 and also without result.
Title: Re: How to extend time in menu to 999hrs and make sense work to 65535 ?
Post by: DLPB_ on 2016-02-17 18:49:16
Most here don't really know PSX code or even the files. We mainly deal with editing the PC game.  However, those values I gave you should definitely be there in some shape or form.

Also, you may be right on the Sense thing.  It may be 30,000 originally.
Title: Re: How to extend time in menu to 999hrs and make sense work to 65535 ?
Post by: Raziel80 on 2016-02-22 10:13:39
The only thing that I found, in the memory of the game, was address with value of sense 30,000, but when I change value of this address to 34,000 or 65535 (decimal) ,after this, I can sense any enemy in the game.
Also, I found that the time in the memory card save can't go higher than 255 hours.
Also, I found in memory of the game, game time that also can't go higher than 255 hours. But this timer only works in field maps, he stops when player opens menu (when player presses triangle button), and stops in the world map, too.
 NFITC1, DLPB -> thanks for answers.