hello Spacenuts,
Only if you see the text "EXCEPTION_ACCESS_VIOLATION" then note the address.
If you don't have such an error then there is no address.
Thanks for posting the mod "Stabilizer"
Badly its a
CHEAT mod.
- Code: Select all
name = "Game Stabilizer"
uid = "edf9fefc-a091-457c-8781-e837710f3c62"
copyright = "Klauensprung"
description = "Stabilizes CPU usage and decreases possible lag spikes"
Actual the mod is modifying blueprints.lua with this code: (Shortened to the basics)
- Code: Select all
for id,bp in all_bps.Unit do
if bp.BlueprintId == 'xab1401' then
bp.Economy.BuildCostEnergy = 1
bp.Economy.BuildCostMass = 1
bp.Economy.BuildTime = 1
end
end
This function will reduce the cost and buildtime of the unit xab1401 (Aeon Experimental Resource Generator) to 1.
No game speed enhancement or lag handling.
Who told you this can speed up your game or from where did you got this ?