It don't stores resources in blocks or lfl files.
Please explain me how to edit font of Maniac Mansion Enhanced.
Where Maniac Mansion Enhanced stores font
Moderator: ScummVM Team
- eriktorbjorn
- ScummVM Developer
- Posts: 3558
- Joined: Mon Oct 31, 2005 7:39 am
eriktorbjorn is right. But whith the raw data is very difficult to modify it.
The guide (my mem isn't very accurate but more or less...)
You can view/modify the chars using yychr99 whith the executable directly.
After the work:
1) extract the hexadecimal values of the charset table from the executable.
2) decompress it (yes, it is compressed) the alg is documented in the devtools
3) merge the data whith the devtools so you get a new array whith the changes from the base.
4) Identify your variant of the game to use the new charset
Hope this hints you
The guide (my mem isn't very accurate but more or less...)
You can view/modify the chars using yychr99 whith the executable directly.
After the work:
1) extract the hexadecimal values of the charset table from the executable.
2) decompress it (yes, it is compressed) the alg is documented in the devtools
3) merge the data whith the devtools so you get a new array whith the changes from the base.
4) Identify your variant of the game to use the new charset
Hope this hints you