• Version 0.2.23
  • 341 Downloads

This upload contains my sc4 cli tool. While already available on GitHub, I decided to upload it on the STEX as well to give it a bit more visibility. I initially developed the tool for a proof of concept that savegames could be modified, but in the meantime it has grown into a general purpose modding tool that can be used for various modding tasks. Documentation can be found on GitHub. The most important thing is that the tool can be used in two modes: By default, when opening the binary,  it will launch in interactive mode. It will prompt you what you want to do, such as growifying a city, creating a new submenu, ... You can also drag & drop files - such as an .sc4 savegame for savegame operations - on the binary to perform operations on that file. You can also use it as a cli tool, meaning you interact with it using commands. There are various commands available for modding tasks, such as tracking dependencies with sc4 plugins track plopping all lots in a folder with sc4 city plop or extracting the contents of a dbpf file with sc4 dbpf extract Run sc4 --help to get an overview of all available commands. I plan to update the STEX upload only when there are significant changes. If you want all the latest features, I advice you to download it from GitHub instead. IMPORTANT INFORMATION As specified in the license, the tool is provided "as is", meaning that it is your own responsibility to have sufficient backups of any files you want to modify, especially when modifying savegames. I am not liable for any of the consequences if your files become corrupted due to a bug in the tool.