Page 1 of 1

Changing the number of characters in a game

Posted: Tue Nov 24, 2020 8:20 pm
by KevinDA
Good evening, I found the address that allows you to change the number of characters in a game. The problem is that when I change the mov to 00000005 the game crashes.
When I set a lower value it works.
I put the screens of the address which is displayed when the game crashes, if someone can help me ?


Image

Image

Image

Image

Re: Changing the number of characters in a game

Posted: Thu Nov 26, 2020 5:24 pm
by Cabola
Is the game even build to support more than 4?

Re: Changing the number of characters in a game

Posted: Fri Nov 27, 2020 4:21 am
by KevinDA
No less than 4 or 4. As soon as I put 5 the game crashes.

Re: Changing the number of characters in a game

Posted: Mon Nov 30, 2020 2:18 pm
by AddictedToCodes
I guess there is something that is always checking for number not going higher than 5?

Re: Changing the number of characters in a game

Posted: Wed Dec 02, 2020 3:49 pm
by Dread_Pony_Roberts
AddictedToCodes wrote:
Mon Nov 30, 2020 2:18 pm
I guess there is something that is always checking for number not going higher than 5?
Or the game simply does not support more than 4 characters. Any more characters likely causes the game to start overwriting data and cause any number of issues.

Re: Changing the number of characters in a game

Posted: Fri Dec 04, 2020 10:24 am
by AddictedToCodes
Probably...