Hi,
there are a couple of tweaks to the code I'd like to make for my personal use but I cannot find the correct routines to modify.
These are both for Skirmish:
1. Enemy defaults to Insane difficulty
2. Set enemy colour automatically to my preferfed order.
Thanks in Advance
Guidance Please
-
OFelix
- Rookie

- Posts: 26
- Joined: 01 Jul 2015, 22:36
Re: Guidance Please
1. Default to Insane difficulty in Skirmish games:
netplay.cpp
NetPlay.players.difficulty = 1; // normal - set to 3 for Insane (Should this use the constants?
)
netplay.cpp
NetPlay.players.difficulty = 1; // normal - set to 3 for Insane (Should this use the constants?