veden / Rampant

Factorio Mod - Basic AI augmentation using potential fields
GNU General Public License v3.0
54 stars 22 forks source link

can't start factorio with Rampant 3.1 #96

Closed garrotte13 closed 2 years ago

garrotte13 commented 2 years ago

Hi,

after updating mod I get this error on factorio application run image

Trying to understand what I did wrong...

veden commented 2 years ago

no idea, a save probably would help.

garrotte13 commented 2 years ago

Save can't help here, because it happens long before. Game application doesn't start - gives this error on application load when loading all mods, prototypes, etc. I'll do a clean check now

garrotte13 commented 2 years ago

Hm, I switched from github folder to released Rampant_3.1.0.zip and got the same error. I see only two ways out now: I reset mod settings or there's really some problem in mod on your side. Sorry.

garrotte13 commented 2 years ago

Resetting mod settings fixed the problem! Weird... maybe it didn't like some value of Enemy Random Seed.

garrotte13 commented 2 years ago

:-(((( After returning all values manually in StartUp settings for Rampant I encounter this error again. There's some issue in mod code.

garrotte13 commented 2 years ago

Tried to change enemy random seed to some smaller valued - didn't help. Here is the full list of changed settings: Units effected by Tiles - changed Revert Enemy Map Color - changed Corpse FadeOut time = 90 Disallow Friendly Fire Splash Damage = True Random Seed = 9012016 (but it's not the cause as I checked) Enemy Variations = 7 Enemy End Tier = 10 Unit Nest Breath Air = False Spitter Damage Scaler = 1.2 Worm Damage Scaler = 1.1 Hive Healing Scaler = 1.2

and for all factions I changed in color hexes last number from 33 to 93

garrotte13 commented 2 years ago

image looks like spawningcooldownend misses value for last tier. Probably no one will be able to run factorio with max tier = 10.

garrotte13 commented 2 years ago

Added 867 to array and it fixed the problem.

garrotte13 commented 2 years ago

Your fix worked.