Sid Meier's Civilization VI

Sid Meier's Civilization VI

1,708 beoordelingen
Real Strategy (AI)
7
5
2
3
11
9
4
2
7
3
3
4
3
2
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
1.074 MB
6 jan 2019 om 15:22
5 aug 2023 om 15:29
23 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Real Strategy (AI)

Omschrijving
New version 2.3.1 as of 6.08 - AI should build Walls.

The mod is currently being updated. I will try to address suggestions and fix problems reported since v2.0. Contributions in various forms are welcomed. Please contact me via GitHub.

Different approach to make the AI better, a mixture of Lua "thinking" and tuning of AiLists.

CivFanatics[forums.civfanatics.com] GitHub[github.com]

Before you start
- Real Strategy (RST) works with vanilla, Rise and Fall, Gathering Storm and all DLCs, in any configuration. However, please note that it is balanced for Gathering Storm.
- Do NOT use with Scenarios as they usually have their own rules for AI.
- The mod's flag "affects save files" is set to FALSE. You can enable / disable it whenever you want. However, it stores its own data in a save-file, so after a reload a civ can continue its behavior uninterrupted.
- It is NOT compatible with AI+. You will most likely get DB errors with both mods enabled.
- It is also NOT recommended to mix it with other AI-altering mods - they technically might work together, but you will most likely get weird results.
- Game Modes that change AI behavior will not align well - like Barbarian Clans or Zombies. Game Modes with only new content added should work ok - like Tech Shuffle, Monopolies and Corporations, Secret Societies, Heroes and Legends.

Overview of the key features
Detailed description[forums.civfanatics.com]
- AI uses more sophisticated approach to decide what victory to pursue. This is the core part of the mod programmed in Lua. It evaluates the current situation, and assess what other are doing. Basically these are concepts and ideas used in Civ5 re-programmed to be used in Civ6.
- Each Victory Strategy is revised and enhanced accordingly. Diplomatic Victory is also supported.
- Anti-Strategies to better handle disabled victory-conditions have been created.
- New approach to Naval strategies. A civ will determine based on revealed tiles (during exploration) in what situation it is: Pangea, Default, Coastal, Island and tune its behavior accordingly.
- Each Leader, Policy, Wonders, and few other things have flavors assigned to indicate what type of game we are playing.
- The leaders' behavior (AiLists) have been enhanced. Not changed - (practically) all original entries are there. Errors are fixed and many more are added to help leaders pursue their goals.
- Few supporting strategies have been implemented, mostly to help manage military and wars. Very simple ones, this area will be improved in the future. Basically Peace/War behavior, Catching up behavior when we start lagging in military (weak civs are always first to be killed), Science or Culture and an emergency Defense when a strong civ attacks us.
- Time strategies - revised and updated.
- Simple tweaks to Tactics and Operations systems. Some fiddling with behavior trees. Mostly to make AI better at sieges (they use Rams, etc.) and general war preparation.
- AI uses Bombers extensively, and Nukes cites too.
- Missing start biases added for civs depending on geo-location.
- A bit revised Settling params. AI chooses better spots (a bit, the system is too simple to achieve any grand results).
- Scripts for better GWAM handling (temporarily disabled).
- Last, but not least. No cheating policy is in effect. The "thinking" part uses only information that is also available to the human player, e.g. it doesn't know anything about another civ until it's met. This mod doesn't give AI anything for free (no units, no boosts, yields, etc.)

If you want to check yourself how the AI works with the mod, on the CivFanatics forum I posted[forums.civfanatics.com] a simple tool for that (FireTuner panel).
Important. In case of issues or errors please also post Lua.log - it contains crucial information needed for analysis and tuning.

More information on the mod homepage on CivFanatics.[forums.civfanatics.com]

I really prefer to have discussions on CivFanatics.

Multi Player note
This mod can be used in MP. The support was added 2 months ago and I have not received any reports about de-sync issues. The most problematic function - random numbers - has been changed into a function from the game engine that works in MP. There are 3 options (RST_Params.sql) that you can choose to use / test:
- 0 - random numbers are not used at all.
- 1 - for Single Player only, uses math.random.
- 2 - for Multi Player & SP, uses Game.GetRandNum - this is the default option.

iOS note
I think all platforms have now the same base game and all expansions (?), so the mod should work on all of them with no issues. However, I am not able to test it on iOS, as I only have the base game there.
The latest version dedicated for only vanilla game is 1.4 and can be downloaded from CivFanatics.

