OlegDX wrote:Before translated need correct EXE file.
Two procedures need to be corrected because of the filter and an error
Font.loadTrueType("assets/fonts/*****.ttf", **)
Font.load("assets/fonts/******.tga", **, **)
Filter OEM (0x41.......0x7C, 0x40) need replace to ANSI (0x20 - 0xFF), (PS: russian char 0xC0..0xFF)
and correct procedure because of error Font.load(..)
error : max/min char -127...127 (work only 0..127)
need : max/min char 0...255
Hi, I tested it just for fun.
Data file exchanged, resulted in this intro screen
. But as Oleg already said, without the exe hack you can't enter the game.
Questions to Oleg here:
hmm, I searched with a hexeditor for fitting strings in the EXE but didn't found them. Can you give me please addresses or another hint(s)? Also, what do you mean with the procedure correction? Datatype change from signed byte to unsigned byte?