Skip to content

Commit 6a20db2

Browse files
committed
Number the installation flags
1 parent a4b6dd2 commit 6a20db2

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

notes/installation.md

+39-39
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,51 @@ With `SetupAoC.exe -i:FLAGS`, you can programmatically specify which features to
66

77
The order of flags is, left to right:
88

9-
- Use widescreen command bar style
10-
- Enable window mode (does not work in Wine)
11-
- Enable automatic port forwarding with upnp (does not work in Wine and may cause issues when playing on LAN)
9+
1. Use widescreen command bar style
10+
2. Enable window mode (does not work in Wine)
11+
3. Enable automatic port forwarding with upnp (does not work in Wine and may cause issues when playing on LAN)
1212

1313
---
1414

15-
- Use alternate red minimap colour
16-
- Use alternate purple minimap colour
17-
- Use alternate gray minimap colour
18-
- Extend population caps (up to 1k)
19-
- Replace snowy terrains with grass
20-
- Enable water animation
21-
- Enable precision scrolling, instead of half-tile scrolling in plain AoC
22-
- Enable appending to unit groups when holding Shift
23-
- Activate hotkeys on keydown
15+
4. Use alternate red minimap colour
16+
5. Use alternate purple minimap colour
17+
6. Use alternate gray minimap colour
18+
7. Extend population caps (up to 1k)
19+
8. Replace snowy terrains with grass
20+
9. Enable water animation
21+
10. Enable precision scrolling, instead of half-tile scrolling in plain AoC
22+
11. Enable appending to unit groups when holding Shift
23+
12. Activate hotkeys on keydown
2424

2525
---
2626

27-
- Use new savegame file name format `rec.yyyy-mm-dd-hh-mm-ss.mgz`
28-
- Enable building multi-queue
29-
- Use original patrol delay
30-
- Disable water movement
31-
- Disable weather
32-
- Disable custom terrains
33-
- Disable underwater terrain
34-
- Enable numeric age display in the game score area ('1' instead of 'Dark Age')
35-
- Enable touch-screen support
36-
- Store spec addresses [TODO what?]
37-
- Use system default mouse cursor
27+
13. Use new savegame file name format `rec.yyyy-mm-dd-hh-mm-ss.mgz`
28+
14. Enable building multi-queue
29+
15. Use original patrol delay
30+
16. Disable water movement
31+
17. Disable weather
32+
18. Disable custom terrains
33+
19. Disable underwater terrain
34+
20. Enable numeric age display in the game score area ('1' instead of 'Dark Age')
35+
21. Enable touch-screen support
36+
22. Store spec addresses [TODO what?]
37+
23. Use system default mouse cursor
3838

3939
---
4040

41-
- Delink in-game volume from system volume, the Master Volume in-game slider will not affect your system volume
42-
- Enable custom chatbox (for Wine)
43-
- Use low quality environment
44-
- Use low 1.0c framerate in singleplayer
45-
- Disable extended hotkeys
46-
- Force enable gameplay features like MQ [TODO which exactly?]
47-
- Display the 5th 'ore' resource in the top bar
48-
- Disable multiplayer anticheat
49-
- Set default background mode [TODO what?]
50-
- Use slow multiplayer speed in single player too
51-
- Enable scenario/rms debug logging
52-
- Statistics font style [TODO what?]
53-
- Background audio playback [TODO what?]
54-
- Disable civilian attack switch, for game mods that add custom civilian units. Prevents an issue where they turn into standard villagers in some situations
55-
- Handle small farm selections, for mods that have 2x2 farms
56-
- Enable research events in chat in spec mode
41+
25. Delink in-game volume from system volume, the Master Volume in-game slider will not affect your system volume
42+
26. Enable custom chatbox (for Wine)
43+
27. Use low quality environment
44+
28. Use low 1.0c framerate in singleplayer
45+
29. Disable extended hotkeys
46+
30. Force enable gameplay features like MQ [TODO which exactly?]
47+
31. Display the 5th 'ore' resource in the top bar
48+
32. Disable multiplayer anticheat
49+
33. Set default background mode [TODO what?]
50+
34. Use slow multiplayer speed in single player too
51+
35. Enable scenario/rms debug logging
52+
36. Statistics font style [TODO what?]
53+
37. Background audio playback [TODO what?]
54+
38. Disable civilian attack switch, for game mods that add custom civilian units. Prevents an issue where they turn into standard villagers in some situations
55+
39. Handle small farm selections, for mods that have 2x2 farms
56+
40. Enable research events in chat in spec mode

0 commit comments

Comments
 (0)