Author Topic: How to extend time in menu to 999hrs and make sense work to 65535 ?  (Read 4360 times)

Raziel80

  • *
  • Posts: 119
    • View Profile
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?
« Last Edit: 2016-02-17 11:54:58 by Raziel80 »

nfitc1

  • *
  • Posts: 3011
  • I just don't know what went wrong.
    • View Profile
    • WM/PrC Blog
You can't. Game time for hours minutes and seconds are only a byte each.

Raziel80

  • *
  • Posts: 119
    • View Profile
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?

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
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.
« Last Edit: 2016-02-17 16:09:12 by DLPB »

Raziel80

  • *
  • Posts: 119
    • View Profile
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.
« Last Edit: 2016-02-17 18:12:48 by Raziel80 »

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
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.

Raziel80

  • *
  • Posts: 119
    • View Profile
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.