Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

Sorry, I made a mistake while adjusting the ddl file.
If you will adjust, see the control lines in the dll-file 98, 750-752, 3763-3765
I fixed, Download this archive, there are two versions of German  in the archive
The version with the Nolf font is faster, but some (ä,ü,ö,ß) German letters are missing.
The Windows font version is less fast, but contains all German letters
http://www.mediafire.com/file/ckd8fr34u1hd7nm/NolfModernizer_1-006_3-1_GE.zip/fi...

Thanks! I Re-Uploaded the DLL. I modified the control-lines you described. (What are the new options i should see?) Yesterday i changed the String ID 30094 ("Reduziert ...."). https://onedrive.live.com/?cid=42e745a4eb38e493&id=42E745A4EB38E493%2185012&auth...

(1 edit)

It is advisable not to change these control lines:
******
These are the control codes for the NOLF-Font version
.............................
750, "89"
751, "78"
752, "FALSE"
...........................
1200, "System"
1201, "System"
1202, "System"
1203, "System"
1204, "15"
1205, "20"
1206, "25"
1207, "30"
1208, "8"
1209, "9"
1210, "11"
1211, "11"
..........................
3763, "English"
3764, "89"
3765, "78"
..........................
*********
These are the control codes for the version of Windows-Font:
.........................
750, "89"
751, "78"
752, "FALSE"
.......................
1200, "System"
1201, "System"
1202, "System"
1203, "System"
1204, "15"
1205, "20"
1206, "25"
1207, "30"
1208, "8"
1209, "9"
1210, "11"
1211, "11"
...........................
3763, "German"
3764, "89"
3765, "78"
...........................
*****
Note.
752, "FALSE"  - is the lock disable code(e.g. blood)  :)

3763, "German"  or 3763, "English"  - it is codes for the version  "Windows-Font" or "Nolf-Font"