You are not logged in.
Pages: 1
Hey, I wrote a little program that can edit language files of the Settlers IV:
English:
https://pawex3.blogspot.com/2019/01/the … -tool.html
Polish:
https://pawex3-pl.blogspot.com/2019/01/ … a-gry.html
I am planning to translate Neue Welt (New World) into Polish. According to this what I was told, English translation is also going to be made.
I want to implement game.lib extractor into my program but I have an issue. I can't compile VS2017 project (C language) with .obj file generated by flat assembler. If somebody feels like can help, I can provide more details.
Settlers IV Modding on Discord:
[img]https://discordapp.com/api/guilds/705630541583482921/widget.png?style=banner2[/img]
My Blog (English)
Mój Blog (Polski) --> Settlers IV
Offline
I want to implement game.lib extractor into my program but I have an issue. I can't compile VS2017 project (C language) with .obj file generated by flat assembler. If somebody feels like can help, I can provide more details.
It is implemented now (I used gcc instead of VS). The extractor was originally made by a Russian team called CTPAX-X. I implemented the extractor into my program as .dll library.
It can unpack game.lib and gfx.lib files
Last edited by PaweX3 (2019-02-24 18:12:49)
Settlers IV Modding on Discord:
[img]https://discordapp.com/api/guilds/705630541583482921/widget.png?style=banner2[/img]
My Blog (English)
Mój Blog (Polski) --> Settlers IV
Offline
Pages: 1