StopGamer Posted December 26, 2015 Posted December 26, 2015 Okay I add them for some dismantle: JunkyardExtra.lua - big dismantle like microwave. 1 screw is shure therefunction hcdismantlemicro(items, result, player) local inv = player:getInventory(); inv:AddItem("Base.ElectronicsScrap"); inv:AddItem("Base.SheetMetal"); inv:AddItem("Base.Screws");endfunction hcgetscrap(items, result, player) local inv = player:getInventory(); inv:AddItem("Base.ElectronicsScrap"); inv:AddItem("Base.Wire"); inv:AddItem("Base.Screws");end And native radio dismantle: e:\Games\Project Zomboid Build 33.10\media\lua\server\recipecode.lua --[[ ############# Radio stuff ############## --]]function DismantleRadioSpecial_OnCreate(items, result, player, selectedItem) local success = 50 + (player:getPerkLevel(Perks.Electricity)*5); if ZombRand(0,100)<success then player:getInventory():AddItem("Radio.ScannerModule"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.Screws"); end DismantleRadioTwoWay_OnCreate(items, result, player, selectedItem);endfunction DismantleRadioHAM_OnCreate(items, result, player, selectedItem) local success = 50 + (player:getPerkLevel(Perks.Electricity)*5); if ZombRand(0,100)<success then player:getInventory():AddItem("Radio.RadioTransmitter"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.LightBulbGreen"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.Screws"); end DismantleRadio_OnCreate(items, result, player, selectedItem);endfunction DismantleRadioTwoWay_OnCreate(items, result, player, selectedItem) local success = 50 + (player:getPerkLevel(Perks.Electricity)*5); if ZombRand(0,100)<success then player:getInventory():AddItem("Radio.RadioTransmitter"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.LightBulbGreen"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.Screws"); end DismantleRadio_OnCreate(items, result, player, selectedItem);endfunction DismantleRadio_OnCreate(items, result, player, selectedItem) --TODO adding return items/chance based on selectedItem value local success = 50 + (player:getPerkLevel(Perks.Electricity)*5); for i=1,ZombRand(1,4) do local r = ZombRand(1,4); if r==1 then player:getInventory():AddItem("Base.ElectronicsScrap"); elseif r==2 then player:getInventory():AddItem("Radio.ElectricWire"); elseif r==3 then player:getInventory():AddItem("Base.Aluminum"); end end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.Amplifier"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.LightBulb"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Radio.RadioReceiver"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.Screws"); end --if selectedItem then --print("Main item "..selectedItem:getName()); --endendfunction DismantleRadioTV_OnCreate(items, result, player, selectedItem) local success = 50 + (player:getPerkLevel(Perks.Electricity)*5); for i=1,ZombRand(1,6) do local r = ZombRand(1,4); if r==1 then player:getInventory():AddItem("Base.ElectronicsScrap"); elseif r==2 then player:getInventory():AddItem("Radio.ElectricWire"); elseif r==3 then player:getInventory():AddItem("Base.Aluminum"); end end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.Amplifier"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.Screws"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.LightBulb"); end if selectedItem then --print("Main item "..selectedItem:getName()); if selectedItem:getType()~="TvAntique" then if ZombRand(0,100)<success then player:getInventory():AddItem("Base.LightBulbRed"); end if ZombRand(0,100)<success then player:getInventory():AddItem("Base.LightBulbGreen"); end end endend Hey how do you place things? Also, how do you interact with things like the IBC and Furnace?Just put it on the ground or in hands and use as item. All actions = recipes
Hydromancerx Posted December 26, 2015 Author Posted December 26, 2015 Hey how do you place things? Also, how do you interact with things like the IBC and Furnace? You just drop them on the ground. Then if you have the right items some recipes can be done from the ground. Such as a kiln can be interacted with on the ground if you click on it in the right inventory screen.
Kirrus Posted December 26, 2015 Posted December 26, 2015 Okay I add them for [snip]Omg, how to delete this? Stop gamer, I know you're enthusiastic, but please, don't post one after the other. It's considered slightly rude. If you see there's been no further posts since your last, either wait, or edit your original post, thanks
StopGamer Posted December 27, 2015 Posted December 27, 2015 Okay I add them for [snip] Omg, how to delete this? Stop gamer, I know you're enthusiastic, but please, don't post one after the other. It's considered slightly rude. If you see there's been no further posts since your last, either wait, or edit your original post, thanks Rude? Not so often in forums. I prefer to separate different thoughts by some way, so different post was good idea to me). Okey, I will take into your remark Hydromancerx, are you interested in such changes and additions? I will do more changes and can post it here, if you find them usefull
RealNewDeal Posted December 28, 2015 Posted December 28, 2015 How do you interact wihtt he water pump and IBC Tower? I seem to be unbale to interact with them.
Lord Gonfalon Posted December 28, 2015 Posted December 28, 2015 How do you interact wihtt he water pump and IBC Tower? I seem to be unbale to interact with them.Water pump you need a bucket.
Mok Posted December 31, 2015 Posted December 31, 2015 Heyy i managed to get a well but i cant place it, i can only drop it, is that right?
Hydromancerx Posted December 31, 2015 Author Posted December 31, 2015 Heyy i managed to get a well but i cant place it, i can only drop it, is that right?Correct you only drop it. It can be moved an replaced too.
viracocha Posted December 31, 2015 Posted December 31, 2015 Hello, i have a question, i cant harvest bones of the zomboids, and i learn the books "boneworking textbook" and "anatomy textbook". i dont now if dat is a change in the mod or i have to lear other book? Sorry for mi english, and thanks for this amazing mod!
Hydromancerx Posted January 1, 2016 Author Posted January 1, 2016 Hello, i have a question, i cant harvest bones of the zomboids, and i learn the books "boneworking textbook" and "anatomy textbook". i dont now if dat is a change in the mod or i have to lear other book? Sorry for mi english, and thanks for this amazing mod!Yes things get tweaked and adjusted as the mod gets updated. So you may need to re-read the same book or even read a separate book. The mod is still a WIP so things get balanced and changed. viracocha 1
NoFunAtAll Posted January 1, 2016 Posted January 1, 2016 I was looking at all the new drinks and thought mead from honey would be a good addition.
viracocha Posted January 2, 2016 Posted January 2, 2016 Hello, i have a question, i cant harvest bones of the zomboids, and i learn the books "boneworking textbook" and "anatomy textbook". i dont now if dat is a change in the mod or i have to lear other book? Sorry for mi english, and thanks for this amazing mod!Yes things get tweaked and adjusted as the mod gets updated. So you may need to re-read the same book or even read a separate book. The mod is still a WIP so things get balanced and changed. I read a little bit more, and i find the solution, i have to take off skin of the zed with the nife and use the butcher axe to take all the meet. after that we can see the skelet and use de saw tks for the quikly answer.Sorry for mi english. and tanks.
ethanwdp Posted January 6, 2016 Posted January 6, 2016 MRE pallets are way too common. I find those everywhere and even one is enough to last you a month or more. Also would be nice if the compass, map, and/or GPS would be more common. I still haven't found one in any of my playthroughs to this day. Man_In_The_Purple_Hat and Clayman 2
viracocha Posted January 7, 2016 Posted January 7, 2016 MRE pallets are way too common. I find those everywhere and even one is enough to last you a month or more. Also would be nice if the compass, map, and/or GPS would be more common. I still haven't found one in any of my playthroughs to this day.i find 1 one game 2 pallets, never find a pallet again
Einheit Posted January 8, 2016 Posted January 8, 2016 Were about to drop of a suggestion about a Windmill, and searched for a topic about it and ended up here.So what i would like to add is that The Windmill can me connected to a refrigerator (aswell), to keep food fresh (a bit longer as usual).Maby there is a way to recharge batteries in the future, that can be connected to "windpower"? Building details (if needed):Maby 4 (or 1) logs for the legs, 7 Notched Wooden planks (for the arms and tail), 1 Baking pan (to connect arms, tail and leg(s) and 2 Sturdy sticks (for connecting the tail and baking pan).
Brahiyan Posted January 8, 2016 Posted January 8, 2016 Hello!Just a suggestion, you could put a silencerif you have a reason explaining why you cant put it. i havent found itso i apologize Have a nice day!! PD: love the mod
Hydromancerx Posted January 8, 2016 Author Posted January 8, 2016 Hydrocraft v5.0 has been released!Which includes ... - Fixed Loom and Spinning Wheel- Fixed Tredmill- Fixed Zed Carcass- Tweaked Butter Ratio- Tweaked Weaving Ratio- Tweaked Pallet of MREs to Extremely Rare- Cola Soda now gives an energy boost.- Added Turkey Eggs and and 7 Types of Fish Eggs- Added Green Grapes and 7 Types of Wild Berries- Added Crayfish and Crayfish Traps (not fully functional)- Added 7 Metalworking Magazines- Added 7 Juice Boxes and 7 Empty Juice Boxes- Added more advanced Leather Working including Fine Leather.- Added Craftable Fine Leather Alice Pack.- Added a Growable Fir Tree!- Thanks to everyone who helped this week! And Happy New Year! Enjoy! NoMiS Plays, DeadlyStr1ke and viracocha 3
Jeoshua Posted January 8, 2016 Posted January 8, 2016 What is the best version of Hydrocraft to run on the 32.30 official stable release? I would be running IWBUMS, but I just can't live without the Java model loader.
Guest Posted January 8, 2016 Posted January 8, 2016 What is the best version of Hydrocraft to run on the 32.30 official stable release? I would be running IWBUMS, but I just can't luive without the Java model loader.You cannot run or distribute different versions of Hydrocraft, unfortunately.
Jeoshua Posted January 8, 2016 Posted January 8, 2016 You cannot run or distribute different versions of Hydrocraft, unfortunately.I had assumed that the older versions had been archived somewhere by Hydro, himself. Well I guess that means that I simply cannot use Hydrocraft, since I refuse to play with new weapons which are invisible (using IWBUMS without the new models), and also refuse to play with randomly broken problems like shoes that you roll like a D6 (32.30 with Hydrocraft 4.9 and a few minor mods, God Knows what happened there)This is so unfortunate. It's so hard to stay entertained in this game without the additions which HC makes. The game feels so dull without it!
Lord Gonfalon Posted January 8, 2016 Posted January 8, 2016 Hydrocraft is separate from the ORGM real gun mod, which is separate from the model loader (to make them not invisible). As for the very few broken hydro items, it's a rough life. They are mods on a game still in development. Those mods make the game still playable. The Good Noob 1
Jaspymon Posted January 8, 2016 Posted January 8, 2016 I think the d6 shoe is a base game bug lol Maybe it's there for MP using vanilla if people need to be able to roll on an item. Oh, a sledge dropped in your party of 3? Let's roll to see who gets to keep it.
wsensor Posted January 8, 2016 Posted January 8, 2016 I wish there was a way to unpack those overweight containers that drop on the ground...Accidentally dropped something on the ground and could not equip it as it weighed way too much... 70+ pounds...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now