Differences from AI+
Since this is going to be an inevitable question:
- AI+ adds a lot of strategies on top of existing ones. RST enhances existing programming. You can turn it on / off even for games in-progress (doesn't affect the save files).
- Victory conditions. AI+ uses existing conditions, no improvement here. RST uses a more sophisticated approach here (see here[forums.civfanatics.com] for details).
- Leaders. AI+ uses Traits as a way to give various civs more unique behavior. RST tunes each civ and leader separately to its preferred victories.
- Tactics. AI+ introduces its own behavior tress and overhauls this part. RST just tweaks few things here. However, I see the need to use more advanced (or better) behavior trees. This is for the future development.
- Difficulties. AI+ employs a bit different strategies on higher diffs, with focus on Deity. Mostly more aggressive and more military focus strategies. RST - no changes here. Imo, the Civ philosophy has been always that difficulties come from giving AI more bonuses. And I am ok with that. AI should be "smart" no matter what difficulty we are playing.
Personally, I consider AI+ to be a really good mod. I used it a source of (good) ideas and "tested" mechanics. Whatever gems are hidden there (and there are), I will most likely try to implement them in RST.

Troubleshooting
1. This mod does NOT attach itself to save files. So, you will not see it in the list of mods when browsing games.
2. Make sure the mod is actually running during the gameplay. Go to the Pause menu and check if it appears in the list of active mods.
3. Starting biases conflict. Courtesy of MykolaCZ:
For people who getting error when enable this mod.
It can be compatibility issue ( confirmed on "Better Balanced ..." at least).
You need to turn off one parameter in the file "RealStrategy_Params.sql"
File located: disk:\SteamLibrary\steamapps\workshop\content\289070\1617282434
String 22 in version 1.7
INSERT INTO GlobalParameters (Name, Value) VALUES ('RST_OPTION_BIASES', '1');
change to
INSERT INTO GlobalParameters (Name, Value) VALUES ('RST_OPTION_BIASES', '0');

Credits
- Delnar - FastPillage operation and BH tree from his mod "AI CleanUp". I am not sure if it is working, but I like the idea :) Jan 22nd: Didn't work but I think I fixed it.
Populaire discussies Alles weergeven (7)
145
1
25 okt 2023 om 6:48
BELANGRIJK: Please report issues here.
infixo
6
6 aug 2023 om 3:16
AI government preference edit
M142 HIMARS RUS REMOVER
1
31 mei 2023 om 4:10
BELANGRIJK: Compatibility issue with League's 'Extended Tech Tree' mod
sAiNtgOtEn
1.129 opmerkingen
mrp8196 16 mrt om 23:44 
religion can create units . the flood barrier is a heck of lot easier with religion. I get 13 faith on trade each. Does this affect the ai to build cities and districts? Like stick cities on iron deposits and geo fissure. Does this mod make the ai nuke happy?
DYNIA 13 mrt om 15:04 
hey got a question about mod:

will it works when I play victory condition only score and rest is turned off ?

I hate religion and other victory conditions expect war one
CycMarques 13 mrt om 13:10 
Mod makes Deity AI so bad they can't even handle barbarians. Saw Rome lose multiple towns to barbarians on Deity and I just had to uninstall the mod in disbelief. No other game play altering mods were used, only UI enhancement mods.
Cutha 29 feb om 15:16 
Thanks for the mod. I'm not sure if its an issue or not but I've been hunting down desync issues with my mod pack and apparently using pairs instead of ipairs is unsafe in MP. I noticed that although you changed some routines to use ipairs there are still lots of pairs being used and frankly I don't know when it wouldn't need to be changed so sorry if I'm way off base.

We are getting desyncs often enough in our new game that we should be able to troubleshoot easy enough by disabling this mod.
infixo  [auteur] 23 feb om 12:51 
@stroiko Initial version, before Gathering Storm, took me almost 3 months to make... Then there were several updates.
I was in fact researching the trades, but no to avail. I couldn't find a param or setting that would allow to somehow tweak trades :(
Stroiko 21 feb om 13:22 
Hi @Infixo, Thanks for your mod, I can't even imagine how much time and effort took.

I have a semi related question: do you think is possible to mod how AI values trades? I would like to them value "Open borders" a lot more, but not sure if that is moddable.
Nookie 19 feb om 8:57 
would that work with Harmony in Diversity ?
PAPARAZI430 3 feb om 7:34 
its work in multiplayer?
joemontana5d 2 feb om 17:46 
can i disable any victory types with this mod?
Hello, has the AI ​​gotten better at placing units and fighting? It is also important that he tries to surpass me technologically, for example, to research and build stronger ships