I think he might be talking about MP? Or he wants it even faster than x8?
I don't know if there is an mod but it is quite simple to make. Just make a new mod folder(e.g.FastGPMod) only containing a "gameinfo".
The whole folder should look like this:
"C:\Users\UserName\AppData\Local\Ironclad Games\Sins of a Solar Empire\Mods-Entrenchment v1.03\FastGPMod\GameInfo\"
Then you download this file: http://www.filefront.com/14098557/Gameplay.constants and put it in the new folder.
You can open the gameplay.constants with an text editor.
In the file you will find this part(Near the end):
Code: c#
- buildSpeedData-Slow
- shipBuildRateGameSpeedScalar 0.0
- moduleBuildRateGameSpeedScalar 0.0
- buildSpeedData-Normal
- shipBuildRateGameSpeedScalar 0.10
- moduleBuildRateGameSpeedScalar 0.10
- buildSpeedData-Fast
- shipBuildRateGameSpeedScalar 0.20
- moduleBuildRateGameSpeedScalar 0.20
- cultureSpeedData-Slow
- cultureConnectionReferenceLength 250000
- allegianceShiftRateScalar 0.75
- cultureSpeedData-Normal
- cultureConnectionReferenceLength 500000
- allegianceShiftRateScalar 1.0
- cultureSpeedData-Fast
- cultureConnectionReferenceLength 750000
- allegianceShiftRateScalar 1.25
- researchSpeedData-Slow
- researchRateGameSpeedScalar -4.75
- researchSpeedData-Normal
- researchRateGameSpeedScalar -1.3
- researchSpeedData-Fast
- researchRateGameSpeedScalar -0.15
- incomeSpeedData-Slow
- incomeRateGameSpeedScalar 0.0
- incomeSpeedData-Normal
- incomeRateGameSpeedScalar 0.15
- incomeSpeedData-Fast
- incomeRateGameSpeedScalar 0.30
- fleetSupplyData-Small
- fleetSupplyScalar 0.75
- fleetSupplyData-Normal
- fleetSupplyScalar 1.0
- fleetSupplyData-Large
- fleetSupplyScalar 1.25
- shipPhysicsSpeedData-Slow
- shipLinearMaxSpeedGameSpeedScalar 0.0
- shipLinearAccelerationGameSpeedScalar 0.0
- shipLinearDecelerationGameSpeedScalar 0.0
- shipPhysicsSpeedData-Normal
- shipLinearMaxSpeedGameSpeedScalar 0.30
- shipLinearAccelerationGameSpeedScalar 0.30
- shipLinearDecelerationGameSpeedScalar 0.30
- shipPhysicsSpeedData-Fast
- shipLinearMaxSpeedGameSpeedScalar 0.6
- shipLinearAccelerationGameSpeedScalar 0.6
- shipLinearDecelerationGameSpeedScalar 0.6
This will affect the settings you can set at the beginning of a game
I think most of the values are pretty self-explaining, so just modifiy the values you want, save it and activate the mod(Named FastGPMod in this case)