Let's face it: we all know that Sins of a Solar Empire's AI is stupid. Unfortunately, their most fundamental parts are locked into an exe or dll file, their source code most likely never to be released for modders to examine, alter, and fix. However, there are still ways to push the AI, however dumb it may be, to still put up a fight without resorting to ludicrous resource or stat bonuses. This post contains the following: my attempt at an AI-improvement mod for vanilla Sins of a Solar Empire, observations for players and modders about various in-game AI settings, and observations for modders about various moddable settings and a trick or two that influence how the AI behaves.
Even though my notes may seem thorough, both the research and the mod are very much a work-in-progress: as I continue to expand and double-check my notes, others will undoubtedly also start reporting their own observations, which I will try to aggregate and verify as much as possible. If I am missing something or you think a certain observation/conjecture is incorrect, let me know and I'll see what I can do.
Quick links:
Section 1: Artificial Unintelligence (mod v0.62 for Rebellion v1.82)
This mod takes advantage of the settings and tricks mentioned in Section 3 to make the vanilla Sins of a Solar Empire AI more competent; every single parameter mentioned has been altered, and every single trick mentioned has been used to some extent. The mod also has two gameplay-altering addons that help the AI (they are optional because they actually change gameplay) as well as a standalone addon that changes the way it behaves: The Quick Start modification addon adds a Culture Center to the Quick Start buildings. This was added to make it harder to quickly steal planets near an enemy capitol early in the game, something that the AI is very vulnerable to, and also because AIs will start building culture buildings much quicker if an opponent has already built one, so the Quick Start modification also enables them to get into the culture game faster. Ideally, I would have made the Home Planet improvement add flat culture in addition to its regular bonuses, but I have not found a way to do this, so for now, the Culture Center Quick Start is my best solution. The Kostura modification addon makes Kostura Prototype (the research that unlocks the Kostura Cannon) require 2 levels of NME Warheads. This not only brings the Kostura more in line with TEC and Advent superweapons in terms of how much research is required to unlock it (eg. you can't just build a ton of military labs and rush it, only TEC Loyalists can do that now), but also makes the AI more likely to research phase missile upgrades, since it is hardcoded to prioritize techs that eventually unlock new ships or buildings. The Rabid AI addon forces the AI to use some fallback, faction-generic routines for vanilla Sins factions instead of the usual, faction-specific ones. It is called "rabid" because these routines make the AI both a lot more aggressive and a lot more illogical, as well as introducing bugs into its handling of capital ships. Ship production, tactical structure production, and fleet management are all governed by fallback routines, while faction-specific routines still govern all other aspects (eg. research, starbases, logistical structures). This addon functions independently of other parts of the mod, including the main mod. Enable this addon at your own peril.
Sins Artificial Unintelligence v0.62 [for Rebellion v1.82] can be downloaded here (mirror).
Changes since the last version (v0.60):
Known issues:
Section 2: In-Game AI Info
In the absence of any official information on how the AI's operate, all info had to be acquired through weeks of running test games in various configurations.
General:
Behavior Presets:
Keep in mind that these descriptions only fit well on lower difficulty levels: at higher difficulty levels, the fact that one preset is better or worse at building their economy is made pointless by the fact that they're showered with resources anyway. When I mention "economy upgrading", I mean building, researching, or upgrading anything that increases income or decreases ship/module cost.
Factions:
The AI has a lot of faction-specific behaviors associated with it; not only do AIs of the three/six vanilla factions behave differently based on the factions themselves, but they follow different routines as well. However, if the AI cannot determine which faction it is controlling (eg. as a result of controlling a non-vanilla faction or extensive modding of a vanilla faction), it will instead resort to fallback, faction-generic routines that make it completely differently, to the point of being considered its own "faction" entirely. Note that the AI will not always switch 100% to fallback routines: in some cases, only certain fallback routines will be used, while faction-specific ones will still govern other parts of the AI.
Section 3: Modding AI Info
Since I do not have access to the AI's source code, all statements are based either on in-game observations from tweaking various values and/or on experimentally verifiable observations made by other players and modders.
As a modder trying to get into the AI's head, the Player Info menu ([d] inside the dev menu) is your friend: the four items [a] Show Mission Queue, [b] Show Fleet Comparison, [e] Show Spending, and [f] Show Build Lists are invaluable in relaying what the AI is thinking at any given time.
The AI operates using AI ticks: all AI orders are given out at regular time intervals. To clarify, this means all orders, from selecting techs to retreating fleets, are all given out at the same time, and the AI will wait a few seconds afterwards before giving out its next batch of orders. AI ticks happen roughly once every 10 seconds (9 to 11 income ticks), but they are out of sync between different AI players. To my knowledge, the time interval cannot be modded.
Missions:
The AI gives orders to its ships based on missions the AI creates for itself to complete: it will populate its mission queue with missions, then produce and assign ships based on its current mission queue, rated by priority. Modders can view an AI's mission queue via [d] Player Info > [a] Show Mission Queue from within the dev menu, then selecting a unit, module, or planet belonging to the AI in question. Scout frigateRoleTypes will be sent on Explore missions with targets on enemy, neutral, or undiscovered gravity wells, Colony frigateRoleTypes will be sent on Colonize missions to nearby neutral, colonizable planets, combat ships might be sent on ClearOrbitForColonize missions to nearby colonizable, neutral planets with hostiles in orbit, etc. Note that the AI will never remove missions, only alter their priority; this is why AIs tend to be more and more schizophrenic the longer a game lasts, as their mission queue expands to sizes it can no longer handle properly. The only way for a mission to be removed from an AI's mission queue is if it is completed or if its objective is no longer valid (eg. attack a planet that is now allied, clear orbit for colonization of a planet that was just colonized by an enemy).
Mission .entity Files:Some missions have their own .entity files, allowing modders a limited amount of control over them. Each mission has its own entityType, but all mission entityTypes have only one parameter, missionType. For the game to recognize a mission, its name must match its entityType, so multiple entities corresponding to the same mission are not possible. The missionType parameter is used to direct the AI to the appropriate algorithms. The framework means that, in theory, modders could redirect AI missions. For example, having the MissionAttackPlanet entity have a missionType of Explore would redirect the AI to its Explore routine whenever it wants to attack a planet. In practice however, the different mission types use different internal arguments, so redirects often cause the AI to lock up in the best case (eg. when redirecting MissionAttackPlanet to MissionFosterRelations) or the game to minidump in the worst case (eg. when redirecting MissionBuildMines to MissionBuildStarbase).
Gameplay.constants:
Abilities:
The AI will automatically enable autocast and use certain abilities on ships and buildings of certain roleTypes. For example, abilities will automatically have autocast enabled for CANNON planetModuleRoleTypes. Scout frigateRoleTypes will automatically be assigned to Explore missions (see Missions subsection), even if they lack an Explore-type ability. Colony frigateRoleTypes (and possibly capital ships with the COLONY roleType) will automatically use Colonize-type abilities for Colonize missions. Otherwise however, if an ability does not have autocast turned on by default, the AI will never use it.
Leveling Capital Ships and Titans:The AI will choose a random ability from its unlocked abilities that are at the lowest level, unlocking new abilities only if it cannot do anything else. Abilities with isUltimateAbility set to TRUE will be prioritized over those that are not. As a result, AI capital ships in the base game will always end with two random abilities and their ultimate maxed and will never have a non-ultimate ability more than one level higher than their other unlocked abilties. The same logic appears to govern the way Titans are leveled.
Planet Modules and Ships:
AIs strongly depend on frigateRoleType, planetModuleRoleType, roleType, and role values assigned to ships and planet modules. "Strength" calculations are never done when the AI is deciding what to build. Modifying these values will affect what ships/buildings the AI will create, also influencing its army composition. For example, setting the culture module's planetModuleRoleType to "REPAIRPLATFORM" should have the AI building it as if it were an orbital repair platform, while adding the frigateRoleType "AntiModule" to carriers will have the AI building carriers to try to counter starbases and static defense in addition to actual antimodule frigates like the Ogrev. Keep in mind though that altering these values may have other gameplay effects, notably on autocasting when the "IsDifferentRoleType" aiUseTargetCondition value is used; ships with the "AntiModule" frigateRoleType can only attack structures, so use it only sparingly, even if the AI does love it. For strike craft, the "role" value for the strike craft's squad is used, while the roleType value for capital ships is barely used outside of determining which capital ships can colonize.Note that messing around with modules' planetModuleRoleType is a lot more risky than messing around with frigates' and capital ships' roleTypes: the game seems to be very particular about certain roleTypes, and will crash if modules of a certain planetModuleRoleType do not comply with its expectations. For example, structures with the WEAPONDEFENSE planetModuleRoleType must have a weapon, otherwise the game will crash when the AI wants to build one.
Frigates with Bombing Damage:The AI handles these in an odd fashion: if a frigate can deal damage to enemy planets, the AI will order them to attack the planet upon entering the gravity well, even if they don't have the "Siege" frigateRoleType and/or there are high priority targets (ie. Colony Ships) nearby (thanks Seleuceia!). The game will crash if an AI is playing a faction with no frigates that have a particular frigateRoleType, such as "ResourceCollector" (thanks Seleuceia!); this is likely due to it searching for particular frigateRoleType ships when queuing possible missions (see Missions subsection).
Building Capital Ships:The AI is quite straightforward with building capital ships: if it has no capital ships or its lowest level capital ship is level 3 or higher, it will queue up a random capital ship at its home planet (thanks Lavo_2!). This queue is not the same as the in-game build queue, and the capital ship type will randomly change every AI tick until it actually gets queued in-game. In-game stats have so far shown that capital ship choice is truly random, both for the first capital ship built and for any subsequent capital ships. Giving the AI the means to reach capital ship level 3 quickly, eg. by making the XP cost of the first two levels 0 via gameplay.constants, will force the AI to spam capital ships. Note that if the AI has no capital ship factories, it is hardcoded to prioritize a new capital ship factory in a similar manner; the implementation is a bit buggy though, see the Build List Bugs subsection under Overall Production and Resources.
Building Titans:The AI is prioritized to research titan-unlocking techs; however, it will only actually start construction of a titan once it has enough capital ship slots. Since the AI only upgrades its capital ship slots if it currently has 0 slots, Titan construction is only possible once the AI has researched the first capital ship supply tech that gives 2 capital ship supply, or if it loses a capital ship while having the necessary techs unlocked. By default, this is capital ship supply tech 4, meaning the AI must either lose a capital ship after all titan-unlock techs have been researched or have at least 3 capital ships level 3 or higher before it will even consider titan construction. Once a titan is in a build list, it is hardcoded to have a higher priority than even capital ships, so gathering enough resources for it usually is not a problem for the AI.
Fleets and Army Management:
When managing armies, AIs make constant use of fleets. Though AIs can manage individual ships just as well as fleet groups, fleets will be an AI's smallest army element 99% of the time, so AIs will usually move to target planets as a fleet, retreat as a fleet, and move to locations within gravity wells as a fleet (attacking is a bit different). All AI fleets will adopt a cohesion range of All Standard, regardless of what is set as defaultCohesionRange in Fleet.entity. AI ships will organize into fleets regardless of whether or not autoJoinFleetDefault is set to TRUE or FALSE. However, AI ships that only have certain frigateRoleTypes will never make or join fleets, even if autoJoinFleetDefault is set to TRUE: these frigateRoleTypes are Scout, Colony, ResourceCapturer, ModuleConstructor, Cargo, Envoy, and StarBaseConstructor; Scout is a special case outlined two paragraphs down. Flagships are still included in fleet management processes, but the AI forces them out immediately afterwards, so they are practically exceptions.
Making and Rearranging Fleets:AIs will fire off fleet creation and rearrange routines throughout the entire game. Most creation and rearrangement routines will only fire if any ship in the gravity well has no current order. When a non-fleet combat frigate (any frigate that is created for a frigateRoleType that isn't Colony, Scout, ResourceCapturer, ModuleConstructor, Cargo, Envoy, or StarBaseConstructor) with no current order is in a gravity well or phase jump region that has no fleets and at least one other combat ship, it will initiate a fleet creation function at the next AI tick (roughly once every 10 seconds): either the originator of the creation function or a higher ranking (Titan > highest level Capital Ship > lowest level Capital Ship > Frigates and Corvettes), non-fleet combat ship in the same gravity well (ships in phase space count as being part of the gravity well to which they are jumping) will create a new fleet and invite all other non-fleet combat ships to that fleet. When a combat frigate enters a gravity well or phase jump region that already has at least one fleet, it will initiate a fleet rearrangement process on the next AI tick (roughly once every 10 seconds); every ship that takes part in the fleet rearrangement process (ie. has at least one frigateRoleType that is a combat frigateRoleType) will be part of a fleet after it is completed. All ships in the same gravity well assigned to the same mission (see top of Section 3) will be placed into the same fleet. Note that ships already in the same fleet can still be (re)assigned to separate missions. The AI will periodically check if ships in a fleet are still both in the same gravity well and on the same mission and if not, they will fire off a fleet rearrange. As a result, large fleets phase jumping to a gravity well will often be split up, since even though the ships are on the same mission and in the same fleet, the ships currently in phase space technically are not in the same gravity well as those that are preparing to jump; this triggers a fleet rearrange, splitting up the large fleet,
Scout frigateRoleType Issues:Although the AI treats the Scout frigateRoleType as a non-combat frigateRoleType, the moment a ship with it enters into a fleet with one other ship, even if that other ship is also a scout, it will switch over to a combat frigateRoleType for that ship. Since the AI will not attack with ships that do not have auto-attack turned on, those scouts are dead weight for the rest of the game. The AI will also not build any new scouts, thinking its existing ones (that are dead weight) are enough. A small workaround is to have an explore ability with autocast turned on by default; this will force the AI to still try to keep scouting with its dead weight scouts. However, the AI still recognizes those ships as combat ships, so they will often try to jump back to a gravity well containing normal fleets. If aiUseTime is set to Always on the explore ability, the scout ships will waddle back and forth between trying to scout a gravity well and trying to assist an allied fleet; though this is still no solution, it is better than nothing, and there is little modders can ultimately do to fix the scout grouping bug.
Giving Orders:The AI will only give fleet leaders explicit orders, making non-leader fleet member behavior fairly predictable; the sole exception is any frigate with planet bombing capabilities, who will always be ordered to bomb a planet. Unless the fleet is planning to jump to another gravity well, fleet members will move with the fleet leader at all times, matching the fleet leader's speed. This means that if a fleet member is faster than the fleet leader, it will move slower than usual. If the fleet leader is targeting an enemy that is not in the same fleet as a member's target, the member will move into formation with the leader (matching speed as well) until an enemy that is part of the fleet the leader is targeting enters the member's attack or autocast range; if the member cannot attack (eg. carriers) or doesn't have auto-attack turned on by default (eg. scouts), it will simply stay in formation with the fleet leader.
Overall Production and Resources:
To determine what it wants to spend resources on, the AI keeps track of six total spending queues, or "build lists": one for ships of all types, one for research, one for building research labs, one for building logistical structures that aren't labs, one for tactical structures, and one for planet upgrades of all types. These can be viewed at any time from the dev menu via [d] Player Info > [f] Show Build Lists. Build lists are where the AI queues up stuff it wants to buy but cannot. Every AI tick, the AI will choose a build list to focus on (highlighted in red), trying to buy whatever it can from the focused build queue. The build list to be focused on is determined by a combination of chance, AI preset, current spending allocation, current fleet stance, and the priority of the highest priority item in each build queue. Priority within build queues is largely dependent on hardcoding and AISharedDef values from gameplay.constants. The maximum size of each build queue is determined by AISharedDef values from gameplay.constants, but not in a 1:1 fashion (eg. a value of 3 for BuildModuleResearch will not force the AI to only have 3 items in its labs build list).
Resource Tracking:Credits are the main currency for the AI: they are what the AI keeps track of, while Metal and Crystal are only considered to the extent that the AI can afford what it wants to do. For instance, while Credits spent on buying Metal and Crystal on the Black Market are kept track of in the AI's spending log, Metal and Crystal sold for Credits are not.
Resource Allocation:Current resource allocation can be seen under the [e] Show Spending in the player info menu, while ideal resource allocation is driven by the AI's preset. An Aggressor AI is hardcoded to spend more Credits on ships, while Researcher AIs are hardcoded to spend more Credits on research. Spending Credits on the Black Market is tracked independently of everything else, so an AI that spends twice as many Credits on a tech due to having to buy Crystal from the Black Market will still only note down the tech's credit cost as "spending on research". The ideal allocations set by each preset don't appear to change over time, resulting in things like the Researcher preset researching every tech up to level 3 in the first few minutes of the game. Things get really wonky with ships that build structures or have abilities that cost resources. Specifically, the AI will not keep track of Credits spent on abilities or structures built by ships instead of from planets: in particular, this applies to starbases and non-TEC mines (TEC mines are built from the tactical structures menu, so the AI logs its spending as spending on tactical structures). Spending on ships will always be logged down as such, even if the sole purpose of the ship being built is to construct something, eg. starbase constructors. Starbase upgrades, on the other hand, are kept track of in their own category with its own allocation expectation. This is why Aggressors tend to have a lot of unupgraded starbases (their hardcoding prioritizes spending on ships, so they will spend lots on starbase constructors, not log down the cost of building a starbase, then not upgrade those starbases because they are hardcoded to not spend as much on starbase upgrades). The AI also has no resource allocation for diplomacy: spending on envoys is recorded as ship spending, spending on unlocking diplomatic actions and abilities is recorded as research spending, and sending resources to other players to complete missions is not kept track of at all.
Black Market:The AI is very liberal when using the Black Market. When considering what it can afford, the AI will always take the Black Market into account, even if it would result in spending three or four times as much on something. More often than not, the AI will decide what to do and try to find a way to afford it rather than choose something to build or research that it can already afford without splurging on the Black Market. This is why Aggressor Vasari AIs tend to spend mounds on buying metal (Vasari LFs have a fairly high metal cost for their build times and supply usage, so Aggressor AIs who keep spamming LFs will run out of metal real quickly, and their drive to build more ships results in their Metal buying sprees), while Researcher AIs, especially Advent, will tend to spend loads on Crystal.
AI Biases From Resource Cost:Due to set-in-stone ideal resource allocations and the fact that only Credit spending is kept track of, the AI will prefer ships and structures that cost less credits but more metal and/or crystals over those that cost more credits. For example, if a ship costs 100 Credits and 1000 Metal, the AI will spend 4500 Credits or so on buying the Metal, build the ship, and log it all down as 100 Credits spent on ships and 4500 credits spent on buying Metal. If the AI is an Aggressor AI, it will want a rather large chunk of its spending in the ships category, so it will keep buying the ship until it thinks it has spent enough credits on ships, theoretically building about 45 more ships than normally desired. The extra credits spent on buying metal are logged as Black Market expenditures, which lower the percent of expenditures in all other categories, even the one in which the bought resources were spent (in the case of the example, this would be ships).
Extractor Build Order:The AI will always build extractors in the same order, no matter their current income ratios. They will always build metal extractors first and crystal extractors second. When there are multiple asteroids available, the AI will alternate between building the two, but if possible, one metal extractor will always be built before a crystal extractor. This does not appear to apply to capturing neutral extractors (since autocast targeting is what controls AI behavior there).
Build List Bugs:Normally, the AI is programmed to only place items on build lists that are available to it at the time. For example, it will not place frigates in its ship build list that it has not unlocked yet, it will not place social upgrades on its planet upgrade build list when it has already chosen industrial upgrades for all its current planets, etc. There are, however, a few exceptions: the AI does not check if research prerequisites are met before queuing up extractors, frigate factories, capital ship factories, military labs, and civilian labs. While most of these will simply be queued up and forgotten, capital ship factories with research prerequisites will actually cripple the AI until it finally builds one. This is because capital ship factories are given hardcoded priority, meaning the AI will barely build any non-labs logistical structures, including extractors, until it finally satisfies its lust for a capital ship factory.
Research:
AIs have a very set-in-stone method of researching techs, and there is little modders can do to alter the process. Though the AI will not consider a research's cost, it will not try to research anything that it cannot afford outside of the hardcoded stuff mentioned later and the Research Victory tech. Due to the AI's reliance on resource allocation when determining whether it should research a tech or not, AIs will usually research lower tier techs first. Observations indicate that when the AI wishes to research something, it will queue up all techs that are currently available to it in its Research build queue (see Production and Resources subsection), though never queuing up more than one level of a tech at a time. It will then treat its research build list just like any other: rearranging it every AI tick, giving it focus based on the highest item on the build list and its current resource allocation, etc.
Hardcoded Priorities:The AI is hardcoded to greatly prioritize certain techs under certain conditions (they will always occupy the top of the research build list and will often cause the AI to shift focus to it). AIs are hardcoded to research every single tech and its prerequisites that unlock ships or planet modules, though it will only do so once it has enough labs to research all the necessary techs required: for example, this includes the first few levels of the extraction bonus techs for Vasari (unlocks Orbital Refinery), all the regular culture techs for Advent once 8 civilian labs are built (unlocks Deliverance Engine), and all missile weapon upgrades for TEC Rebels once 8 military labs are built (unlocks Novalith Cannon). However, since the AI can research techs before their labs complete, it may appear that the AI is unlocking techs even before it can research a prototype. Other techs included in AI hardcoding are as follows: supply cap and capital ship cap techs if the AI has maxed out the respective supply, techs that unlock the colonization of planet types the AI has discovered and wishes to colonize, wormhole travel unlocking techs if the AI has discovered wormholes, and interstellar travel unlocking techs if there are multiple star systems. All vanilla faction AIs in Sins are also hardcoded to research the relationship-improving techs from the Diplomacy tech tree. The AI is hardcoded to only ever research pacts if it has a ceasefire treaty with at least one other player, but said pact unlock techs get hardcoded priority when this is the case.
The priority parameter:This parameter in a tech's .entity file dictates its priority in the research Build List: a tech with a priority of 2 will always be placed above techs with a priority of 1. Techs with a priority of 0 will never be researched by the AI unless they have hardcoded priorities. The game will accept both negative and decimal values for priority (possibly up to the limits of a double-type variable), but it will treat negative priority values as if they were 0. Techs with hardcoded priority are always placed at the top of the list irrespective of their priority parameter value. The AI will rearrange its build list every AI tick, meaning that two techs with equal priority have an equally random chance of being researched before the other. Note that giving a single tech a higher priority value than others may effectively stop the AI from researching completely: since the AI will only ever compare the top items in each build list, and giving a single tech higher priority than all others will place it at the top of the research build list (under hardcoded techs), if the AI never wants to research mentioned single tech, it will never give focus to the research build list, stalling all research.
Dummy Research Ladder:A while back, a coding trick for prioritizing certain techs was developed by a group of enterprising modders, including Lavo_2, GoaFan77, and Zombie. The trick takes advantage of the AI being hardcoded to prioritize techs that unlocks ships/buildings, being able to define 2 research prerequisites for each tech, and being able to place tech buttons in an off-UI area so that human players will never see them, but the AI can still research them. It involves making a ladder of 0 cost dummy techs, with the bottom of the ladder populated with actual techs (endpoints for each tech chain are enough) and the top of the ladder containing a tech that unlocks a dummy ship or building that is too expensive for the AI to ever actually make in-game. Since the AI is hardcoded to prioritize unlocks, it will try to unlock the dummy ship, even if the ship is actually too expensive to ever purchase. To do so, it needs to climb up the dummy research ladder, and to do that, it needs to complete every single research in the game. Though the trick requires a long, ardous setup time (you need to set up a different ladder for each tech tree, requiring about n-1 dummy techs for n total "real" techs), and the effects usually only kick in once the AI has enough labs to research the highest tier tech at the bottom of the ladder, the payoff is that the AI will highly prioritize certain techs, regardless of its preset. Modders who use this trick must choose between two options: either having a smaller ladder, which results in the AI greatly prioritizing certain key techs and relying on the usual process for all others, or a large ladder, which results in the AI prioritizing all techs regardless of preset, but losing focus as a result.
Once again, the contents of this post are subject to change as current observations are reevaluated and new ones are noted down. If you see something missing or not aligning with your own in-game observations, please let me know.
Yes, I thought that maybe the normal and hard AI would actually be the same. I would still potentially like to tune the resource bonus a little bit to something in between 1 and 1.5.
Last night I put a researchFloatModifier into each of the "RESEARCH_AUI_DUMMY_<faction>0_0.entity" files, and then watched the first ~45 minutes of a game with 3 hard AIs in developer. All of them put "RESEARCH_AUI_DUMMY_CAPITALFLEE" into their queue, but that was the only "DUMMY" research that I ever saw. It was an aggressive and two economists. Is that a good research entity to put a researchFloatModifier in? It looks like it is used for the "ForceFlee" ability, which seems to make the AI retreat more intelligently. Are the other dummy techs more likely to show up on a research queue much deeper in the game? I checked the "credits gained from planets" screen after leaving the game an it certainly looks like they never researched the tech there, either.
I will also try making a different tier 0 tech and adding it to the Player<faction>.entity files. I had forgotten that step when I made the tech from scratch (without just trying to add the IncomePercLost to one of your files).
The other dummy techs are all part of the dummy tech ladder; since quite a lot of them have tier 7 techs as their requirements, you won't often see them getting researched until very late into the game. ForceFlee's dummy tech is a tier 0, no-cost tech, so you should definitely see it getting researched within the first 15-30 minutes of the game. You can stick the AI effects into ForceFlee's dummy tech if you want, but having the effects tied to a separate tech is safer, since any mod updates would override your changes to ForceFlee's dummy tech.
I am just worried about connecting the new tech into the dummy ladder properly, but I think you've given me enough information to figure out how to do what I'd like to do. Thanks!
Thanks for the info. You're observations have cleared up several annoying AI behavior issues. As to having exhausted things to look at the SotYR mod radically alters things and as a result we have encountered some unique AI behavior items. There is more to find in the code but it means looking beyond the SoaSE foundations.
Problem is that at that point, AIs are governed mainly by fallback code. Since I know neither what all the various bits and pieces of fallback code are nor what triggers them (the only one I can identify is the combination triggered in my Rabid AI addon), I would not know whether AI behavioral changes are caused by a reversion to [non-]fallback code triggered by the parameter change or as a result of the parameter change itself. Plus there are so many total conversion mods out there that the time payoff wouldn't be worth it: it already took quite a while to gather all this info based on the unmodded game, analyzing all the total conversion mods out there would take near-forever. Still, modders can analyze their own total conversion mods the same way I analyzed the base game: through lots of well-planned test runs (running at 2x speed at least) with liberal use of the Player Info menu. If they notice something that I'm missing, they could always just post about it here, and I'll gladly take the time to verify it and possibly even dig a little deeper.
Reducing strike craft maxSpeedLinear to that closer to the frigate maxSpeedLinear leads to extreme of the gravity well tail chases. We have not completely solved the problem but ensuring enough rear firing weapons helps tremendously.
If a faction does not have strike craft it has been observed to stop firing at nearly dead ships. Abilities can mitigate to a point. Addition of strike craft immediately resolves the odd AI behavior.
If not granted the "free" capital ship and not having access to a capital ship without research the AI acts very oddly, too much so to characterize.
If an AI does not have access to colonizable planets by an amount of time (as yet undetermined but not much longer than 15 min) it quits and ceases all useful actions.
The AI is ignorant of a significantly reducing or completely retarding passive regeneration, it will not make obvious use of repair facilities except as those ships that just happen to wander through the AOE.
There are many more but bed is calling.
That sounds like a movement and autotargetting system issue, not an AI one. Things like ships having lots of weapons on all their banks also cause weird movement behavior, though it is more like jousting than endless chases.
Probably a feature of fallback code, but I'll check it out nonetheless.
That seems rather odd from such a simple modification, I'll have a look.
This is likely caused by the AI's mission system: it selects mission targets based on distance to the nearest owned planet, so if the nearest enemy planet is a long way away from its home planet, it will not give itself a mission to attack it. Surrender code is likely tied to the mission system as well, but the specifics seem murky.
Known behavior; I detailed the passive regeneration thing in the aiRetreatThreshold section (since that's where it matters the most) and repair facilities are nothing more than units with a healing ability, so it's understandable that the AI will use them as such and nothing more. After all, you don't see the AI deliberately aiming Kosturas at enemy planets for their fleets to warp to using phase gates, nor do you see them deliberately building trade ports in certain wells to construct the longest trade route.
Follow-up: I have not been able to replicate this issue, and I've tried, oh I've tried. Neither the regular AI nor AIs running fallback fleet management and targeting code display the type of issue you've mentioned. That said, AIs running fallback code do use some wonky targeting mechanics, prioritizing full health ships over nearly dead ones, but that happens irrespective of whether or not the faction has access to strike craft.
I would've looked into the capital ship thing as well, but I haven't figured out how to make the first capital ship not free: I've looked in gameplay.constants, the various capital ship entity files, the capital ship factory entity file, and the capital ship research entity files, but have yet to find a boolean I can toggle to make the first capital ship cost resources the same way they all do.
Whether the first cap is free or not is determined by the individual galaxy file...it is entirely a map based thing...
Make the capital ship factory a researchable item and suddenly the AI doesn't have ready access to capital ships, but that is not the only way.
Thanks, I looked into both situations.
When the first capital ship is not free, the AI will still behave as it normally would, though the resource drain from building their first capital ship does hinder them quite a bit, as they won't build any [military] ships until they have their hardcoded desire for a capital ship met. However, making the first capital ship not free triggers fallback code for fleet management, ship production, and tactical structure production, causing it do to do the usual fallback things (eg. treating enemy scouts as combat frigates instead of scouts).
Things are a bit more interesting when capital ship factories are made to have a research prerequisite. Like capital ships, the AI is hardcoded to heavily prioritize building a capital ship factory if it has none built; however, this hardcoding doesn't turn off when the capital ship factory's research prerequisites aren't met. This means that the AI places the capital ship factory on its build list in its first AI tick, then is crippled from using anything in the build list that contains the capital ship factory. This is the list for non-labs logistical structures: extractors, trade ports, frigate factories, culture centers, etc. Further yet, because the capital ship is permanently at the top of its build list, the AI will fruitless give it focus more often, as well as try to save up for a structure it wouldn't be able to build anyway, causing a further strain on its extractorless economy. All the weird behavior you see from the AI is directly a cause of it placing a capital ship factory at the top of its build list even when it does not have the research prerequisites to build it.
This is likely a result of coding oversights; since the AI programmers never assumed that the capital ship factory would have research prerequisites, they didn't program the AI to check for prerequisites before fasttracking the factory. The bug could likely be fixed relatively quickly, given how the AI already checks for research prerequisites for things like culture centers, trade ports, titan factories, etc., so it should be a matter of copy and paste. It's possible that extractors, frigate factories, and research labs also have similar failings, though thankfully they don't get hardcoded priorities (frigate factory might), so they simply stick on the list as dead weight instead of blocking it up like the capital ship factory.
Thanks, very insightful. Here is another one.
If a ship has multiple weapons with different ranges the ship will tend to keep engagement range equal to that of its longest range weapon. Other weapons come into play only as ships maneuver into that arc. The AI makes no account for DPS of a weapon only that it is in range or not. Thus if a ship had two weapon types, one was long range and one was short range the short range weapon would only rarely be used.
That sounds like another autotargeting issue, not an AI problem; human players who rely on autotargeting will experience this just as much as the AI does. I'd fix it by changing the longer range weapon to an ability, or maybe mitigate it by putting the two weapons on different banks.
There are many great features available to you once you register, including:
Sign in or Create Account