Tahnk you so much Genhis, you saved my weekend.
Do you know what might have caused this behaviour?
I wont use commands/editor or mods without making a backup first in the future!
Search found 9 matches
- Fri Nov 22, 2024 6:25 pm
- Forum: Technical Help
- Topic: [2.0.20] mixed world gen on nauvis
- Replies: 3
- Views: 305
- Fri Nov 22, 2024 5:04 pm
- Forum: Technical Help
- Topic: [2.0.20] mixed world gen on nauvis
- Replies: 3
- Views: 305
Re: [2.0.20] mixed world gen on nauvis
So after trying countless commands I still couldnt fix the chunks or generation... Turns out the mixed terrain is generating since I visited gleba for all new chunks I think. When I try the map exchange string in a new save and go with the editor to the affected area it generates how it is supposed ...
- Fri Nov 22, 2024 3:13 pm
- Forum: Technical Help
- Topic: [2.0.20] mixed world gen on nauvis
- Replies: 3
- Views: 305
[2.0.20] mixed world gen on nauvis
Hello,
I noticed mixed world generation in my save on nauvis.
on the left of the map in the dessert scrap patches and gleba vegetation is generating.
How can i fix this? I nearly spent 90 hours in this save file.
I added the save file.
Thanks!
I noticed mixed world generation in my save on nauvis.
on the left of the map in the dessert scrap patches and gleba vegetation is generating.
How can i fix this? I nearly spent 90 hours in this save file.
I added the save file.
Thanks!
- Sat Mar 30, 2024 9:05 pm
- Forum: Modding help
- Topic: What am I missing? Lua API
- Replies: 4
- Views: 701
Re: What am I missing? Lua API
Thanks, that fixed it!
- Sat Mar 30, 2024 8:24 pm
- Forum: Modding help
- Topic: What am I missing? Lua API
- Replies: 4
- Views: 701
Re: What am I missing? Lua API
I get the same error when I use on_init
- Sat Mar 30, 2024 7:01 pm
- Forum: Modding help
- Topic: What am I missing? Lua API
- Replies: 4
- Views: 701
What am I missing? Lua API
Hello together, I´m realyy struggling to get a simple script from the API Docs running. Just can´t figure out what I´m missing. I guess its pretty simple... The code: --control.lua script.on_load(function() local surface = game.surfaces["nauvis"] surface.create_entity({ name = "big-bi...
- Mon Aug 21, 2023 6:53 pm
- Forum: Modding help
- Topic: Technology Order
- Replies: 5
- Views: 1041
Re: Technology Order
Hello Bilka,
thank you. Assigning a subgroup "science-pack" to the blue science pack moved them way down but now they still ignore the the order.
Can I upload a save with the mod here?
thank you. Assigning a subgroup "science-pack" to the blue science pack moved them way down but now they still ignore the the order.
Can I upload a save with the mod here?
- Mon Aug 21, 2023 2:18 pm
- Forum: Modding help
- Topic: Technology Order
- Replies: 5
- Views: 1041
Re: Technology Order
Hello Bilka,
yes that was what I was also thinking but see:
yes that was what I was also thinking but see:
- Mon Aug 21, 2023 9:40 am
- Forum: Modding help
- Topic: Technology Order
- Replies: 5
- Views: 1041
Technology Order
Hello! Im trying to figure out how ordering in the technology gui works. I use debug mode to gather information and the Lua API. I was thinking that the game sorts after the order string in alphabetical order. So why is it that in the base mod "military" has the order "e-a-a" but...