Maybe you need like this?:
"factorio_version": "2.0",
"dependencies": ["base", "space-age"]
Its working for me. You can copy this code:
{
"name": "ModName", -- Name of your mod
"version": "0.1.0", -- Version of your mod
"title": "ModName", -- Title of your mod
"author": "YourNickName ...
Search found 5 matches
- Wed Oct 22, 2025 5:10 pm
- Forum: Modding help
- Topic: Error message info.json file
- Replies: 5
- Views: 358
- Tue Oct 21, 2025 11:15 am
- Forum: Modding help
- Topic: "Menu simulation" problem
- Replies: 2
- Views: 164
Re: "Menu simulation" problem
Who need help with menu simulations you need -
To record it:
1. Make location with your factory or what you want
2. Save as game (Not scenario!) and find it in folder "saves" :!:
3. Make in folder of your mode new folder. Rename it in menu-simulations
4. Make in menu-simulations folder menu ...
To record it:
1. Make location with your factory or what you want
2. Save as game (Not scenario!) and find it in folder "saves" :!:
3. Make in folder of your mode new folder. Rename it in menu-simulations
4. Make in menu-simulations folder menu ...
- Mon Oct 20, 2025 3:07 pm
- Forum: Modding help
- Topic: Quatorio-scene-3 sim_planet
- Replies: 0
- Views: 126
Quatorio-scene-3 sim_planet
Quatorio-scene-3 doesnt show other planet surface. Its showing only black screen with error. How to fix it??? :cry:
menu_simulations["quatorio-scene-3"] = {
checkboard = false,
save = "__Quatorio__/menu-simulations/Quatorioscene3.zip",
length = 60 * 20,
init = [[
local sim_planet = game ...
menu_simulations["quatorio-scene-3"] = {
checkboard = false,
save = "__Quatorio__/menu-simulations/Quatorioscene3.zip",
length = 60 * 20,
init = [[
local sim_planet = game ...
- Mon Oct 20, 2025 12:27 pm
- Forum: Modding help
- Topic: "Menu simulation" problem
- Replies: 2
- Views: 164
Re: "Menu simulation" problem
Its working now
Made 3 menu simulations and making others...

Made 3 menu simulations and making others...

- Fri Oct 17, 2025 10:34 am
- Forum: Modding help
- Topic: "Menu simulation" problem
- Replies: 2
- Views: 164
"Menu simulation" problem
I have a problem with menu simulations. I making my mode "Quatorio" (Never will published. I mading it only for me) and I want to made in him some menu simulations like in space exploration or in base game. I made scene in map editor but... It doesnt working. Code was maded by ChatGPT, so it doesnt ...