multiple dimensions

Place to post guides, observations, things related to modding that are not mods themselves.
Post Reply
funCrafter
Burner Inserter
Burner Inserter
Posts: 7
Joined: Sun Nov 06, 2016 3:40 pm
Contact:

multiple dimensions

Post by funCrafter »

would it be possible to mod another dimension?
like in minecraft when you go through a portal and a new world generates.
because i think i have a nice idea for a mod and want to know if its possible

daniel34
Global Moderator
Global Moderator
Posts: 2761
Joined: Thu Dec 25, 2014 7:30 am
Contact:

Re: multiple dimensions

Post by daniel34 »

Yes, this is possible, in Factorio they are called surfaces.

Mods can create surfaces and define the map settings for each surface individually using LuaGameScript.create_surface(name, settings) and then operate on them using the methods provided by LuaSurface.

I don't know many mods that use this functionality though, the most prominent example would be
https://mods.factorio.com/mods/MagmaMcFry/Factorissimo
in which you can create small buildings you can walk into that have a larger size inside and you are able to transfer items/fluids with belts and pipes between the inside and outside.

Other mods that use surfaces but haven't been updated to the latest 0.14:
https://mods.factorio.com/mods/Simcra/Surfaces (for 0.13)
Subsurfaces 0.0.4 : build beneath your base (for 0.12)
quick links: log file | graphical issues | wiki

funCrafter
Burner Inserter
Burner Inserter
Posts: 7
Joined: Sun Nov 06, 2016 3:40 pm
Contact:

Re: multiple dimensions

Post by funCrafter »

Thats good to know thank you

User avatar
Reygan
Fast Inserter
Fast Inserter
Posts: 177
Joined: Tue Jan 28, 2014 8:42 pm
Contact:

Re: multiple dimensions

Post by Reygan »

daniel34 wrote:Yes, this is possible, in Factorio they are called surfaces.

Mods can create surfaces and define the map settings for each surface individually using LuaGameScript.create_surface(name, settings) and then operate on them using the methods provided by LuaSurface.

I don't know many mods that use this functionality though, the most prominent example would be
https://mods.factorio.com/mods/MagmaMcFry/Factorissimo
in which you can create small buildings you can walk into that have a larger size inside and you are able to transfer items/fluids with belts and pipes between the inside and outside.

Other mods that use surfaces but haven't been updated to the latest 0.14:
https://mods.factorio.com/mods/Simcra/Surfaces (for 0.13)
Subsurfaces 0.0.4 : build beneath your base (for 0.12)
Thank you very much!
Daniel V. Lenskiy

Post Reply

Return to “Modding discussion”