Search found 7 matches

by Artenchink
Mon Oct 27, 2025 1:16 pm
Forum: Modding help
Topic: How to make space way
Replies: 2
Views: 70

Re: How to make space way

Osmo wrote: Mon Oct 27, 2025 11:42 am You need to define space connections https://lua-api.factorio.com/latest/pro ... otype.html
Thanks! Its really working now :)
by Artenchink
Mon Oct 27, 2025 11:31 am
Forum: Modding help
Topic: How to make space way
Replies: 2
Views: 70

How to make space way

I made planet "Vorbis". But it hasnt got space ways
require("__space-age__.prototypes.planet.planet-vulcanus-map-gen")
local planet_map_gen = require("__space-age__.prototypes.planet.planet-map-gen")

local effects = require("__core__.lualib.surface-render-parameter-effects")
local asteroid_util ...
by Artenchink
Wed Oct 22, 2025 5:10 pm
Forum: Modding help
Topic: Error message info.json file
Replies: 5
Views: 508

Re: Error message info.json file

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 ...
by Artenchink
Tue Oct 21, 2025 11:15 am
Forum: Modding help
Topic: "Menu simulation" problem
Replies: 2
Views: 196

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 ...
by Artenchink
Mon Oct 20, 2025 3:07 pm
Forum: Modding help
Topic: Quatorio-scene-3 sim_planet
Replies: 0
Views: 149

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 ...
by Artenchink
Mon Oct 20, 2025 12:27 pm
Forum: Modding help
Topic: "Menu simulation" problem
Replies: 2
Views: 196

Re: "Menu simulation" problem

Its working now :D
Made 3 menu simulations and making others... 8-)
by Artenchink
Fri Oct 17, 2025 10:34 am
Forum: Modding help
Topic: "Menu simulation" problem
Replies: 2
Views: 196

"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 ...

Go to advanced search