Im 100% sure you can do this by changing some booleans in the code.
I could try
So I was thinking - if I don't wanna look up all the new recipes while the Zombitches are banging at my door - is there a way to unlock all crafting recipes? And I mean not by simply crafting everything once so you can just click it, but to unlock all recipes so you don't have to trial-and-error the living heck outta the game :b
Gratz,
[if this worked MP too - fick ja >:) ]
Last edited by act4reloaded; 10-26-2013 at 03:13 PM. Reason: disabled smileys :b
Mama,
just killed a man.
Put a gun right to his head,
pulled the trigger now he's dead.
'cause nothing really matters.
Im 100% sure you can do this by changing some booleans in the code.
I could try
If it isn't too much trouble it'd be nice I guess... but not neccessary xD all I need ATM is a way to make food out of food (I made a recipe which uses 1x Water to make 1000x Water, but I can't get it to work for food -.-)
Mama,
just killed a man.
Put a gun right to his head,
pulled the trigger now he's dead.
'cause nothing really matters.
Thanks mate nice one :b
Regarding this I'd like to share this recipe:
<recipe name="bottledWater" count="100">
<ingredient name="bottledWater" count="1" grid="-2, -2" />
</recipe>
this one works, but its the only one that uses itself to produce more of itself I got to work :b
Also, could someone give me a working recipe for Scrap Metal? Scrap Metal out of Iron ingots would be perfect; my recipe worked in Version 1, but not in V2 any more ):
Last edited by act4reloaded; 11-14-2013 at 01:23 PM.
Mama,
just killed a man.
Put a gun right to his head,
pulled the trigger now he's dead.
'cause nothing really matters.
Same as food just replace the itemnames
Code:<recipe name="scrapMetal" count="100"> <ingredient name="ingotIron" count="1" grid="0, 1" /> </recipe>
For some reason it does not work on my Home Computer - on my GF's PC they all just work -.- the most important recipes being:
<recipe name="venisonStew" count="400">
<ingredient name="stick" count="1" grid="0, 1" />
</recipe>
<recipe name="scrapMetal" count="100">
<ingredient name="ingotIron" count="1" grid="0, 1" />
</recipe>
These two work EXACTLY LIKE THIS at my girls, but not here :s do you think it could be because of the Difficulty setting? Or what else do you think could be the reason :s
Mama,
just killed a man.
Put a gun right to his head,
pulled the trigger now he's dead.
'cause nothing really matters.
how do i put these in the game sorry not alot of exp on this and will this work on 7.1
know this thread is dead but i need this so hope someone will reply