Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
:::: 2.1: Rally Points
Allows setting of rally points and sending fleets to that location with one click. There are two rally points defined:
(RP1): Game will now automatically remember your last manually selected fleet destination. This one has no visible marking.
(RP2): You can also select a colony you own on the galaxy map and mark it using CTRL + Click, this will put a blue pin on the colony top bar
Pressing the Rally Button will send a fleet to Rally Point (RP1)
Pressing the Rally Button + CTRL will send the fleet to Rally Point (RP2)
Rally Point has a keyboard shortcut that is editable from the normal option menu. The keyboard shortcut operates the same with respect to the CTRL key and which Rally Point a fleet will be sent to.
:::: 2.2: Auto Build Queues
A new feature has been added allowing the creation of preset build queues. This basically functions exactly as the builtin autobuild process except the user can now directly control what gets built and in what order. It will automatically skip over structures you do not known, that cannot be built on that colony for whatever reason, or in some cases like gravity generators are not needed.
Two files are needed for this "AutoBuildQueue.yaml" and "AutoBuildQueue.csv" feature and they are included with this mod. It include four preset queues: Default, New Colony, Production Center, Research Center, and Growth Center.
Some notes about queues:
* The first entry in "AutoBuildQueue.yaml" MUST be default. This instructs the game to use the builtin autobuild process. Any structures assigned to this queue will just be ignored.
* Do not delete or reorder queue entries in the "AutoBuildQueue.yaml" file during a play through. This can cause save game crashes and other undesirable results.
* You are free to add new queue entries to the end during a play through
* You are free to change what structures are in a queue or what order they should be builtin without causing any problems
* Multiplayer: Completely untested but in theory if it works at all everyone must have the same exact queues setup or you will suffer unrecoverable desyncs during play
:::: 2.3: New Random Events
Added several new random events back into the game. The developers left the video/voice assets in the game but never coded them as functional events. This adds the following events:
Hyperspace Flux: Which prevents ships from entering FTL, ships already in FTL will continue travel as normal but will be stuck at their destination. The racial perk Trans Dimensional will allow that race to ignore this event
Time Anomaly: Freezes a system during this time the system will not produce any output or consume any resources
Comet: A comet will impact and destroy one of your colonies unless your fleet in orbit around the planet can destroy the comet first
Diplomatic Incident: This is a collection of events "Misunderstanding, Assassination Attempt, Cooperation, and Union" that affect the disposition of the two races involved the first two are negative and the last two are positive
:::: 3.0: Game Controls Update
Here is a short list of users controls that have been added or adjusted. I wanted to put them into one place so not to forget about them.
General Updates:
The Right Mouse Button will now close most screens. It is considered an escape choice.
Galaxy Map (Standard View):
Middle Mouse Button will activate the action on the bottom right button: "Choose Research, Choose Production, etc."
Rally Points:
A new Rally button "blue pin" option has been added to the fleet controls. It can also be accessed via the shortcut key and is configurable in the Options -> Control menu for the game under "Rally Points".
Automatically when you manually select a fleet and tell it to move to a location a hidden Rally point is created. You can then select a different fleet and tell that fleet to head to the same direction using the Rally button. This selection does get overwritten every time you manually tell a fleet to move to a location. I use this for quick localized movements when I'm trying to get a lot of ships to the same location.
A more permanent Rally point can be assigned to any colony that you own. From the galaxy map click on one of your planets while holding down the CTRL key. This will mark the planet with a Rally Point indicator "blue pin". You can then select a fleet and tell it to go to this alternative Rally Point location by holding down the CTRL key while clicking the Rally button or using the CTRL + shortcut key combo
Planet Screen:
Clicking on a "Done" or using the Right-Click close while holding down the CTRL key will in additional to the normal operation of exiting the screen, will center the galaxy map on this planet.
CTRL-P - Sets colony focus to production
CTRL-F - Sets colony focus to food
CTRL-R - Sets colony focus to research
CTRL-B - Sets colony focus to balanced
CTRL-C - Sets colony focus to clean
CTRL-G - Sets colony focus to growth
CTRL-0..9 - Sets AutoBuild Queue (0 to 9); 0 being default internal of course, if you pick one that does not exist, the built in default will be used
CTRL-T - Adds Trade Good to Build Queue
CTRL-I - Removes Trade Good from Build Queue
CTRL-A - Turn On/Off Autobuild
CTRL-U - Turn On/Off AutoClean
Space - Build Screen Popup
Empire Management Screen:
Clicking on a planet while holding down the CTRL key will exit this screen and center the galaxy map on the chosen planet.
Tactical Battle:
Pressing "[" and "]" will select the previous and next squadrons. You can use this to assign specific orders to a squadron of ships
Fleet Control Screen:
The blueprint popup now requires the CTRL key to be pressed down. This just reduces unneeded screen clutter.
:::: 4.0: YAML Config Files
:::: 4.1: AntaranSettngs.yaml
USE_RANDOM_ATTACK_LOCATION: 1 (Default) or 0 (Disable)
1 = Civilization selection is unchanged, but Colony selection will be completely random
0 = <Base Game> Antaran Attack location – game will pick a civilization by which one has the highest score, it will then attack a colony based upon which system has the strongest fleet
GRUDGE_FACTOR: 0.15 (Default) or F
This increases the desired victory chances the Antarans will use for attack fleet generation. The calculation is a simple MAX(Number of Defeats - Number of Victories, 0) * GRUDGE_FACTOR. Setting it to 0.0 will disable this increase.
:::: 4.2: AutoBuildQueue.yaml
Each entry should include the following fields:
key: Internal Queue Designation
This must be unique, but otherwise is just used internally by the game.
name: Display Name
description: Display Description
auto_filter: true or false
true = Will use some logic to curl the queue structure list:
* Food producing structures on colonies that do not need food
* Pollution reducing structures on colonies that are already producing at least -10 pollution per turn and is not using the "AutoClean" option
false = Will build all structures on the list the colony is capable of (full player control)
queue: <List>
The structures and project to be built on a colony. If a colony is idle or only production trade goods, every turn this list will be examined from top to bottom. The first structure or project that can be built will be queued for production. It will skip structures or projects that can not be built for whatever reason: biome, mineral content, lack of tech, etc.
:::: 4.3: Globals.yaml
This yaml file is setup a little different as it is broken up into different sections. If a section or value is not listed below, please do not perform any editing.
:::: 4.3.1: Backend.Civilizations.Civilization
AUTO_EXPLORE_HOMESTAR: 1 (Default) or 0 (Disable)
1 = Starting system will be fully explored
0 = <Base Game> Starting system will not be explored
:::: 4.3.2: Backend.Diplomacy.TradeTreaty
LIMIT_FACTOR: 3 (Default) or N
Limits the difference used between empires to control both the cost and benefit of a trade agreement. The highest empire’s economy is treated as having a maximal value of the lowest empire’s economy times the LIMIT_FACTOR.
:::: 4.3.3: Backend.Diplomacy.ResearchTreaty
TRADE_LENGTH: 20 (Default) or N
Determines the length of a research treaty in game turns.
LIMIT_FACTOR: 3 (Default) or N
Limits the difference used between empires to control both the cost and benefit of a research agreement. The highest empire’s research output is treated as having a maximal value of the lowest empire’s economy times the LIMIT_FACTOR.
:::: 4.3.4: Backend.Civilizations.GalacticCouncil
FORCE_FORMATION_TURN: 400 (Default) or N (Set to like 99999 to disable)
Forces Galactic Council formation if all races have not contacted each other on the specified game turn.
:::: 4.3.5: Backend.Fleets.ShipBlueprint
IGNORE_PRIORITIZE_MODS: 1 (Default) or 0 (Disable)
1 = AI will select best weapon regardless of desired mods, so Merculite Missiles would be selected over Nuclear Missiles with Mods. In general this make the AI build stronger ships.
0 = <Base Game> Completely controlled by ShipBlueprintTemplates.yaml
ADDITIONAL_DESIGNS: 2 (Default) or N
This just sets the number of ship designs in the ship building. A value of 2 mimics the default game setting of being number of known hulls sizes + 2
:::: 4.3.6: Backend.Settlements.Colony
CLEANUP_RATE: -2.0 (Default) or F
This is used to determine the amount of pollution that a single production point will remove
GRAVITY_TOLERANT_HIGH_EXPANDED: 1 (Default) or 0 (Disable)
1 = Races with high gravity trait can colonize normal and high gravity planets without a penalty.
0 = <Base Game> Races with high gravity trait suffer on normal and low gravity planets
FOOD_SURPLUS: 0 (Default) or N
Used by colony focus "Production" and "Research" to allocate additional workers to food production so the colony does not stagnant
:::: 4.3.7: Backend.Settlements.Settlement
INVADE_TECH_CHANCE_GROWTH_FACTOR: 0.50 (Default) of F
Controls the rate of growth on the acquire chance – this is based on an invaded colony’s structures and population count.
INVADE_TECH_CHANCE_BASE: 0.04 (Default) or F
Base chance of acquiring a technology from colony invasion.
INVADE_TECH_CHANCE_MAXIMUM: 0.50 (Default) or F (Set to 0.0 to disable)
Max chance of acquiring a technology from colony invasion.
:::: 4.3.8: AI.SP_GeneralStrategy
HEAVY_ARMY: 5 (Default) or 0 (Disable)
This value is added to the AI’s "heavyArmy" setting for its personality. It controls the ratio of ships by hull size. Larger values tend to result in more numerous large hulls being built.
:::: 4.3.9: Backend.Settlements.NotificationReduction
ON_TURN: 99999 (Default) or N (0 = on from start or 99999 = disable)
Before this specified turn all notifications will be reported.
POLLUTION_WARNING_ON_TURN: 5 (Default) or N (99999 = disable)
Just makes the default number of turns to start complaining about high pollution configurable.
FOOD_WARNING_ON_TURN: 5 (Default) or N (99999 = disable)
Controls the new colony starvation notification. Sets the number of turns to start complaining about low food stores.
NOTIFY_ON_COMPLETION: <List>
List of structures to always notify on
:::: 4.3.10: Backend.Civilizations.MajorCivilization
MAX_SPY_SECURITY: 0.50 (Default) or F
Sets a hard limit on how high spy defense can go due to spies on counterespionage
:::: 4.3.11: Backend.Tactical.Battlefield
DRONE_REGENERATE_FACTOR: 0.25 (Default) or F (0.0 = disable)
Before launching drones, the total destroyed drone count will be set to Max(0, (Current Destroyed Drones Count - (Max Drone Count * DRONE_REGENERATE_FACTOR))). This allows drones to regenerate over time.
:::: 4.3.12: Backend.Fleets.WeaponSlot
FIRING_ARC_FRONT: 120.0 (Default) or F
Sets the front firing weapon arc
FIRING_ARC_SIDES: 120.0 (Default) or F
Sets the side firing weapon arcs
FIRING_ARC_REAR: 120.0 (Default) or F
Sets the rear firing weapon arc
:::: 4.3.13: Backend.Galaxy.AdvancedGalaxyGenerator
MIN_MONSTER_SOLAR_SYSTEM: 3 (Default) or N (0 = disable)
During galaxy generation sets the minimum number of occupied orbits a solar system with a monster civilization will have, this does not change anything else about the solar system generation
MIN_INDEPENDENT_SOLAR_SYSTEM: 3 (Default) or N (0 = disable)
During galaxy generation sets the minimum number of occupied orbits a solar system with an independent civilization will have, this does not change anything else about the solar system generation
:::: 4.3.14: Backend.Leaders.Leader
RANDOM_SELECTION: 1 (Default) or 0 (default in-game logic)
This just allows a greater selection of leaders to appear in the game
:::: 4.3.15: Backend.Diplomacy.Relationship
PLAYER_RACE_DISPOSITION: (Defaults to blank)
Sets a race's disposition if the AI is dealing with a human player, if blank uses normal bias logic
:::: 4.4: PlanetaryResourceTypes.yaml
desirability: 0.05 (Default) or F
This controls the desirability of a resource 0.05 is the current default in the game. It allows modders that add radical new resources or even negative resources to control the AI desirability of that planet versus it just treating them as all positive and of the same worth.
:::: 4.5: PlanetBiomeTypes.yaml
forceSize: <not present> or size key from PlanetSizeTypes.yaml
This allows forcing a biome to a certain size during galaxy creation.
:::: 5.0: Config.cfg Settings
The game already has a base config.cfg file, UCP adds a few extra parameters. If these lines are not present they will have their default value.
:::: 5.1: [Graphics]
borderlessWindow: False (Default) or True
This is an experimental setting that turns on borderless window mode, it only functions on the Windows OS
borderlessX: 0 (Default) or N
In borderless window mode places the game window at this location (used to auto-move it to a specific monitor or location)
borderlessY: 0 (Default) or N
In borderless window mode places the game window at this location (used to auto-move it to a specific monitor or location)
:::: 5.2: [Gameplay]
TravelAnimationSpeedBoost: 1.75 (Default) or F (1.0 disables)
This setting can be used to speed up or slow down the animation speed of the traveling ships on the galaxy map. Higher values will make the animation faster
GalaxyAnimationSpeedBoost: 0.75 (Default) or F (1.0 disables)
This setting can be used to speed up or slow down the animation speed of the galaxy camera (transition and zoom). Lower values will make the animation faster
:::: 5.3: [Sound]
NextTurnSound: STARMAP_ENDTURN (Default) or STARMAP_CLICK or <see SoundStrategy.csv>
Just adjusts the sound effect that is played when you press the next turn since the default next turn sound for whatever reason gives me a headache after awhile. It only supports sounds that are already in the game's assets.
:::: 5.4: [Content]
ShowColonyCinematic: True (Default) or False
If set to false auto-skips the colony cinematic, this setting can be found in the options menue in the game
ShowTacticalCinematic: True (Default) or False
If set to false auto-skips the tactical combat introduction cinematic, this setting can be found in the options menue in the game
:::: 5.5: [UCP]
This section contains values that are not intended for user modifications. It is basically used to store state information used by various UCP features.
Bug.0.0.6.0: Fleet combat screen is incorrectly showing the ship status at the end of the combat
Fix.0.0.6.0: This is a MIRV bug. The combat updates for MIRVed missiles are not being displayed correctly. This is a display issue only.
Bug.0.0.6.0: If a Tactical combat times out the loser fleet is destroyed while the winner fleet is unharmed
Fix.0.0.6.0: Added logic to allow for the loser’s fleet’s attack damage output and the combat’s overall success chances to apply damage to the winner fleet resulting in possible loses to the winning fleet.
Bug.0.0.6.0: First contact audio for the Gly (Glis) does not play, asset exists just has the wrong link location
Fix.0.0.6.0: Corrected issue
Bug.0.0.6.0: For Omniscient races it is possible for a pirate base to spawn on an asteroid even after a mine or research laboratory has been placed on it
Fix.0.0.6.0: Corrected issue by excluding that celestial body from the possible pirate base spawn points
Bug.0.0.6.0: Tactical combat fighter return logic can generate an ArithmeticException during return to carrier calculations
Fix.0.0.6.0: Added a check to prevent this exception from being thrown
Bug.0.0.6.0: Tactical values displayed in the UI for Attack Rating and Defense Rating are always showing the squadron total values regardless of the number of actual ships selected
Fix.0.0.6.0: Modified to only adjust the values by the number of ships actually selected in the squadron vs the whole squadron
Bug.0.0.6.0: Minor UI issue Leader avatar's images is in front of their title
Fix.0.0.6.0: Just reordered the objects
Bug.0.0.6.0: Antaran settings ANTARAN_ATTACK_MAX_blueprint_template has an off by one issue, causing it to only stop after the limit + 1 is reached
Fix.0.0.6.0: Corrected issue, also added the functionality of 0 which will just disable that blueprint_template from showing up if desired by a MOD
Bug.0.0.6.0: Tactical combat can easily timeout due to battles having a fixed timeout
Fix.0.0.6.0: Added logic to increase the timeout by the number of ships in the engagement, this does not guarantee it will not timeout but makes it less likely
Bug.0.0.6.0: Tactical combat Automated Repair Unit repair drones are causing crashes and slowdowns due to incorrect logic
Fix.0.0.6.0: Switched the Automated Repair Unit to a passive special. It will now just heal a certain percentage of ship hull every few seconds controlled by YAML settings: hullRegeneration (5%) and hullRegenerationTimer (5 seconds). The per turn healing on the galaxy map is unaffected
Bug.0.0.6.0: Tactical combat targeting and weapon control uses multiple conflicting firing conditions, resulting in the AI sometimes attempting to fire on targets it can not hit and thus wasting its shots
Fix.0.0.6.0: Corrected logic and standardized on the firing solution logic
Bug.0.0.6.0: Tactical combat ship specials that are also weapons are showing the incorrect quantity and not updating correctly
Fix.0.0.6.0: Corrected
Bug.0.0.6.0: On zoomed out galaxy the fleet arrow icons are not being blurred properly and thus are visible on the Empire Management Screen, Leader's Screen, Victory Screen, and the Options Screens
Fix.0.0.6.0: Just hide the icons when you enter those screens, makes them more readable
Bug.0.0.6.0: Special Stellar Converter does not add to a ship’s blueprint attack rating
Fix.0.0.6.0: Added logic to calculate the attack rating for this special
Bug.0.0.6.0: Having too many leaders will cause the tooltips to be misaligned and show incorrect information when the scrollbar becomes visible
Fix.0.0.6.0: Corrected this issue by adjusting tooltip location with the position of the scrollbar
Bug.0.0.6.0: Leader Fleet Assignment screen does not allow fleet selection by clicking on a star
Fix.0.0.6.0: Corrected missing logic and incorrect logic to make this allowable, so it works like the previous fix for the Leader Colony Assignment Screen
Bug.0.0.6.0: Wrong value being set from YAML files for torpedo hit chance resulting in wrong attack calculation, this only affects that calculation only, tactical combat is already correct
Fix.0.0.6.0: Adjusted load code to correctly set the right value used during attack rating calculation
Bug.0.0.6.0: Leader Screen does not select a fleet leader when the minimap fleet icon is clicked on
Fix.0.0.6.0: Corrected
Bug.0.0.6.0: Espionage Infiltrate screen colony selection by clicking a star on the minimap does not always work
Fix.0.0.6.0: Corrected backend and UI
Bug.0.0.6.0: Espionage Missions can end with the Agent being idle without notification, some missions seems to repeat automatically for some reason
Fix.0.0.6.0: At the end of missions assigned agent will now await further instructions
Bug.0.0.6.0: Leader Colony Selection Screen does not show the same data for BC generation or Food Output as the empire screen, it is showing the income and output without taking into account upkeep and consumption
Fix.0.0.6.0: Corrected issue also adjusted pollution so it is percentage based as it is on the empire screen
Bug.0.0.6.0: Leader Colony Selection Screen has a single tooltip popup for BC that has a misplaced location
Fix.0.0.6.0: Removed it for consistency on that screen
Bug.0.0.6.0: Differences between implementation of Spy Experience between racial, tech, and leader bonus. Racial and Tech description are at odds with implementation. Only leader shows any UI changes.
Fix.0.0.6.0: Adjusted code so they all do the same thing, increase XP gains for spy mission, the total spy XP is correct on the UI now
Bug.0.0.6.0: Initial contact with an AI race always displays to the user that their disposition tone is relaxed
Fix.0.0.6.0: This was just being set to a constant, modified to actually set to the correct tone based on the initial disposition
Bug.0.0.6.0: AI can threaten to attack and declare war with a scout, regardless of target's decision it will fail to declare war
Fix.0.0.6.0: Added a check to prevent the AI from attempting to attack and declare war with a non-military ship
Bug.0.0.6.0: Multiplier Tech Notifications can cause the game to incorrectly show the new tech to the player and the Last Discovery is not displayed correctly
Fix.0.0.6.0: Corrected both display issues
Bug.0.0.6.0: Espionage Screen is missing some icons for spy missions, this is causing an exception and preventing loading of mission icons until the application is restarted
Fix.0.0.6.0: Added missing icons
Bug.0.0.6.0: If a Leader is in transit to a ship that is destroyed and the civilization does not have the Survival Pod tech, the leader is killed anyway
Fix.0.0.6.0: Just added a check for this and recalls the leader instead
Bug.0.0.6.0: If a Spy who has infiltrated a colony is switched to an empire mission, the spy enters transit and then goes idle ignoring the selected mission
Fix.0.0.6.0: Adjusted logic to make the spy switch to empire mission correctly, this does remove them from the colony
Bug.0.0.6.0: Pirate base destruction reward of a population unit will ignore any colonies in the same star system when checking for closest colony
Fix.0.0.6.0: Corrected Logic
Bug.0.0.6.0: <UCP-5.9 fix> Colony project "Artificial Planet Construction" performed on a formal Gas Giant that was turned into an Asteroid field by a Supernova event results in an invalid planet.
Fix.0.0.6.0: Corrected logic to detect this condition and generate the planet as normal from a Gas Giant transformation
Fix.0.0.5.9: Added logic to the invalidate cache blueprint to correctly regenerate the blueprint cache values. I also added logic to single player to output the same desync information in case this shows up in a game.
Bug.0.0.5.9: Multiplayer games do not save the Antaran information as it is only stored in the server and not the client. Since multiplayer games only save the client data this information is lost on reload of the game.
Fix.0.0.5.9: Adjusted the multiplayer games save logic so if the multiplayer host saves the game, it saves the server data and not the client (this is the same as what single player currently does). If the prior host then restarts the game the Antaran data is preserved.
Bug.0.0.5.9: During tactical combat updating avoidance grids can cause an application crash bug with System.IndexOutOfRangeException
Fix.0.0.5.9: Adjusted code logic to avoid this condition
Bug.0.0.5.9: AI will repeatable send inferior forces to take over a Monster or Orion guarded planet. This is a colonization effort by the AI using an incredibly inaccurate calculation for the forces needed to overcome the resistance.
Fix.0.0.5.9: Enhanced the calculation for estimated firepower
Bug.0.0.5.9: Under certain circumstance a non-omniscient AI that does not posses the deep scanner tech will fail to eliminate a monster since it does not know if the planets are habitable or not. In the game I was playing this completely stalled two AIs.
Fix.0.0.5.9: Just added logic so the AI will destroy a close monster if it can and it has no other planets that it can colonize
Bug.0.0.5.9: Under certain pollution levels the game can send you notification that a planet is starving and in fact you can lose a population unit due to lack of food even through the UI shows you have positive net food the entire time. The cause is how the game is applying pollution generation, cleanup, and its result on food output. Instead of doing them in that order it does generation, food output, and then cleanup. In the example I looked at the UI was stating +1 food, but the game was using -1 food in the background.
Fix.0.0.5.9: Just corrected the order of operations.
Bug.0.0.5.9: Shipwreck Random Event can cause a game crash during the GNN review generation under certain circumstances
Fix.0.0.5.9: Corrected logic for GNN creation to prevent this crash
Bug.0.0.5.9: Captured Spy Popup Screen scroll area can extend past the visual screen space if you have too many captures spies
Fix.0.0.5.9: Adjusted scroll region so it matches the visual screen space
Bug.0.0.5.9: Empire Management Screen's Production Queue has multiple issues dealing with a build item that has been purchased.
Fix.0.0.5.9: Corrected issues in dragging and initialization
Bug.0.0.5.9: AI will never ask for its captured spies to be returned, this is due to numerous bugs and some missing code
Fix.0.0.5.9: Added missing logic to allow the AI to evaluate if it has any captured spies and to potentially negotiate their return
Bug.0.0.5.9: Antaran Attack Fleet calculation is incorrectly setting up its random table resulting in the wrong blueprint distribution
Fix.0.0.5.9: Corrected the table setup and thus the distribution issue, note this fix allows the attack fleet to actually contain Doomstar blueprints
Bug.0.0.5.9: Antaran Attack Fleet is using a constant of six turns to determine defense fleet it will have to fight
Fix.0.0.5.9: Modified routine so that it uses the values in the yaml files instead of a constant. This is not a perfect fix but better than a constant
Bug.0.0.5.9: During Tactical Combat Intro the combat control tool-tips are active and show invalid data or can throw exceptions in the code
Fix.0.0.5.9: Disabled the tactical combat tool-tips while the intro cinematic is running
Bug.0.0.5.9: Pirate Base/Independent's bombing screen is missing a graphic for the civilian population
Fix.0.0.5.9: Just put in the icon for these civilians
Bug.0.0.5.9: Supernova event in a system can destroy an Antaran Ruin possibly making the Antaran Victory impossible to achieve
Fix.0.0.5.9: Modified logic so any research lab will be destroyed but the actual Antaran Ruin will survive the explosion
Bug.0.0.5.9: Independent Civilizations Diplomacy Screen does not update correctly if it is in a neutral state, basically just shows whatever was the last Independent Civilization data that was on the screen
Fix.0.0.5.9: Corrected this issue. Made a few minor UI changes as well
Bug.0.0.5.9: Independent Civilizations Diplomacy always has the "!" indicator visible on the thumbnail regardless of the actual investment level
Fix.0.0.5.9: Correctly set the visibility of that indicator based upon the investment level for that independent civilization. Made a few minor UI changes as well
Bug.0.0.5.9: Galaxy tooltip for structures/warpgates has visible popup effect from last shown location to new shown location when first shown
Fix.0.0.5.9: This is just something that has always annoyed me so figured I would fix it
Bug.0.0.5.9: The planet screen contains no information if the planet has a pirate base
Fix.0.0.5.9: Corrected the screen so the details of the planet will show-up
Bug.0.0.5.9: Gas Giant Planet Screen does not show any data unless the race is Omniscient. The industry and food generating cells are also left overs from whatever planet was last viewed
Fix.0.0.5.9: Corrected both issues
Bug.0.0.5.9: TacticalPlasmaWebDamageVisual is generating a NullReferenceException on its OnFire event during tactical combat
Fix.0.0.5.9: Just added a check for null pointer and avoiding the code segment that causes this NullReferenceException
Bug.0.0.5.9: The Stellar Converter Cut Scene has issues after first view in the game. The beam comes from an empty location and the ship shows up half way to the planet
Fix.0.0.5.9: Just corrected the initial ship location. Also attempted to make the beam not originate at ship center if the "SCPosition" point is not defined (it is only defined for Doom Star Models). This is best effort
Bug.0.0.5.9: Espionage Hacking UI shows incorrect information both in the description and on mission status
Fix.0.0.5.9: Corrected the mismatch of the UI and in game effects to match
Bug.0.0.5.9: Espionage Screen captured spy's "Open a diplomatic negotiation" button provides no feedback to user if the AI rejects your audience request, just appears the button does nothing
Fix.0.0.5.9: Added logic to show the client a message that their audience was rejected
Bug.0.0.5.9: AI will never terraform toxic worlds because it does not know it needs to build a toxic processor for this. It only looks at the pollution reduction of that structure and that is not needed on a toxic planet.
Fix.0.0.5.9: Added logic to assign a non-zero weight to the construction of the toxic processor on toxic planets.
Bug.0.0.5.9: Multiple Leader Screens that show the galaxy map do not fit on the provided screen space. This seems to be related to screen resolutions that differ from 1920x1080
Fix.0.0.5.9: Corrected issue with these screens by adjusting the calculation the game is using for determination of the screen space
Bug.0.0.5.9: Espionage Screen the train agent button will show a blank picture about half the time. This is a mismatch between the number of spy agents graphics (15) and spy agents names (26). When the spy is purchased the picture will be correct
Fix.0.0.5.9: Corrected this issue
Bug.0.0.5.9: Path To Victory screen is throwing a "Handler for command: PopulateVictories not found error"
Fix.0.0.5.9: Removed this unneeded call that could cause refresh issues for that screen. Also adjust this screen so it defaults to selecting all races on the graph lines, instead of only your race
Bug.0.0.5.9: Path To Victory screen odd interaction if graph is selected, then a drop down item is selected, and then closed. Upon going back to it, trying to select the same drop down item will not refresh the screen
Fix.0.0.5.9: Corrected this minor UI issue
Bug.0.0.5.9: Tactical combat tooltip icon lookup can generate an exception and prevent the tooltip from showing
Fix.0.0.5.9: Just added logic to catch this error and use a default icon
Bug.0.0.5.9: If an independent civilization is destroyed by a civilization using a Stellar Converter the notification says Supernova
Fix.0.0.5.9: Corrected this mistake
Bug.0.0.5.9: Ship Upgrade popup has an overflow UI issue if over 12 items have changed between old and new. Also the cost can overflow the button as well
Fix.0.0.5.9: Just corrected this minor issue
Bug.0.0.5.9: A planet that is destroyed via Stellar Converter or Supernova when recreated with the colony project "Artificial Planet Construction" will always result in a planet size of Large
Fix.0.0.5.9: Original planet size will now be preserved instead of being defaulted
Bug.0.0.5.9: Leader Level-Up popup bonus name can overflow with the other controls on the screen
Fix.0.0.5.9: Modified the screen to support multiple lines for the bonus name, adjusted some of the text to break in a more pleasant manner
Bug.0.0.5.9: Under certain conditions the player is unable to colonize an empty planet from the galaxy map even with a colony ship in orbit. Most commonly encountered with Orion
Fix.0.0.5.9: Just removed the blocking code preventing this if the civilization attempting colonization is not AI controlled
Bug.0.0.5.9: Empire Management screen throws an exception on attempting to show the tooltip for a blockaded colony
Fix.0.0.5.9: Corrected
Bug.0.0.5.9: If you load a save game or create a new game without exiting and restarting the game it maintains some state information on the supernova event from the current game
Fix.0.0.5.9: Just corrected this by resetting this information
Bug.0.0.5.9: Major Civilization data is not available on the diplomacy screen unless you have an active Embassy with them, the text states that spy activity should show the data but this does not work
Fix.0.0.5.9: Added support for acquiring that information, if you have an active infiltrated spy in that empire
Bug.0.0.5.9: Planet Screen building list and filtering options do not work correctly for none-owned colonies when you have an infiltrated spy or your race is omniscient
Fix.0.0.5.9: Corrected this issue, the controls and display are working correctly now
Bug.0.0.5.9: Default Autobuild process placing trade goods in first position with a queue that also contains a terraforming project can result in the terraforming project being duplicated on the queue
Fix.0.0.5.9: Correctly rejecting terraforming from the possible project lists if it is already on the queue
Bug.0.0.5.9: Ship Module Battle Scanner text says it increases ship scanner range out of combat, but this does not function
Fix.0.0.5.9: Corrected this via yaml update, it will now increase scanner range of a ship by 1
Bug.0.0.5.9: After you infiltrate an enemy colony you can always see its status, even if your spy is dismissed or recalled
Fix.0.0.5.9: Corrected this oversight
Bug.0.0.5.9: If your empire gets into financial trouble and runs a deficit the game can dismiss your spies without notice
Fix.0.0.5.9: Added a notification for this as well as a log entry
Bug.0.0.5.9: Scrap Notifications are getting dropped if there are more than one in a single turn
Fix.0.0.5.9: Adjusted the scrap notifications to MustResolve which forces them all to be shown
Bug.0.0.5.9: When a fleet is destroyed under certain conditions the game will flood the back-end with refresh messages causing the Fleet Control GUI to be unusable
Fix.0.0.5.9: Added logic to prevent the flooding of these message events
Bug.0.0.5.9: Universal Antidote tech achievement has two issues, its growth rate is cumulative with Microbiotics, and it provides no protection from bio bombs
Fix.0.0.5.9: Corrected both issues so description matches effect
Bug.0.0.5.9: AI will continually attempt to invest in an independent civilization whose investment level is set to max
Fix.0.0.5.9: Added a check to prevent this from recurring every-turn
Bug.0.0.5.9: Tactical Combat Beam Defense is using an additive bonus for Racial trait of "Ship Defense" but the blueprint is using an multiplicative bonus
Fix.0.0.5.9: Normalized it so both are using the same, multiplicative bonus
Bug.0.0.5.9: The colony attack screen can be misaligned if the defender has too many marines or armor.
Fix.0.0.5.9: Corrected this issue, also aligned the flashing sign and the button, and finally changed the text to say Invading or Bombarding depending upon the action selected.
Bug.0.0.5.9: The weapon mod enveloping has no effect on the computed attack rating for a ship. It does work in tactical combat, but the computed attack rating is used by the AI for pre-combat determination
Fix.0.0.5.9: Updated logic to provide an adjustment for this
Bug.0.0.5.9: Shield piercing weapons have no effect on the computed attack rating for a ship. It does work in tactical combat, but the computed attack rating is used by the AI for pre-combat determination
Fix.0.0.5.9: Updated logic to provide an adjustment for this
Bug.0.0.5.9: The AI estimation of the Antaran Attack Fleet results in a strength calculation of zero due to issues with grabbing the correct list of ships
Fix.0.0.5.9: Corrected AI logic
Bug.0.0.5.9: Diplomatic Victory Condition is counting independent civilizations in the minimal number of civilizations needed to be active, leading the AI to think the victory condition is still active
Fix.0.0.5.9: Corrected logic to only count major civilizations
Fix.0.0.5.8a: Just added logic so it attempts to open the file multiple times before finally given up after five seconds. Hoping this gives the OS time to get over the sharing issue.
Bug.0.0.5.8a: Ship Blueprint screen Weapon Selection popup allows the quantity of weapons to equal zero, which causes a few issues
Fix.0.0.5.8a: Just corrected this operation so it correctly stops at 1.
Bug.0.0.5.8a: If a planet degrades due to pollution it is possible for citizens on the planet to remain on cells that are no longer valid
Fix.0.0.5.8a: Added logic to set a colony's focus to balanced upon it degrading
Bug.0.0.5.8a: Planet degradation notification message uses incorrect logic to determine the number of population units that are lost, this is a display issue only
Fix.0.0.5.8a: Corrected calculation to just display the actual population loss instead of using an estimate
Bug.0.0.5.8a: AI logic ShouldBombard is missing check for biological bombs
Fix.0.0.5.8a: Just added missing logic, also adjusted the check for allowed turns to destroy planet
Bug.0.0.5.8a: Civil Transports do not get the reduction in production cost from colony structures unless they are bulk built.
Fix.0.0.5.8a: Just added missing logic for checking for the specific "civil transport" class
Bug.0.0.5.8a: Number of strikers on a colony does not follow proper math. For example five population planet with 60% morale should generate two strikers but the game is calculating it as one striker
Fix.0.0.5.8a: This is a precision error resulting from the code moving to different data types with different significant digits during its calculations. Corrected by adding 0.000001 before final truncation into integer.
Bug.0.0.5.8a: Energy Absorber is setting damage to zero from cannons and beams, instead of the remainder of the damage that is not absorbed
Fix.0.0.5.8a: Corrected logic
Bug.0.0.5.8a: Enveloping Weapons are not doing extra damage to Shield Capacitor's Matrix Shield
Fix.0.0.5.8a: Added in missing logic
Bug.0.0.5.8a: Shield Capacitor Matrix Shield is stopping shield piercing weapons without the need for hard shields
Fix.0.0.5.8a: Corrected this mistake
Bug.0.0.5.8a: Enveloping Weapons are doing excessive damage to hull if the ship's shields are exceeded on that weapon hit
Fix.0.0.5.8a: The logic is attempting to remove the Enveloping bonus but using the wrong value, just corrected logic
Bug.0.0.5.8a: Hard Shield's increased Shield Damage Reduction not always working due to multiple in game implementations
Fix.0.0.5.8a: Unified the code and made it a calculated cache value for speed purposes
Bug.0.0.5.8a: <UCP-5.8 fix> Custom Build Queues and AutoFilter is building unneeded pollution reduction buildings
Fix.0.0.5.8a: <UCP-5.8 fix> Corrected logic to add in the planets absorption for determination of whether the structure should be built
Bug.0.0.5.8a: If an independent civilization you have not meet is destroyed by a supernova or other non-civilization event a really odd notification is generated saying the independent was destroyed by "cheat"
Fix.0.0.5.8a: This is just a hard-coded value they left in the game, it is not even language adjusted - switched to say unknown.
Bug.0.0.5.8: If a blueprint is upgraded for a ship that the player is currently building in bulk or that they have in their workInProgress queue waiting for completion in bulk, the bulk item will get permanently stuck in the colony's build popup list. This item will not be able to actually be built as it will be auto-removed every turn from the production queue.
Fix.0.0.5.8: Stopped this insanity, this fix will not repair games that have already encountered this issue, but will prevent recurrence.
Bug.0.0.5.8: A fleet that encounters an unknown race's military outpost can be blocked from continuing. First contact does not happen and the fleet is unable to attack the military outpost.
Fix.0.0.5.8: Triggered first contact logic for this occurrence. Allowing communication and combat.
Bug.0.0.5.8: Dauntless target re-selection is using an incorrect fixed radar range, resulting in missiles not re-targeting when they should
Fix.0.0.5.8: Radar range is now using an estimated travel distance of the missile versus it’s max range
Bug.0.0.5.8: If using automated target selection observed the AI firing all weapon slots on a single ship, resulting in absolute overkill. Most easily observed by watching the Orion Guardian fire off all its death rays against a single frigate that has no shields.
Fix.0.0.5.8: Adjusted logic such that if a target already has enough incoming potential damage to be destroyed the next weapon slot that is ready to fire will target a different ship.
Bug.0.0.5.8: Leader Bonus "Beam Attack" is only applying damage bonus to "shipmodulesubtype_beam" weapons. Given that the game treats "shipmodulesubtype_beam" and "shipmodulesubtype_cannon" weapons exactly the same in all other regards this seems to be a bug to me.
Fix.0.0.5.8: Just added in that weapon subtype category into the valid types to receive this damage increase.
Bug.0.0.5.8: Crash bugs found during real time tactical combat - one reported and one encountered during testing, both appear to be race conditions or out of order processing problems
Fix.0.0.5.8: Just another set of defensive fixes for this to handle the error better than crashing the game
Bug.0.0.5.8: Lucky racial trait is supposed to make you less likely to be attacked by the Antaran's during their raids but this logic was never implemented
Fix.0.0.5.8: During Antaran's civilization target selection a "lucky" race will have a 50% chance of being skipped for target calculation purposes assuming "Allow Racial Traits" is turned on.
Bug.0.0.5.8: Calculation for Armor Combat Rating does not include the race's trait "perk_ground_combat_rating adjustments"
Fix.0.0.5.8: Added this missing calculation
Bug.0.0.5.8: During galaxy generation when completing the fill for star types the game is using the wrong operation Max vs Min resulting it in filling with the least wanted stars. This causes a distribution error.
Fix.0.0.5.8: Just switched from Max to Min. This does not make it a perfect distribution but is an improvement.
Bug.0.0.5.8: During multiplayer games while typing in Chat, pressing Enter (default key for next turn), will cause your fleets to move if they have pending actions
Fix.0.0.5.8: Added the proper check to ignore this key if you are actively typing in chat
Bug.0.0.5.8: Out of order processing for end turn civilization and diplomatic deals can result in the game incorrectly scrapping structures and/or fleets. This only occurs if your total balance is less than or equal to your diplomatic deals.
Fix.0.0.5.8: Changed logic, so instead of scrapping structures on a race's turn, moved that logic to a postTurn processing event that occurs after all diplomatic deals have been settled
Bug.0.0.5.8: Out of order cleanup on StageDisplomacyView Object, object is destroyed before releasing message sinks
Fix.0.0.5.8: Just corrected the ordering of this object's cleanup
Bug.0.0.5.8: Buyout cost does not take into account any accumulated production points a colony has from a previous construction effort
Fix.0.0.5.8: Just corrected this mistake
Bug.0.0.5.8: Random event Supernova does not have any lasting indicators unlike all other random events. Personally, I always forget which planet has this, especially if I come back to game at a later date
Fix.0.0.5.8: Added event icons for Supernova to both the colony planet's screen and the empire management screen
Bug.0.0.5.8: Choose Research and Research Completed Screen, some of the fields can be truncated. Mainly noticeable on Space Academy and in mods such as 5X
Fix.0.0.5.8: Corrected truncation on those fields.
Bug.0.0.5.8: Empire Economic Tooltip is missing the breakdown for independent allies that provide credit bonuses to a civilization
Fix.0.0.5.8: Just added the missing breakdown item. Performed some other minor cleanup on this tooltip.
Bug.0.0.5.8: Empire Research Tooltip is missing the breakdown for independent allies that provide research bonuses to a civilization
Fix.0.0.5.8: Just added the missing breakdown item.
Bug.0.0.5.8: Addeed some missing sound effects to the link table
Fix.0.0.5.8: Just linked the sounds to existing game content
Bug.0.0.5.8: Lithovore growth rate is not being affected by difficulty level or gravity. This seems an over-site and is leading to apparent balance issues in multiplayer games.
Fix.0.0.5.8: Modified code to make it take in effect difficultly level and gravity.
Bug.0.0.5.8: Tactical combat the specials Displacement Device and Subspace Teleporter are not working correctly. Errors include wrong range indicator being displayed and randomly working and not working
Fix.0.0.5.8: Removed range indicator since that should not have been displayed, correctly set targeting selection to make the special work as intended and not seemly at random
Bug.0.0.5.8: Ship Blueprint value "PD Effectiveness" can have a calculated value over the number of PD weapons a ship has which is not possible, since a single PD weapon can only destroy a single missile.
Fix.0.0.5.8: Just capped this value to the number of PD Weapons a ship has. This value is used in the Ship Defense Calculation so that was affected by this change as well.
Bug.0.0.5.8: <UCP-5.7b fix> Colony focus type "Clean" does not take into account leader bonus that reduces pollution.
Fix.0.0.5.8: Just corrected this - should be more optimal
Fix.0.0.5.7b: Corrected logic to drop out of jump gate ETA and use normal travel ETA, instead of just not allowing travel at all
Bug.0.0.5.7b: Loading a save game where a navigation link between two nodes that also have terminating jump gates from two different civilizations does not show up on the galaxy map
Fix.0.0.5.7b: Corrected logic to properly show the link
Bug.0.0.5.7b: A previous owned AI planet that is overtaken by the player can have its focus set to a non-player focus option. This causes the planet screen to display the wrong focus and the empire management screen to display a blank focus to the player.
Fix.0.0.5.7b: Corrected by detecting this issue and displaying a manual focus for that colony. Added code to set the colony's focus to balanced.
Bug.0.0.5.7b: AI can request and build multiplier doom stars (empireUnique blueprint), actually the production manager can request very lopsided armies due to the fact it does not take into account requested armies in it blueprint selection choice or could even stall its warship production
Fix.0.0.5.7b: Modified blueprint selection logic such that it accounts for all currently requested blueprints. This should make the AI build more balanced armies and should prevent it from making multiplier doomstars. Possible for balance an AI personality setting for HeavyArmor needs to be adjusted but leaving it alone for now.
Bug.0.0.5.7b: Espionage Screen will allow you to send multiplier spies to the same enemy colony. Only the first spy can do anything all others will get stuck in a waiting state until you recall them doing nothing.
Fix.0.0.5.7b: Added code to disable colony row when you already have a spy performing an action against that colony to avoid this issue
Bug.0.0.5.7b: On Spy and Leader Colony Selection Screens a colony's Security Level value is not visible, in some non-English language choices, due to the translated word "Level" being inserted in front of the value which is causing the text to truncate
Fix.0.0.5.7b: Just removed this redundant text string from the start, now it just shows the numeric value
Bug.0.0.5.7b: Espionage Screen the XP per turn for a selected spy can truncate due to space limitations on the field length. The Train Spy Button cost field can also wrap.
Fix.0.0.5.7b: Increased field lengths to correct screen issues
Bug.0.0.5.7b: <UCP-5.6 fix> UCP added IGNORE_PRIORITIZE_MODS global setting is causing monsters and orion guardian blueprints to be created without weapons mods
Fix.0.0.5.7b: Corrected this issue by correctly setting flag to enable mods for those designs.
Bug.0.0.5.7b: <UCP-5.7 fix> Colonies on AutoCleanup can still receive High Pollution Notices under certain conditions of pre-cleanup pollution output and planet capacity
Fix.0.0.5.7b: Just corrected this
Bug.0.0.5.7b: <UCP-5.7 fix> Colony focus type "Clean" does not take into account leader bonus nor resource production bonuses. Additionally does not support MOD structures that add multipliers to production output.
Fix.0.0.5.7b: Just corrected this - should work better
Bug.0.0.5.7a: TacticalSquadronManeuverOrbitFireSupport appears to still be stuck with EA code, where the ships slides around the battlefield with no relationship to how they are rotated
Fix.0.0.5.7a: Corrected squadron maneuver so it at least looks like they are thrusting from the rear, in general adjusted the tactics of this behavior
Bug.0.0.5.7a: TacticalSquadronManeuverOrbitFireSupport never completes due to a bug in end maneuver logic check
Fix.0.0.5.7a: Corrected issue
Bug.0.0.5.7a: Bombers on docking event, when their carrier is destroyed, just circle around forever
Fix.0.0.5.7a: Bombers will now properly disappear (saves processing time and memory during real-time combat) on attempting to dock to a destroyed ship
Bug.0.0.5.7a: Bombers are not always properly docking with carrier ship, they sometimes get stuck just orbiting it
Fix.0.0.5.7a: Corrected logic, in general fighters of all types should be more aggressive in their docking orders
Bug.0.0.5.7a: Colony and Node Development Structure Projects that are upgrades production cost is being incorrectly calculated on all production speeds not set to normal
Fix.0.0.5.7a: Corrected production costs to take in account the set production speed of the current game
Bug.0.0.5.7a: Strikers on Colony Screen does not equal strikers on the Empire Management Screen due to an odd way the game decides a worker is on strike. It is also possible for it to report more strikers than the planet has population count if morale is low enough
Fix.0.0.5.7a: Corrected these issues
Bug.0.0.5.7a: In Multiplayer, or with Modded Custom, Race with large number of racial traits the tooltips fail to display
Fix.0.0.5.7a: Just corrected depth issue in SWF so the racial trait tooltips work
Bug.0.0.5.7a: <UCP-5.7 fix> Another adjustment to ProcessBalance and Calculation of Total Income. Total income was including the difficulty multiplier for diplomatic actions which could result in the AI thinking it had too much money to spend.
Fix.0.0.5.7a: Removing erroneous calculation, also cleanup the ProcessBalance method as my previous fix was messy
Bug.0.0.5.7a: <UCP-5.7 fix> Multiplayer crash on audience with AI when you are not running the server locally, by null pointer during Server.GetUniverse call
Fix.0.0.5.7a: Just switched to Client.GetUniverse
Bug.0.0.5.7a: <UCP-5.7 fix> Multiplayer desync being caused by the AI usage of Auto-Cleanup
Fix.0.0.5.7a: Properly sent message to both clients and server to turn this feature on/off thus making certain everyone is aware of its current setting
Bug.0.0.5.7a: <UCP-5.7 fix removed> Observed occasionally the Antaran Attack Fleet Scenario gets into an invalid state after attacking a colony. Their portal never despawns, their attack fleet stays around, and they will never attack again
Fix.0.0.5.7a: <UCP-5.7 fix removed> I have removed this update as while it did correct a single stall event it appears to have made some of the other Antaran AI oddities occur more frequently than before
Bug.0.0.5.7: Steam Workshop Bug - If you are not subscribed to any Steam Workshop items the game alphabetizes all your local mods on startup every time, thus reordering them
Fix.0.0.5.7: Corrected logic so the local mods will retain order regardless of the number of workshop items you are subscribed to
Bug.0.0.5.7: Production Queue on the planet shows really odd ETA for completion. Only the first production item is showing accurate ETA. All others are using some really old calculations based upon the build-able.
Fix.0.0.5.7: Adjusted the display so instead of pulling up the build-able it shows the time for the ETA on the queue.
Bug.0.0.5.7: Empire Management Screen after specific colony update, such as changing the queue, the pollution text changes from "pollution count / pollution capacity" to a "percent based" indicator of pollution
Fix.0.0.5.7: I just adjusted this to always show the percent. Also modified the security rating to make it look more uniform next to the morale and pollution percentage.
Bug.0.0.5.7: Completing research on a node, where you are creative, and have already received all the branch techs from trading, stealing, etc, can cause you to not receive the non-branch techs
Fix.0.0.5.7: Corrected this mistake, this does not fix any save, but should prevent it from happening again
Bug.0.0.5.7: Recalling a leader does not refresh the empire top bar data
Fix.0.0.5.7: Added refresh logic to this action
Bug.0.0.5.7: Ship blueprint auto upgrade from template can generate weapon slots with invalid weapon modifiers under certain conditions.
Fix.0.0.5.7: Corrected issue with weapon slot update logic to prevent this from happening
Bug.0.0.5.7: <UCP-5.6 fix> End of Turn processing balance is adding any trade treaty or tribute twice. This was unfortunately added in as part of UCP 5.6 income changes
Fix.0.0.5.7: Corrected bad code logic
Bug.0.0.5.7: Leader ship assignment does not properly update for assigned leaders status (unless the screen is exited and re-entered). Thus it will appear to let you assign two leaders to the same ship for instance
Fix.0.0.5.7: Corrected refresh issue for ship leader assignment
Bug.0.0.5.7: Leader ship selection shows a hard-coded constant of 2 turns to arrive on the selection screen.
Fix.0.0.5.7: Modified it to be the yaml setting which defaults to 4 in the base game
Bug.0.0.5.7: Possible to queue up multiple ships that have the EmpireUnique set to true. The queued ships will be canceled when the first one is completed. In base game this only affects the Doomstar
Fix.0.0.5.7: Just prevented queuing of more than one EmpireUnique ship that share the same hull class.
Bug.0.0.5.7: Planet View - Looking at a colony you do not own, via spies or omniscience leads to some issues. You can attempt to add items to the production queue, try and rearrange items on the production queue, and toggle the buttons "enable AutoBuild" and "Enable Queue"
Fix.0.0.5.7: Just disabled those UI elements if you are not the colony owner.
Bug.0.0.5.7: Shipbuilding management adjusting weapon counts the repeat delay is not working correctly. This is causing run away incremental or decremental adjustments to weapon counts.
Fix.0.0.5.7: Just corrected the logic they had in place to make it pause between repeats.
Bug.0.0.5.7: Clicking Retreat as the choice for simulated combat forces the retreating fleet to charge the enemy as normal. Resulting in the retreating fleet taking excessive damage
Fix.0.0.5.7: Modified tactical strategy used for defending fleet that is wanting to retreat. It will no longer charge the enemy but hold position waiting for retreat option to become available
Bug.0.0.5.7: Ship Pre-combat Screen shows the retreat button even if that option should not be available. When clicked it just auto-resolves the combat without retreating
Fix.0.0.5.7: Correctly hide the button if retreat is not possible (your fleet has already moved)
Bug.0.0.5.7: Empire Management Screen after pressing Buy the other widgets buttons do not update to your current credit balance. So if you had 2 items both costing 600BC and you have 700BC you can buy both of them in this UI
Fix.0.0.5.7: Correctly disabling buy buttons after making a purchase
Bug.0.0.5.7: <UCP-5.6 fix> Empire Management Screen scrollbar will disappear after sort operations, until the screen is exited and reentered. The disappearing scrollbar was introduced in 5.6 during the scrollbar fixes. Sorting on morale is treating field as alpha instead of numeric
Fix.0.0.5.7: Corrected issues
Fix.0.0.5.6: Rounded DPS to two digits after decimal place
Bug.0.0.5.6: Leader Colony Selection UI Screen, the system's defense value is hard coded to 200? The first value is also hard coded to 2?
Fix.0.0.5.6: Not sure what 200 was supposed to mean, but regardless this is wrong - updated to be the same as the Empire Management Screen. I think the first value was supposed to be the time it takes a leader to travel to a colony. I just set it to read from the yaml setting since that matches the in game travel time.
Bug.0.0.5.6: Interplanetary Administration shipping lanes are not updating correctly when the location of the Interplanetary Administration building is moved or the export project was queued and becomes active
Fix.0.0.5.6: Corrected graphic refresh issues
Bug.0.0.5.6: AI is still occasionally fighting a losing battle against the Monster Civilizations
Fix.0.0.5.6: Increase the success criteria requirements before the AI will fight a monster civilization, I think the original value was just too low especially since this is optional combat.
Bug.0.0.5.6: Leader Colony Selection Screen, sort buttons can disappear, selected a star does not always select a corresponding colony. Also even though a colony might be highlighted, the list does not scroll to it nor will it be the actual colony the leader will be sent to unless you click on the highlighted colony before clicking the done button
Fix.0.0.5.6: Corrected these issues with this popup screen
Bug.0.0.5.6: AIs troop transport rush logic is flawed, game can call it multiple times in a single turn, leading to the production of too many troop transports. Observed for example the AI using it's 19 total command points to build 12 troop transport ships.
Fix.0.0.5.6: Removed race's invasionInclination to calculation of the number of troop transports to build. Also added logic to prevent rush building in this manner. It can still ask for rush build but only so often. Placed a constraint on the number of TroopTransports that can be requested to the military fleet size. Overall this adjustment is resulting in better army ratios, and increased combat ability for the AI
Bug.0.0.5.6: Ocean Terra-forming has a missing hologram texture on the research screen
Fix.0.0.5.6: Just modified yaml file to switch the texture to be the same as gaia terra-forming. At some point I will probably look into loading external resources.
Bug.0.0.5.6: AIs targeting can assign a lower priority to enemy colonies if the colony has an orbiting fleet, thus preventing it from attacking the colony
Fix.0.0.5.6: Added code to re-examine target entries looking for this possibility and setting the proper priority based upon engagement rules set vs colonies
Bug.0.0.5.6: AIs target selection is culling entries based upon distance to target at the wrong point (when it only knows about nodes), leading to issues targeting enemy fleets in distant nodes, can cause the AI to stop attacking
Fix.0.0.5.6: Removed that bad discard. Now it will wait to cull until fleet assignments are being made.
Bug.0.0.5.6: Possible to endlessly block a node by moving one ship at a time to it and then setting OnGuard thus preventing an enemy fleet from ever moving
Fix.0.0.5.6: Corrected game logic rule flaw. Now if you OnGuard on a node that contains an enemy fleet the block status of the node is unchanged. Normal friendly fleet merging will occur
Bug.0.0.5.6: AI is spending far more than it makes due to various issues with income and cost calculations routines and the adjustments made for difficulty to Credits Multiplier, causing them to overbuild then scrap, then repeat
Fix.0.0.5.6: Corrected bad code, adjusted spending ratios, the AI should now properly constrain itself to its income
Bug.0.0.5.6: Galaxy popups for structures, stars, and planets are enabled when the Empire Management, Espionage, and Leaders Screen is being displayed
Fix.0.0.5.6: Disabled this unneeded and distracting popups
Bug.0.0.5.6: Galaxy zoom and panning controls are enabled when the Empire Management, Espionage, and Leaders Screen is being displayed
Fix.0.0.5.6: Disabled this unneeded and distracting UI movement
Bug.0.0.5.6: AIs engagement rules are using different victory chances depending upon which part of the AI code is being ran at that time.
Fix.0.0.5.6: Corrected so engagement rules are the same regardless
Bug.0.0.5.6: Dismissing spies does not adjust the current empire financial situation until next turn
Fix.0.0.5.6: Corrected this miss
Bug.0.0.5.6: Dismissing Leaders does not adjust the current empire financial situation until next turn
Fix.0.0.5.6: Corrected this miss
Bug.0.0.5.6: Game is resetting resolution on application focus, causing issues since at launch it reads from the registry, but during this app focus event it reads from the config file, causing resolution changes, and window moving
Fix.0.0.5.6: This code makes no sense to me, just removed it
Bug.0.0.5.6: Defensive Blueprints Missile Bases and Orbital Batteries are missing the military upgrade options, causing offensive ships to be able to out-range them, with fixes for range damage and accuracy this is not good
Fix.0.0.5.6: Just added the military defensive special to those blueprints
Bug.0.0.5.6: Racial trait "perk_counterespionage_leveling_rate" is not working correctly according to UI. UI is treating it as if it is an addition to security rating, back in code is treating it as a multiplier
Fix.0.0.5.6: Decided to make it an additive bonus
Bug.0.0.5.6: Security Tooltips have inconsistent rounding in the UI for the numbers
Fix.0.0.5.6: Normalized rounding on those tooltips (colony + empire)
Bug.0.0.5.6: AI stopped attacking an enemy. An attacking fleet parked on an enemy planet for 20 turns without doing anything. Issue turned out to be MindControl. The AI was attempting to MindControl the planet, but no logic for that to actually happen. Note - This stopped ALL of their attacking fleets, they just stopped moving
Fix.0.0.5.6: Added missing logic so the AI will correctly use MindControl on planets
Bug.0.0.5.6: Bulk building civil transports or colony ships could result in them being silently canceled after clicking next turn under certain conditions
Fix.0.0.5.6: Corrected logic
Bug.0.0.5.6: Training spies could result in duplicate names, game only allocated a total possible of 26 spy names
Fix.0.0.5.6: Added logic to spy names to include their secret encryption key (name should be unique now)
Bug.0.0.5.6: Training spies costs increases every time, even if some of your spies are killed or dismissed
Fix.0.0.5.6: Spy training now is based on total number of spies you have and not on total number ever trained
Bug.0.0.5.6: Counter Espionage Spy ability is incorrectly adding in "Neural Scanner" per spy, appears to be a holdover from when spies had to be assigned to individual planets. Makes defensive spies too effective.
Fix.0.0.5.6: "Neural Scanner" now provides a flat security bonus
Bug.0.0.5.6: Empire Management Screen scrollbar does not work right. Disconnect between scrollbar and what is show in the scrollpane under certain conditions
Fix.0.0.5.6: Corrected scrollbar/scrollpane functionality
Bug.0.0.5.6: Colonization video when it shows the planets stats the population fades too fast to be read
Fix.0.0.5.6: Corrected by making the text remain visible for a few more seconds
Fix.0.0.5.5c: Corrected by ignoring rangeBoost bonus to PD weapons
Bug.0.0.5.5c: Possible multiplayer sync issue - Leaders could set blueprint ship attack rating on cache value. Thus having a possible disparity between values depending upon last check performed.
Fix.0.0.5.5c: Corrected so leaders vs monsters/antaraes/etc calculations do not set the default cache value but just return the calculated value.
Bug.0.0.5.5c: Missiles do not have a beam defense rating (0 beam defense)
Fix.0.0.5.5c: Corrected defense calculation for missiles, basically they now get a beam defense rating based upon their speed
Bug.0.0.5.5c: Range to target is being incorrectly calculated for projectile weapons, resulting in accuracy oddities, most noticeable with PD weapons due to their short range
Fix.0.0.5.5c: Corrected range calculations issues, by not using an unassigned value
Bug.0.0.5.5c: Formation accuracy (formationPDAccuracy) for PD Defense is not being used, it is always using the Beam Attack (formationAccuracy)
Fix.0.0.5.5c: Corrected calculations to use correct value based upon weapon mods
Bug.0.0.5.5c: rangeBoost Bonus not being taking into account for rangeDissipation and Accuracy (similar to Bug.0.0.5.5b: Heavy Mount Weapons (Energy)) - This is a special used by Starbases, Outposts, and Orbital Beam Platforms.
Fix.0.0.5.5c: Corrected issue, makes these beam weapons much more dangerous on these structures
Bug.0.0.5.5c: Colony Production Tooltip structure score incorrectly subtracts the gravity modifier, so the total do not match
Fix.0.0.5.5c: Corrected mismatch on tooltip (this is a display only problem)
Bug.0.0.5.5b: Chances against fleets could result in a mathematical issue where the chance would result in a non-numeric values - causes all sorts of issues including display problems
Fix.0.0.5.5b: Checked and sets the chance to zero if it was going to be non-numeric
Bug.0.0.5.5b: Heavy Mount Weapons (Energy) - Damage calculation is wrong making them do no damage at range greater than normal weapon range also using hard coded values vs yaml file settings
Fix.0.0.5.5b: Corrected logic, by removing flawed redundant method and using a working lower base method
Bug.0.0.5.5a: Racial Trait Travel Speed Improvement - This trait works correctly in game, but does not provide any UI feedback and fleet ETA is wrong.
Fix.0.0.5.5a: Just updated the UI so it now correctly shows the improved speed of the ships in the blueprint and in the ETA calculations.
Bug.0.0.5.5: Racial Trait Combat Speed Improvement - This trait works correctly in game, but does not provide any feedback.
Fix.0.0.5.5: Just updated the UI so it now correctly shows the improved speed of the ships in the blueprint and in the tactical combat tooltips. Also calculates correctly into the ship defense rating.
Bug.0.0.5.5: Beam accuracy range loss calculation is being incorrectly applied. This is resulting in extreme low chances to actually hit and is actually making the special "rangemaster" to be actually a negative to hit chances.
Fix.0.0.5.5: Corrected logic, also switched to reuse the function from ship blueprint for consistency
Bug.0.0.5.5: Space Monster Dragon is not launching fighters
Fix.0.0.5.5: Working with Spud Dastardly he noted that the dronesPerGroup setting was missing for the parasite fighters, adding this in corrected this monster attack.
Bug.0.0.5.5: Calculations for military strength determination was using a different formula than Attack and Defense Ratings and was even less accurate then those values are. Found while watching the AI colonize a system with a monster in it only to have the monster kill the defending fleet and destroy the newy created colony.
Fix.0.0.5.5: Replaced those calculations with Attack and Defense Ratings, while not the best they are much better than the other ones.
Bug.0.0.5.5: Chance calculations for combat did not include any specials that are also weapons - most notable with the amoeba monster
Fix.0.0.5.5: Corrected this over-site
Bug.0.0.5.5: Moving population around causes some extra calculations and multiple calls to backend system on achievements (think this is the source of some delays people complain about in the base game)
Fix.0.0.5.5: Saved achievement results and avoid the calculation and setting of the achievement if it is already been obtained, Really unsure on the success of this "fix"
Bug.0.0.5.5: Empire Management Screen - If you have enough colonies and scroll down the tooltips (population, food, morale, pollution, etc) for the colony info do not display correctly, they will either not display or display wrong data
Fix.0.0.5.5: Corrected this issue
Bug.0.0.5.5: Now includes all needed fixes from Spud Dastardly's v55.1 Bug Fixes (Thanks Spud Dastardly)
Fix.0.0.5.5: Fixed the Elerian doomstar template attempting to use "rear facing heavy mount missiles." Changed them to all facing heavy armor missiles as presumably intended, Corrected fighter bay description to reflect the fact that they travel in groups of 3, not 4, and Added a "+" to tachyon scanner and hyperspace sensor tooltips to reflect the fact that the bonuses are additive.
Fix.0.0.5.4: Removed redundant and frequent UI refresh logic (which also has a minor speed boost) and put additional safe guards around some tactical objects - this is not perfect and would not consider done, but is much more stable than before, IMO
Bug.0.0.5.4: Tactical Combat sometimes show inaccurate weapon modifiers on button tool-tip (especially noticable on first ship selected at start of combat)
Fix.0.0.5.4: Corrected setting so the proper mods are show
Bug.0.0.5.4: Combat Colony visible but non-functional buttons for "MindControl" and "Destroy Planet" when you are the defender
Fix.0.0.5.4: If you are not the attacker those buttons will be hidden
Bug.0.0.5.4: FE_SKIPPED is missing, seen when tell a fleet to skip its turn on the fleet control panel
Fix.0.0.5.4: Added missed localization text for this tag.
Bug.0.0.5.4: Notifications can significantly add to start of turn lag (recorded over 67 seconds for displaying them)
Fix.0.0.5.4: Removed redundant notification refreshes going on, reduced the time from 67 seconds to 20 ms in the test save I was using.
Bug.0.0.5.4: Stellar Converter in tactical battles requires manual activation - so the AI never uses it.
Fix.0.0.5.4: Added game logic to allow for the auto usage of the Stellar Converter
Bug.0.0.5.4: Energy Absorber requires manual activation - so the AI never uses it.
Fix.0.0.5.4: Added game logic to allow for the auto usage of the energy absorber
Bug.0.0.5.4: Ship Blueprint Manager Fighters/Bombers/Heavy Bombers - DPS are the bottom of the edit screen always displays zero
Fix.0.0.5.4: Corrected this display issue
Bug.0.0.5.4: Ship Blueprint Manager Weapons - Production Cost increase not showing up for MIRV, Heavy Mount, or Semi-Guided modifier tool-tips
Fix.0.0.5.4: Corrected this tool-tip miss
Bug.0.0.5.4: Found tactical/auto-resolve a condition that could stop a ship from moving, but be out of range/arc for all weapons. The ship would just sit there until destroyed.
Fix.0.0.5.4: Game is zeroing out the linear velocity of the ship under certain condition but at the same time also zeroing out its angular velocity incorrectly. Thus removing the ship's ability to rotate. Corrected this so the ship will rotate correctly to bring it weapons to bear.
Bug.0.0.5.4: Ship Blueprint Management Screen allows for redundant (ignored) modules to be installed for example: ECM Jammer and Wide-Area ECM Jammer on the same ship (only one will be used in combat)
Fix.0.0.5.4: Changed screen so redundant modules like this are not show - current categories are: jammer, inertial, cloaking, and displacement. Full mod support to add others categories.
Fix.0.0.5.3: Linux Only - Disabled this logic as its only point that I can tell is to piss the user off
Bug.0.0.5.3: Tactical Deployment not using correct setting for SMALL combat zone
Fix.0.0.5.3: Corrected
Bug.0.0.5.3: Sometimes the AI ships fly in a straight line and will not engage enemy fleet
Fix.0.0.5.3: The AI ships are getting stuck in a movement order, added logic to keep increasing their scanning range until enemy fleet is detected
Bug.0.0.5.3: Attack Rating Calculations fluctuate widely if weapon slots are added due to how the game is calculating Average Weapon Penetration
Fix.0.0.5.3: Removed the calculation for average weapon penetration and dispersed that logic to each individual weapon slot so that the value will be more accurate
Bug.0.0.5.3: Timeline Graph disconnect between graph data and drop down when graph is revisited (graph always defaults to SCORE, but the dropdown remains the same)
Fix.0.0.5.3: Just set the dropdown to also default to SCORE
Bug.0.0.5.3: Editing multiple Blueprints under certain conditions will result in the ship's role being set to a different role
Fix.0.0.5.3: Fixed the one case of this that I could find that was reproducible - not sure if it corrects in all cases
Bug.0.0.5.3: Spawned Pirates bases do not show up if playing race with omniscience (initial bases or bases upon load appear, but not re-spawns)
Fix.0.0.5.3: Corrected this issue, by sending notifications to all omniscience races about the spawned pirate base
Bug.0.0.5.3: Tactical Controls Overhaul (take 1) - corrected a number of issues with current controls - such as the Speed Slider not working, the Range Slider going to an impossible state, and various other issues
Fix.0.0.5.3: This is a basic overhaul of this functionality. How much controls you have over your ships now depends upon your ship selection. You have to go to squadron level if you want to control weapons, specials, reformation, setting roles, etc.
Bug.0.0.5.3: AI does not ask for prisoner exchange due to it not allocating that deal to an expense category and thus not willing to spend BC on it
Fix.0.0.5.3: Assigned prisoner exchange to ESPIONAGE transaction type. UPDATE: This is not a final fix - apparently found that the AI is not adding this deal to its possible deals, will fix in a later release
Bug.0.0.5.3: Colony set to Production Focus assigns too many workers to food production (Especially noticeable for races like Silicoid, who get unneeded farmers)
Fix.0.0.5.3: Corrected logic so that is only assigned needed amount of workers to farming
Bug.0.0.5.3: Plasma Web functionality does not match in game description
Fix.0.0.5.3: Corrected clinging nature of the web attack, lack of armor penetration on damage, and splash radius being too small
Bug.0.0.5.3: MOD SUPPORT: ARMOR_PENETRATION_LOWER_CAP global.yaml is not being correctly loaded
Fix.0.0.5.3: Fixed error in the load value for this setting (This is a modding fix since the normal yaml setting matches the games internal default)
Bug.0.0.5.3: AI and Autobuild will build food producing structures on planets that do not need them (mainly seen with conquered planets)
Fix.0.0.5.3: Checks a colony's food consumption needs and if zero sets structure score for food production to zero as well
Bug.0.0.5.3: Pulsar and Plasma Web Attack Rating calculations seem to be off
Fix.0.0.5.3: Adjusted formula to take in effect the area of the splash radius (previous modification just used the radius of the splash area). Looks more accurate
Bug.0.0.5.3: Amoeba attack/defense ratings are still too low, causing AI to kill themselves fighting it
Fix.0.0.5.3: Increased attack/defense ratings calculation for amoeba trying to simulate the splitting of this monster into sub-monsters
Bug.0.0.5.3: Auto-Resolve Time is too short
Fix.0.0.5.3: Increased the length of time this will run from 25 seconds to 60 seconds to avoid it timing out and falling back to mock simulation
Fix.0.0.5.2: Corrected range to properly use what is setup in the WeaponTypes.yaml file
Bug.0.0.5.2: Torpedoes initial attack vector is being calculated incorrectly (leading them to be widely inaccurate)
Fix.0.0.5.2: Corrected initial attack vector and also adjusted for FAST modifications
Bug.0.0.5.2: PD Effective Calculation for Multiple Weapon Slots yields odd defense calculation
Fix.0.0.5.2: Corrected it so that it is now average the weapon slots PD damage instead of summing it. So 4 PD Lasers in 1 slot vs 2 PD Lasers in 2 slots will yield same defense score.
Bug.0.0.5.2: When a colony is invaded, the colony owner changes before the structures are destroyed that are non-transferable. This causes problems with certain structure abilities.
Fix.0.0.5.2: Reordered the change of owner and structure destruction. This is really a 5x mod fix
Bug.0.0.5.2: AI Pollution Structure - Adjusted the value both for the AI and for the player AutoBuild
Fix.0.0.5.2: Removed constant value entirely from calculation
Bug.0.0.5.2: Racial Bonus to Espionage Risk is reducing offensive spy capability
Fix.0.0.5.2: Corrected flipped sign; added defensive logic to work with 5x mod
Bug.0.0.5.2: Encountered a NAN error during a tactical battle causing battle to stop
Fix.0.0.5.2: Put some defense code logic to avoid this in SetDestiny code. These look almost like race conditions in the code to me.
Fix.0.0.5.1: Put some defense code logic to avoid this case in the OrderUseModule GetTarget code. These look almost like race conditions in the code to me.
Bug.0.0.5.1: Encountered a NullReferenceException during a tactical battle causing battle to stop
Fix.0.0.5.1: Placed some defensive code in the two routines that showed up on the log FillSpecialsButtons and FillSelectedSquadronInfo. These look almost like race conditions in the code to me. UPDATE: This was an effect not a cause of the larger issue
Bug.0.0.5.1: When the MIRV missile split into fragment, the fragments would loss all missile modifications
Fix.0.0.5.1: Added missing code to re-enable FAST, ARMORED, and ECCM benefits to missile fragments.
Bug.0.0.5.1: Missile modification ARMORED is not working
Fix.0.0.5.1: Added missing code to adjust missile health
Bug.0.0.5.1: Fighters sometimes circle around empty space for the entire battle
Fix.0.0.5.1: Corrected endless loop on orbitattack, fighters will now break from it and perform further actions
Bug.0.0.5.1: Missile modification FAST is not working
Fix.0.0.5.1: Adjusted logic to modify maxVelocity instead of velocity
Bug.0.0.5.1: Wide Area Jammer not given main defense benefit to equipped ship only the fleet bonus is working
Fix.0.0.5.1: Corrected missing check for wide area jammer in ships missile defense calculations
Bug.0.0.5.1: Research Treaties - Cost is prohibitively expensive as it is summing the cost of all previous research items
Fix.0.0.5.1: Adjusted Research Treaties to work basically the same as trade treaties - much lower cost, now affordable throughout the game (or at least as affordable as trade treaties)
Bug.0.0.5.1: Attack calculations are off for ships due to a leader bonus bug (present or not-present), resulting in missiles rating higher than beams
Fix.0.0.5.1: Corrected leader bonus issue in attack calculations
Bug.0.0.5.1: Missile/Torpedo Modification ECCM is doing nothing as it is reading the wrong value from the yaml file
Fix.0.0.5.1: Adjusted logic to read in the correct value
Bug.0.0.5.1: MIRV is doing excessive damage, logic is making each fragment do the same damage as the full missile, supposed to double damage overall, so with 4 fragments each should be doing 1/2 main missile damage
Fix.0.0.5.1: Corrected damage of MIRV fragments in tactical battle
Fix.0.0.5.0: Made that check box actually work correctly
Bug.0.0.5.0: "Galactic Currency Exchange" and "Interplanetary Security Transmitter" not having their benefit calculated for AI building
Fix.0.0.5.0: Added in logic to have their benefit considered for building order
Bug.0.0.5.0: ShipBuilding Screen displays too many decimal places in certain place for module size
Fix.0.0.5.0: Formatted size to fixed 2 decimal places
Bug.0.0.5.0: Ships not decloaking when they fire, but decloaking when they are moving; Phasing Cloack/Cloaking field basic work as same thing
Fix.0.0.5.0: Corrected logic, added avoidance and missileavoidance values to cloaking field
Bug.0.0.5.0: Amoeba attack ratings are way too low, causing AI to kill themselves fighting it
Rvt.0.0.5.0: This was ineffective on certain conditions prior to UCP 5.5
Bug.0.0.5.0: AI not using Blackhole generator
Fix.0.0.5.0: Fixed usage logic for blackhole generator special
Bug.0.0.5.0: Antaran Defense Fleet - Cruiser and Frigate numbers are flipped
Fix.0.0.5.0: Corrected the flip
Bug.0.0.5.0: Fleet Leader Bonus - Incorrectly being divided by 10
Fix.0.0.5.0: Changed to make the bonus divide by 100 as it is supposed to do. <Made to be Auto-Compatible with Spud Dastardly's Mod>
Bug.0.0.5.0: Tech - Telepathic Training adding to Spy Offensive ability
Fix.0.0.5.0: Removed this as it is only supposed to provide an experience bonus
Bug.0.0.5.0: AI Pollution Structure - AI is incorrectly evaluating the demand for these structures causing them to build in incorrect order
Fix.0.0.5.0: Removed high static value from build order evaluation for pollution reduction structures
Old.0.0.4.x: Properly formatted them to match other screens
Bug.0.0.4.x: Option - Bug Report
Old.0.0.4.x: Removed option from the game (for this mod) - I do not want people reporting errors to NGD that I might have caused
Bug.0.0.4.x: AI is not offering trade treaties
Old.0.0.4.x: Adjusted chances that the AI will, by adjusting its cost/profit ratio
Bug.0.0.4.x: AI is overvaluing trade/research treaties - you can make insane lopsided deals
Old.0.0.4.x: Changed calculation so it is more of a neutral decision
Add.0.0.6.0: Adjusted AI fleet management assignment routines to curl some pointless calculations. During testing this has shown a decent speed increase on large maps in late game turns without impacting AIs tactics. Per turn times went during one test case from 267 seconds to 87 seconds.
Add.0.0.6.0: Added the ability for the black hole generator to deal damage to ships that are within its area of effect. This damage effect is controlled by a new weapon type key "weapontype_black_hole_crush"
Add.0.0.6.0: Added logic to the "AutoTurn" feature to stop the processing of turns on any notifications popup. This list can be filtered by a new configuration item added to the "Config.cfg" under "[Gameplay]" called "AutoTurnIgnore". Any notification classes in that configuration will not pause auto turn processing.
Chg.0.0.6.0: Adjusted calculations for the attack and defense rating of structures that include the military upgrade special. Currently the AI is undervaluing them and causing it to not bring enough firepower to bear to overcome them.
Add.0.0.6.0: Added a sort to the Fleet Control Panel - It will now be sorted by hull type in descending order, then by name, then by leader present, and finally by the hull integrity of the ship. Added the same fleet ship sort to leader assignment screen
Chg.0.0.6.0: MOD SUPPORT: Confusion with PlanetaryResourceTypes.yaml field populationGrowthPercentualBonus. Positive values for this should increase growth rate, negative values should decrease. The display was wrong as it was showing the opposite.
Add.0.0.6.0: Tactical Combat Multi-Squadron control, you can now select a single squadron on that control by holding down the CTRL key
Add.0.0.6.0: Added a popup if and attempt to enter FTL by the player is made while the Hypserspace Flux is active
Add.0.0.6.0: MOD SUPPORT: Added new default keys for the Antarans tech, they where missing keys for computers (ANTARAN_SHIP_MODULE_COMPUTER_KEY), armor (ANTARAN_SHIP_MODULE_ARMOR_KEY), shields (ANTARAN_SHIP_MODULE_SHIELD_KEY), cannon (ANTARAN_SHIP_MODULE_CANNON_KEY), and bombs (ANTARAN_SHIP_MODULE_BOMB_KEY). This allows for mods to generate static designs.
Add.0.0.6.0: MOD SUPPORT: Added more space on the fleet control panel for the Attack and Defense Rating - now should support up to six numbers vs the five it did before
Chg.0.0.6.0: <UCP-5.9 fix> Correction to pirate ships not spawning with advanced tech. 0.0.5.9 added blueprint updates which are working, but apparently when it actually builds the ships it is using blueprints from the start of the game.
Add.0.0.6.0: Changed the Antaran Notification Icon from the from the gray circle with star to the flashing red diplomatic warning icon
Add.0.0.6.0: Adjusted targeting of stellar converter when used by the AI on autocast, it will now prioritize attacks to largest enemy hull size then by closest
Add.0.0.6.0: Adjusted targeting for black hole generator so it will no longer hit the target dead center. I think it is more interesting and it also increases the chance it will include more than one ship
Add.0.0.6.0: Increased the leader screen scroll area to allow it to show up to 10 leaders, which is the default max and thus removes the need for the scrollbar
Add.0.0.6.0: MOD SUPPORT: Game creation UI settings are not updating correctly when the number of entries for a dropdown did not change. Corrected logic to have it check the names instead of just the number of entries
Add.0.0.6.0: Modified Espionage screen to just auto show the selection popup on missions where the user needs to select a destination (empire or colony) - just saves a click
Add.0.0.6.0: Added a notification when a civil transport moves into orbit around a colony you own
Add.0.0.6.0: MOD SUPPORT: Added new field PLAYER_RACE_DISPOSITION to the Backend.Diplomacy.Relationship section in Globals.yaml that allows setting of RacialBias for human player to AI interactions
Chg.0.0.6.0: Added logic to ensure that a research treaty will generate at a min 1 research point per turn, really only applicable to modded games at the early stages
Add.0.0.5.9: Added new random event "Hypserspace Flux". It prevents ships from entering FTL, ships already in FTL will continue travel as normal but will be stuck at their destination. The racial perk Trans Dimensional will allow that race to ignore the effects of this event as expected.
Add.0.0.5.9: Added new random event "Time Anomaly". This freezes a system during this time the system will not produce any output or consume any resources.
Add.0.0.5.9: Added new random event "Comet". A comet will impact and destroy one of your colonies unless your fleet in orbit around the planet can destroy the comet first.
Add.0.0.5.9: Added new random event "Diplomatic Incident". This is a collection of events "Misunderstanding, Assassination Attempt, Cooperation, and Union" that affect the disposition of the two races involved in this event.
Add.0.0.5.9: MOD SUPPORT: Corrected application crash associated with attempting to perform tactical combat with a "true" black hole - something 5X adds to the game
Chg.0.0.5.9: General AI adjustments to make the AI more aggressive
Chg.0.0.5.9: General AI fleet movement adjustments
Add.0.0.5.9: Pirate Civilization will now spawn ships with more advanced tech. They will now use the intersection of all living major civilizations know tech. Also modified their fleet logic so they would stop suiciding on the first structure they could find.
Add.0.0.5.9: Added ability to speed up some animations in the game - fleet travel and galaxy zooming. They are controlled by config.cfg settings of TravelAnimationSpeedBoost and GalaxyAnimationSpeedBoost. So speed can be tailored to taste or removed completely if desired.
Add.0.0.5.9: Tactical Combat: Made the top bar visible showing ship counts during normal combat vs only being available during cinematic combat mode. This is a functional topbar as it will allow the selection of all ships by hull class.
Chg.0.0.5.9: Tactical Combat: Added back the lower control panel for selected ships. Adjusted logic and I hope the slowdowns for this control are corrected. Added bar UI for the ship's shield and integrity displays vs changing the ship icon color which I did not like.
Add.0.0.5.9: During Tactical combat, added the ability for destroyed drones to regenerate over time. Since missiles are unlimited, I never understood why fighters where not. This regeneration rate is controlled by a new global value DRONE_REGENERATE_FACTOR.
Add.0.0.5.9: Modified galaxy generation logic so that Monster and Independent Civilization will always contain at least a certain number of occupied orbits.
Add.0.0.5.9: Added new Independent Civilization class (worker). This class works the same as the current classes (food, research, and income) but adds production instead. Rearranged the current independent civilization - there are now 2 farmers, 2 researchers, 3 traders, and 2 workers.
Add.0.0.5.9: Adjusted calculation for tactical ship's max weapon range used during Tactical Combat. I'm calling this effective max weapon range. Basically it now averages all of the max weapon ranges, thus ensuring that most of the ship's weapons will remain in effective range of enemy ships.
Add.0.0.5.9: Empire Management Screen Production Queue’s now support the removing of items on the production queue
Add.0.0.5.9: Made warp lines slightly thicker and on the galaxy zoomed out view added dotted lines to indicate the red wrap lanes
Add.0.0.5.9: MOD SUPPORT: Leader level up screen can show and allow selection of entries that are no longer valid for leveling due to reaching their highest level. Just modified the code so those entries will be disabled for selection and add the text maximum
Chg.0.0.5.9: AI blueprint and preferred tech minor adjustments. This is just an further attempt at making the AI build better ship designs.
Add.0.0.5.9: Added Right Mouse Button support to escape out of the Investment screen
Add.0.0.5.9: Adjusted initial race disposition for custom races so they inherit the disposition of the race they are based off of versus being assigned the default neutral.
Add.0.0.5.9: MOD SUPPORT: Race color setting does not reset if adjusted by a mod. This can lead to some odd colors since the new modded value are ORed with the current value. Cleared the overall race color before setting the colorR value for a race. If you adjust race colors make certain you set all color bytes and maintain the order colorR, colorG, and colorB
Chg.0.0.5.9: Military Outpost Tooltip: Updated the UI, moved it back to its default location, added delay (same as planet delay), and it is no longer is visible if the Victory Chance popup is visible.
Add.0.0.5.9: MOD SUPPORT: Corrected issue with game not showing Morale Resources for a colony under certain circumstances. This is not a normal feature of the game so listing under Enhancements
Chg.0.0.5.9: Fleet Control Screen: The blueprint tooltip popup now requires the CTRL key to be pressed down. This just reduces unneeded screen clutter. Also adjusted the UI a bit.
Add.0.0.5.9: Adjusted trade and research treaties to use the LIMIT_FACTOR setting. Basically in these treaties normally the output of the civilizations are just added together. This value limits the output of the larger civilization to be no more than LIMIT_FACTOR times the output of the smaller civilization. This makes the treaties more affordable to the smaller civilization and thus encourages their formation.
Chg.0.0.5.9: Tactical Combat Weapon Buttons switched the visible weapon arc from needing a left-click to just be hover based. Left clicking will still make it show up if the weapon is ready to fire.
Add.0.0.5.9: MOD SUPPORT: Added ability to adjust firing arcs for weapons, default is 120.0. Settings controlled by Globals under Backend.Fleets.WeaponSlot values FIRING_ARC_FRONT, FIRING_ARC_SIDES, and FIRING_ARC_REAR
Chg.0.0.5.9: Adjusted the tech selection screen to make the tech's area a little wider and taller and thus reduce the chance of text overflow.
Add.0.0.5.9: Moved around some of the duplicate icons on the Tech Tree to make it so on a single screen no technologies icons are reused. This is a display only change
Add.0.0.5.9: MOD SUPPORT: Corrected issue with Research Speed Options count having to match Production Speed Options count or the game throws an exception due to a coding bug.
Add.0.0.5.9: Added Colony Screen short cuts: CTRL-P - Sets colony focus to production; CTRL-F - Sets colony focus to food; CTRL-R - Sets colony focus to research; CTRL-B - Sets colony focus to balanced; CTRL-C - Sets colony focus to clean; CTRL-G - Sets colony focus to growth; CTRL-0..9 - Sets AutoBuild Queue (0 to 9); 0 being default internal of course; CTRL-T - Adds Trade Good to Build Queue; CTRL-I - Removes Trade Good from Build Queue; CTRL-A - Turn On/Off Autobuild; CTRL-U - Turn On/Off AutoClean; Space - Build Screen Popup
Add.0.0.5.9: MOD SUPPORT: Planetary Resource Type new field: desirability. Defaults to 0.05 (which is the current default). The base game considers all resources the same relative benefit and all positive. So the AI would colonize a planet with a bad resource that generated say -100 BC per turn over a planet that did not have that resource. This new settings allows modders to control that behavior a bit. Other than making sure it is being set correctly, I have done no testing of this - I will leave that up to the modders that add more planetary resources.
Add.0.0.5.9: MOD SUPPORT: Planet Biome Type new field: forceSize. This defaults to not being set, which results in a random size for the planet based upon orbit. If present it will force a planet of that biome key to be a specific size during galaxy generation.
Add.0.0.5.9: New Racial Perk - Homeworld Resource. Allows you to start with planetary specials other than artifacts. Added support for Dark Quartz (Production), Seagrass (Food), and Red Fungus (Food). This is extensible via mods edting the RacialPerks yaml file.
Add.0.0.5.9: Removed Main Menu's Mod Nag Popup Screen
Add.0.0.5.9: Adjusted AI calculations for long term payments value, it is now using the present value of an annuity with a steep discount rate
Chg.0.0.5.9: Removed more Telemetry operations in the game - This is just a bunch of info the game sends up to some remote logging service, I do not see the point.
Add.0.0.5.9: On Galactic Vote screen added two values - Votes needed to win and number of votes you get to cast. The votes needed to win will show in the upper right. Used to be Votes Cast / Total Votes, now it will show Votes Cast / Votes needed for Win / Total Votes. Your vote count will be between the two candidate vote buttons.
Chg.0.0.5.9: Adjusted some UIs for the Auto-Build feature on the planet screen and on the empire screen
Add.0.0.5.9: Adjusted pirate elimination rewards, much less likely to get a boost to population, added possibility of increased BC reward
Add.0.0.5.9: MOD SUPPORT: Correction to logic used during blueprint ship creation that could under certain circumstances with non-standard blueprints allow the AI civilizations to build ships with weapon mods it does not know.
Add.0.0.5.9: Added double click support to Ship Blueprint module popup screen - this action will select and cause the screen to close
Add.0.0.5.9: Adjusted formation bonus types to be more normalized, this ultimately decreasing some of their effects
Add.0.0.5.9: Added support for neutral leaders. Requires that their minor civilization has been found before they will appear
Add.0.0.5.9: Added a new setting to allow for leaders to be random regardless of race or disposition. This can be turned off by setting the RANDOM_SELECTION to 0
Add.0.0.5.9: Ship Blueprint editing ship module popup is now sorted by descending tech research cost, this is the same order to AI will select a system in. For the player this places the item first on the list - should reduce scrolling.