Search found 8 matches
- Fri Jun 08, 2018 4:35 pm
- Forum: Ideas and Requests For Mods
- Topic: Shift Click Craft 1 by 1 or 5 by 5
- Replies: 0
- Views: 626
Shift Click Craft 1 by 1 or 5 by 5
When I want to craft a stack of items it would be nice if it did it 1 by 1 so I could get them while they are crafting. I know you can spam left click but when its for a lot it gets annoying.
- Sun May 27, 2018 1:52 am
- Forum: Modding help
- Topic: Supply area limit
- Replies: 4
- Views: 1753
Re: Supply area limit
What I would like to do is make a global power pole so that I don't need power lines. I don't think there would be performance issue being that many poles can make an equivalent supply area, but i'm not a coder so I don't know for sure.
- Sat May 26, 2018 9:29 am
- Forum: Modding help
- Topic: Supply area limit
- Replies: 4
- Views: 1753
Supply area limit
I noticed while trying to change the values of the wire distance/supply area that it has a limit of 64. The game will not load if it is above 64. Why is this?
- Fri May 25, 2018 7:42 pm
- Forum: Ideas and Requests For Mods
- Topic: Transport Belt as Flooring
- Replies: 6
- Views: 2316
Re: Transport Belt as Flooring
Oh alright, yea sorry i'm not familiar with coding and coding terminology. Didn't realize it would be so complicated haha.
- Fri May 25, 2018 3:54 pm
- Forum: Ideas and Requests For Mods
- Topic: Transport Belt as Flooring
- Replies: 6
- Views: 2316
Re: Transport Belt as Flooring
What I am saying is for there to be a transportbelt on the same level as concrete and other tiling. That way you can place objects on top the transport belt (not drop, Place) and it would move around on the transport belt as an active entity.
- Fri May 25, 2018 3:48 pm
- Forum: Ideas and Requests For Mods
- Topic: Cliff placer
- Replies: 1
- Views: 1126
Cliff placer
This would be a game breaking mod but if there are water fill mods i think a cliff placing mod would be nice. I would like to use it to funnel biters into my turrets.
- Fri May 11, 2018 11:25 pm
- Forum: Ideas and Requests For Mods
- Topic: Transport Belt as Flooring
- Replies: 6
- Views: 2316
Transport Belt as Flooring
This would help with things like biter spawn farms for certain mods as well as adding a whole new way of playing the game as you could place something on the belt (since it wouldn't count as taking up that tile like a normal belt) and it could move around on the belt, for example a moving turret or ...
- Wed May 09, 2018 9:55 am
- Forum: Mods
- Topic: 25mm for vehecles or Devterev's Warfare
- Replies: 5
- Views: 4353
Re: 25mm for vehecles or Devterev's Warfare
data-updates.lua (line 56++): -- Power Pole Reach and Service Area if (string.find(items.name, "-pole") or string.find(items.name, "substation")) and items.supply_area_distance and items.supply_area_distance > 0 and items.maximum_wire_distance and items.maximum_wire_distance > 0...