This is a tiny mod that adds a new item to the game: Portals.
These portals allow you to move quickly form one end of your factory to the other. Just right-click a portal and select where you want to go.
portal_screenshot.png
It doesn't have anything fancy at the moment (except the AMAZING icon ...
Search found 3 matches
- Mon Jun 27, 2016 7:04 pm
- Forum: Mods
- Topic: [MOD 0.12.35] PortalsMod : Teleportation for Dummies
- Replies: 1
- Views: 1702
- Mon Jun 27, 2016 4:20 pm
- Forum: Modding help
- Topic: Strange behaviour with LuaGuiElement
- Replies: 2
- Views: 1544
Re: Strange behaviour with LuaGuiElement
Maybe the flow type behaves strangely. However, I don't know how I can create an invisible button. In the API documentation, I don't see any field where I can specify the GuiElement color. There's only the font color in the style of the element.
EDIT: It seems like it has something to do with ...
EDIT: It seems like it has something to do with ...
- Sun Jun 26, 2016 8:09 pm
- Forum: Modding help
- Topic: Strange behaviour with LuaGuiElement
- Replies: 2
- Views: 1544
Strange behaviour with LuaGuiElement
I recently created my first Factorio mod, with no previous experience in either Lua or modding in general. I'm using Factorio 0.12.35 gog-3 update.
I'm trying to create portals that can be used to teleport your character from one end of your factory to another. In order to do that, I need to ...
I'm trying to create portals that can be used to teleport your character from one end of your factory to another. In order to do that, I need to ...