Add ingame option to use old AI instead of new

This commit is contained in:
Asdow
2026-01-19 22:05:10 +02:00
parent 4e19816b57
commit f5b705cbe4
10 changed files with 20 additions and 0 deletions
+2
View File
@@ -6641,6 +6641,7 @@ STR16 zOptionsToggleText[] =
L"Show enemy location", // show locator on last known enemy location
L"Start at maximum aim",
L"Alternative pathfinding",
L"Use old Tactical AI",
L"--Cheat Mode Options--", // TOPTION_CHEAT_MODE_OPTIONS_HEADER,
L"Force Bobby Ray Shipments", // force all pending Bobby Ray shipments
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
@@ -6762,6 +6763,7 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, shows last known enemy location.",
L"When ON, aiming at enemy will start at maximum aiming instead of default no aim",
L"When ON, Use A* pathfinding algorithm, instead of original",
L"When ON, Uses the old tactical AI",
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_HEADER",
L"Force all pending Bobby Ray shipments",
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_END",