MazeMouse
First time out of the vault
Thanksdeadlus said:Here you go MazeMouse : http://bug.ii.uj.edu.pl/fallout/patch/f2_city_patch1.zip
Thanksdeadlus said:Here you go MazeMouse : http://bug.ii.uj.edu.pl/fallout/patch/f2_city_patch1.zip
Technically, it replacesjona0 said:So, what does this city-patch do - technically?
... parse city.txt file ...
cmp ds:_wmMaxAreaNum, 49
jz _loc_exit
mov eax, offset "wmAreaInit: Error loading cities"
call GNWSystemError
mov eax, 1
call exit_
_loc_exit:
... tell that city.txt file is ok ...
... parse city.txt file ...
cmp ds:_wmMaxAreaNum, 49
-> jmp _loc_exit <-
mov eax, offset "wmAreaInit: Error loading cities"
call GNWSystemError
mov eax, 1
call exit_
_loc_exit:
... tell that city.txt file is ok ...
Ozrat said:not as the rat you step on when you first enter the place either
Now I know, I have to search for a "49".
Is there something special (recognizable) around this "byte" ?
Surely recognizable is reference to "Error loading cities" string. If you find this reference in the executable, you'll find the byte at once. They should be not far from each other. I hopejona0 said:Is there something special (recognizable) around this "byte" ?
It would be very useful experience to dig in Mac binaries, I thinkjona0 said:Or would it help, if I sent you the Mac-Exe ???