New
- Game Log Writer — writes complete game logs to
~/Desktop/Twilight Struggle/{gameID}.txt - Mod Config —
BepInEx/plugins/mods.cfgto enable/disable mods without rebuilding - Funchook bundled — enables Harmony patches on IL2CPP methods (required for game logs)
- Timer labels now match stock style ("20 Minutes" not "20 min")
Install
- Download
TSArmsRace-macos.zipbelow - In Steam, right-click Twilight Struggle → Manage → Browse Local Files
- Extract zip into that folder
- Set Steam launch option (see README)
- First launch takes 1-2 min — you may need to launch twice
Configure
Edit BepInEx/plugins/mods.cfg to toggle mods:
TSTimerMod=true
TSGameLog=true
Game Logs
Logs write to ~/Desktop/Twilight Struggle/ with the game ID as the filename. The log is overwritten on each update so it always contains the complete game history.
Tested on M1 and M3 Apple Silicon.