[Civ2] "civ2mod" savegame editor by tek10 for Civilization 2 MGE

Blake00

CFC Mod Archivist & Social Media Helper
Moderator
Supporter
Joined
Sep 24, 2016
Messages
2,622
Location
Australia
FYI guys I just accidentally stumbled across this rather interesting find. It appears to be a Civ2 MGE savegame editor but this one was made recently and is only 2 years old. Not entirely sure of it's capabilities yet as it needs to be compiled. If anyone feels like testing it, reviewing it and posting a screenshot of what it looks like here.. be my guest! :)


This is a program to modify saved game files for Civilization II MGE. It is intented to complement the cheat mode by allowing you to change things that cheat mode will not. It is written in C so that it runs very fast, doesn't depend on interpreters like java.exe or node.exe, and because I wanted to write something in C again. It uses the format information from hexedit.rtf

usage: civ2mod savefile [newsavefile]

No makefile. It was created using cygwin gcc on Windows 10. To compile:

cc civ2mod.c -o civ2mod
 
Top Bottom