So I'm trying to load up a level by switching the level files (which works) but one level file which is presumed to be an unused level is far too big (over twice as big as the other level files) and causes the program to give me the error 'OUT OF MALLOC SPACE'. I can find the string of text in HxD, but obviously changing text won't do anything.
Is there another way to 'force' the game into loading the level? Perhaps if I found out the max size a level can be loaded?
The game is Fur Fighters PC, by the way (and for anyone who remembers my last post - I did eventually work out how to get that debug working, thanks all).
Is there another way to 'force' the game into loading the level? Perhaps if I found out the max size a level can be loaded?
The game is Fur Fighters PC, by the way (and for anyone who remembers my last post - I did eventually work out how to get that debug working, thanks all).

Comment