7 Days to Die

7 Days to Die

Voir les stats:
Smelt faster!
MOVING THIS POST TO MODDING SECTION WHERE IT BELONGS, PLEASE DONT BUMP.
Dernière modification de Onion Rings; 3 déc. 2017 à 14h08
< >
Affichage des commentaires 16 à 30 sur 34
I appreciate that, let me know if you find promising results.
Side note, I just found something interesting I'm gonna go test, under config/XUI/windows.xml you can control+F search <window name="windowForgeInput" and edit the part that says cols="1" to a 2 and it should give 4 smelting slots? The user said it may look funny unless you edit the width and height, I'm testing without width and height modifications.
CraftingIngredientTime

<item id="753" name="forgedSteel">
<property name="Meshfile" value="Items/Crafting/ingotIron" />
<property name="Material" value="metal" />
<property name="HoldType" value="21" />
<property name="Group" value="Resources" />
<property name="CraftingIngredientExp" value="15" />
<property name="CraftingIngredientTime" value="15" />
<property name="LootExpValue" value="1" />
<property class="Preview">
<property name="Zoom" value="10" />
<property name="Pos" value="0,-0.2" />
<property name="Rot" value="90,45,0" />
</property>
</item>

Items.XML Found this so not sure if it works....
So far i got it to work for Clay, Iron (not Raw) & Lead. It smelts... pretty fast lol. I will get the rest of the mats working and will upload the .xml for you
Ok this is pretty cool, what I posted above works half way, I have 3 working forge slots as shown here http://prntscr.com/hhc2ud and I did have to change the width to 250 to see everything. Now I'll try out what you guys found.
Abrakadabra a écrit :
So far i got it to work for Clay, Iron (not Raw) & Lead. It smelts... pretty fast lol. I will get the rest of the mats working and will upload the .xml for you
All I really need from you is how to edit the clay really, lead is fast enough plus I don't have that much to smelt anyway, iron smelts quick in not raw form already, clay is super slow though. Find anything on small rocks? Gotta make that cement lol.
Onion Rings a écrit :
Abrakadabra a écrit :
So far i got it to work for Clay, Iron (not Raw) & Lead. It smelts... pretty fast lol. I will get the rest of the mats working and will upload the .xml for you
All I really need from you is how to edit the clay really, lead is fast enough plus I don't have that much to smelt anyway, iron smelts quick in not raw form already, clay is super slow though. Find anything on small rocks? Gotta make that cement lol.

Ok for Rocks you will want to find "item id="190" name="rockSmall" then add <property name="MeltTimePerUnit" value="0.01" /> in a new line. Same for clay and whatever else, clay will be item id="1319" name="clayLump".

Example:

<item id="1319" name="clayLump">
<property name="Meshfile" value="Items/Crafting/clay"/>
<property name="Material" value="clay"/>
<property name="Weight" value="5"/>
<property name="HoldType" value="21"/>
<property name="Stacknumber" value="6000"/> <!-- STK resource -->
<property name="EconomicValue" value="6"/>
<property name="EconomicBundleSize" value="150"/>
<property name="Group" value="Resources"/>
<property name="CraftingIngredientTime" value="0.5"/>
<property name="MeltTimePerUnit" value="0.01" />
</item>
Dernière modification de Senda; 30 nov. 2017 à 8h41
Oops missed the last mine hahaha
Will try it Ab thanks, I made a video on the 4 forge slots if you want to take a look https://www.youtube.com/watch?v=zJ9_W-NrV0s&feature=youtu.be
Theres a bug with using 4 slots, Min needs to be 3 only...
Theres a bug with using 4 slots, Min needs to be 3 only...
I said that in the video yea, only 3 work, 4 is occupied by " UNIT_IRON "
And oh my sweet god in heaven it worked Ab, thanks a ton dude, it is stupid fast now lol. I may make a full tutorial video on this later to help others also wanting to figure this out, since it took us a while to find it and there's not many guides.
Onion Rings a écrit :
And oh my sweet god in heaven it worked Ab, thanks a ton dude, it is stupid fast now lol. I may make a full tutorial video on this later to help others also wanting to figure this out, since it took us a while to find it and there's not many guides.

No problem man, here's my twitch if you wanna throw some credit my way lol ;)

twitch.tv/sendathestonedsurvivor
Abrakadabra a écrit :
Onion Rings a écrit :
And oh my sweet god in heaven it worked Ab, thanks a ton dude, it is stupid fast now lol. I may make a full tutorial video on this later to help others also wanting to figure this out, since it took us a while to find it and there's not many guides.

No problem man, here's my twitch if you wanna throw some credit my way lol ;)

twitch.tv/sendathestonedsurvivor

I will, I can't promise you any followers as my channel has been pretty inactive lately but if the video gets big views they can see you for sure.
Video is up Abra, shouted you out, hope it helps! https://www.youtube.com/watch?v=P_HyMAC8MOc
< >
Affichage des commentaires 16 à 30 sur 34
Par page : 1530 50

Posté le 29 nov. 2017 à 8h49
Messages : 34