Page 10 of 15
Re: General Discussion
Posted: Mon Aug 17, 2015 9:52 pm
by kwstoudt
How would I go about unlocking the +30 and +50 belt versions if I already had the research completed before upgrading to the 0.12 version of the game and installing the transport sub-mod?
Re: General Discussion
Posted: Tue Aug 18, 2015 11:32 am
by McGuten
kwstoudt wrote:How would I go about unlocking the +30 and +50 belt versions if I already had the research completed before upgrading to the 0.12 version of the game and installing the transport sub-mod?
I will fix it in next release
Re: General Discussion
Posted: Thu Sep 10, 2015 4:09 am
by waduk
Hi there, first time 5dim's user here.
I would like to use the train modules only, but i don't want the changes in stack and inventory. How do i revert this to vanilla stack and inventory ?
Aside from stack and inventory size, what changes do the core made to vanilla ? I can't find much further info on 5dim's download page.
Also, will there be a problem if i use many logistic wagon regarding script update (recently, i found out that having too many sensor in one of the the mods i use is dropping fps significantly).
I assume with this 5dims logistic wagon, the script update will rose significant whenever the wagon get filled/empty.
Or is it not the case ?
Re: General Discussion
Posted: Thu Sep 10, 2015 12:37 pm
by McGuten
waduk wrote:Hi there, first time 5dim's user here.
I would like to use the train modules only, but i don't want the changes in stack and inventory. How do i revert this to vanilla stack and inventory ?
Aside from stack and inventory size, what changes do the core made to vanilla ? I can't find much further info on 5dim's download page.
Also, will there be a problem if i use many logistic wagon regarding script update (recently, i found out that having too many sensor in one of the the mods i use is dropping fps significantly).
I assume with this 5dims logistic wagon, the script update will rose significant whenever the wagon get filled/empty.
Or is it not the case ?
In next release i add a config.lua file and there you can change it ^^
Re: General Discussion
Posted: Thu Sep 10, 2015 1:41 pm
by waduk
Thanks
Re: General Discussion
Posted: Thu Sep 10, 2015 10:19 pm
by MasterBuilder
waduk wrote:Hi there, first time 5dim's user here.
I would like to use the train modules only, but i don't want the changes in stack and inventory. How do i revert this to vanilla stack and inventory ?
Aside from stack and inventory size, what changes do the core made to vanilla ? I can't find much further info on 5dim's download page.
Also, will there be a problem if i use many logistic wagon regarding script update (recently, i found out that having too many sensor in one of the the mods i use is dropping fps significantly).
I assume with this 5dims logistic wagon, the script update will rose significant whenever the wagon get filled/empty.
Or is it not the case ?
You can just open 5dim_core/data.lua and remove the "require("prototypes.changes")" line.
This file does all the stack and inventory changes and is safe to ignore/remove.
Re: General Discussion
Posted: Thu Sep 10, 2015 10:57 pm
by Rens2Sea
There seems to be a bug in the requester wagon, when i set some logistics on the invisible requester chest and then move the train, the logistics are removed when the train stops again.
Apparently at line 523 in control.lua there are 3 lines disabled that actually fill the requester slots, why are these lines commented out? It works fine when i bring them back.
Code: Select all
function setRequestSlots(proxy, requestSlots)
if isRequester(proxy)then
--debugLog("Requester")
local i = 0
local slots = {}
while i < 10 do
i = i + 1
local slot = requestSlots[i]
if slot ~= nil and slot.name ~= nil then
--if game.item_prototypes[slot.name] ~= nil then
--proxy.setrequestslot(slot, i)
--end
end
end
end
end
Re: General Discussion
Posted: Thu Sep 10, 2015 11:28 pm
by waduk
MasterBuilder wrote:waduk wrote:Hi there, first time 5dim's user here.
I would like to use the train modules only, but i don't want the changes in stack and inventory. How do i revert this to vanilla stack and inventory ?
Aside from stack and inventory size, what changes do the core made to vanilla ? I can't find much further info on 5dim's download page.
Also, will there be a problem if i use many logistic wagon regarding script update (recently, i found out that having too many sensor in one of the the mods i use is dropping fps significantly).
I assume with this 5dims logistic wagon, the script update will rose significant whenever the wagon get filled/empty.
Or is it not the case ?
You can just open 5dim_core/data.lua and remove the "require("prototypes.changes")" line.
This file does all the stack and inventory changes and is safe to ignore/remove.
OK, will do that, thank you !
Re: General Discussion
Posted: Fri Sep 11, 2015 7:05 am
by McGuten
Rens2Sea wrote:There seems to be a bug in the requester wagon, when i set some logistics on the invisible requester chest and then move the train, the logistics are removed when the train stops again.
Apparently at line 523 in control.lua there are 3 lines disabled that actually fill the requester slots, why are these lines commented out? It works fine when i bring them back.
Code: Select all
function setRequestSlots(proxy, requestSlots)
if isRequester(proxy)then
--debugLog("Requester")
local i = 0
local slots = {}
while i < 10 do
i = i + 1
local slot = requestSlots[i]
if slot ~= nil and slot.name ~= nil then
--if game.item_prototypes[slot.name] ~= nil then
--proxy.setrequestslot(slot, i)
--end
end
end
end
end
Wow, i dont know why it is disabled, i think i try to do something and comment and after i dont enable again, sorry and thanks for report ^^
Re: General Discussion
Posted: Wed Dec 23, 2015 3:52 pm
by SkyLight
Hi
I just researched modules mixing, I see the modules but can't find the mixer itself. Is it a bug or feature (maybe it's just disabled currently)?
Re: General Discussion
Posted: Sun Jan 10, 2016 2:40 pm
by mikestuart30
Where can I find wiki type info on the 5dim mods? For instance the end of my new mk2 engines (1- 14-10) had almost no water. I eventually found a post saying the new pipes had better throughput than the vanilla ones. From this I worked out that I was losing more water in each engine. I added the mk2 offshore pumps but I was still having pressure issues. I now need to upgrade the pipes between the pumps and the engines, but I have no idea what the stats are , or if copper or iron are better?
another Q - submerged vs normal tank - I presume as the submerged takes more resources it is bigger - but where would I find the relative sizes?
I have had similar Q's but I cant remember them offhand.
Re: General Discussion
Posted: Mon Feb 08, 2016 8:21 pm
by McGuten
SkyLight wrote:Hi
I just researched modules mixing, I see the modules but can't find the mixer itself. Is it a bug or feature (maybe it's just disabled currently)?
I will fix it in next release
mikestuart30 wrote:Where can I find wiki type info on the 5dim mods? For instance the end of my new mk2 engines (1- 14-10) had almost no water. I eventually found a post saying the new pipes had better throughput than the vanilla ones. From this I worked out that I was losing more water in each engine. I added the mk2 offshore pumps but I was still having pressure issues. I now need to upgrade the pipes between the pumps and the engines, but I have no idea what the stats are , or if copper or iron are better?
another Q - submerged vs normal tank - I presume as the submerged takes more resources it is bigger - but where would I find the relative sizes?
I have had similar Q's but I cant remember them offhand.
In future releases i make a description for all items and we work in a wiki for all modules
Re: General Discussion
Posted: Tue Feb 09, 2016 3:24 pm
by McGuten
We are working in new icons for inventory and technologies
What do you think?
Re: General Discussion
Posted: Wed Feb 10, 2016 10:16 am
by SkyLight
I think that crafting tabs should be styled in the same way as in vanilla. This two-color icons looks more like a WIP. Technology icons are fine, just replace the one for electric trains and wagons with higher resolution.
Re: General Discussion
Posted: Wed Feb 10, 2016 3:10 pm
by McGuten
SkyLight wrote:I think that crafting tabs should be styled in the same way as in vanilla. This two-color icons looks more like a WIP. Technology icons are fine, just replace the one for electric trains and wagons with higher resolution.
For next release we will use this, maybe in next releses we change it but i like how it is looks ^^
Anyway, thanks you for the feedback, i love it ^^
Re: General Discussion
Posted: Tue Mar 01, 2016 10:27 pm
by Kingoftime
Im trying to get the electric trains to work but they dont seem to be behaving, i have electric rails and the electric train and i have power line beside the track but the train does not have power. Whats going on here? am i missing something?
Re: General Discussion
Posted: Sun Mar 06, 2016 7:58 pm
by Yinan
Having the same Problem.
The start seems to be electified, but after a few tracks this suddenly stops and I can get barely past the gate before I'm running out...
Re: General Discussion
Posted: Mon Mar 07, 2016 5:41 am
by Lurkily
I had a question, before I dive into some of these modules. The website says that to use some of the ores I'd need bob's ores - does this mean it's a dependency, and that I won't be able to use these in a vanilla game? Not sure I'm interested in the level of complexity that eleventy-twelve different ores would introduce, just yet.
Re: General Discussion
Posted: Mon Mar 07, 2016 9:26 am
by Berkys32
I installed bobs ore with needed bobs library but couldnt find any new ores...
Electric trains work for me, if i use standart rails and high poles next to them. Train doesnt have electricity whole time, but its enough to get from one spot to another.
If you like your tech icons, can you remake default one, so it all looks same?
Re: General Discussion
Posted: Mon Mar 07, 2016 9:39 pm
by skudd3r
How is the War module coming along? Looking forward to that one.