Jump to content

DeadlyStr1ke

Member
  • Posts

    18
  • Joined

  • Last visited

Posts posted by DeadlyStr1ke

  1. The problems that i had are fixed. The reason why i had them was that i didn't use 3d models.

    ant btw where can i find straw?

     

    Glad to hear the problem is fixed! You can find straw by foraging.

  2. Absolutely fine for me, and I use more mods than just Hydrocraft.

    I doubt Hydrocraft modifies sledgehammer or leveling up, so most likely the problem is not from the mod itself.

    As overused as it is: try verifying the integrity of game cache(right click on Zomboid in steam library, click on properties, go to local files and click "verify integrity of game cache") or reinstall the game.

    Sorry, but this is all I can recommend, since I've never ran into this problem and so far noone replied that he had ran into it too.

    Hope those two methods help, though.

  3. Hello everyone!

    I've recently ran into some trouble while trying to make an item, that is drainable(I believe I succeeded in that part) and when used will slowly be usedu p while giving xp to a particular skill.

     

    I am super new to scripting, so sorry if my methods of executing some of my ideas will make you facepalm.

     

    Here's an example of what I'm trying to achieve, if that is even possible:

     

    I have an item. The item is a punching bag, I already have a working recipe to craft it.

    Now what I wan't the player to do is to use it for a long period of time, gaining say, 20xp to strenght at the end of every use. The item will slowly degrade and eventually I'll have to replace the bag with a new one to continue exercising with it.

     

     

    Now, beeing new and complete 0 at scripting when it comes to Zomboid, this is how I planned to execute it via a recipe.

    Recipe Code:

    recipe Exercise with Punching Bag
        {
        ETPunchingBag = 1,
    CanBeDoneFromFloor:true,
    OnGiveXP:TrainPunchingBag_OnGiveXP,
    OnCreate:recipe_removedummytrain,
    Result:ETDummyResult,
        Time:400.0,
        }

     

    Now the OnGiveXp and OnCreate functions that are in one lua file. Here's the full file how I have it:

     

    function TrainPunchingBag_OnGiveXP(recipe, ingredients, result, player)
        player:getXp():AddXP(Perks.Strength, 10);
    end
     
     
    ----Dummy Result Item 
    --Result creates dummy item when using the training recipes, which then gets instantly removed by the function
    function recipe_removedummytrain(items, result, player)
    local inv = player:getInventory();
    inv:RemoveItem("ETDummyResult");

     

     The problem I run into is that the item isn't craftable when OnCreate line is present in the recipe. I can use the recipe if I take it out, but OnGiveXP also gives no xp.(Misspelled "Strength" was to blame for that one. Thanks Dimitri Valko!)

    Edit: Still doesn't give the 10 xp in Strength after using it.

     

    Now, I know that the way I'm trying to execute this without proper knowledge may be the worst possible way to do it and there's a straight easy way of doing it, so I reach out to you guys, to help me out with this one, give some advice or point to the right way of executing this, if it is possible.

    Thanks in advance!

  4. Think I can take it if anything. I actually feel like I take anything after the first 2 days on my server. The only thing I managed to do before the plane flew over was put a sheet on a window in the warehouse. And then they all went towards it from all directions. I was super lucky to find a shotgun and some shells in one crate, so I bolted out of it and kept firing in a field away from base to draw them all there. After that it's only after many days and at least 10 broken weapons that I returned to the warehouse(with no doors and a few broken windows) and actually felt safe for a while. My character survived through all that hell only to be bit by a crawler a few days later. Those are my worst nightmare and the most often cause of death of many characters I've made.

    Still, if the military base is gonna be anything like the mall in Westpoint it's gonna be quite a challenge, but that's what makes it fun.

  5. Here's my base. It's on a private server me and my friends play on from time to time. Apart from hydrocraft the base is built with Extended Building Options mod.

     

    Here's the inner yard's blacksmith area, near it is a little building I've built. It's either gonna be a storage or a workshop:

     

    cOVLhh4.jpg

     

    Farm area in the second walled of part in the back of the main building. We're planning to build small player houses there later and possibly a plant farm:

    pf2SnyD.jpg

     

    And last is the rooftop view of all the base together so far:

    tchN4OY.jpg

     

    So far the base has held off 2 helicopter event hordes with only 10% of the walls broken. They were replaced later with level 10 carpentry, so we are pretty safe so far. Once we're done with the HQ base we're planning to move on to West Point, New Denver, Drayton, Bedford Falls and make a few rest stops there so we can easily make trips to those from our main base.

  6. Ah! The smoker looks much better! Great job! Hahaha Omg The zombie scare crow is amazing! although it kinda looks like were just going around crucifying zombies :P

     

    Mkay Hydro, Like the new list! I have a 32x32 dutch oven icon I got awhile back so you could use that as a kitchen loot spawn item (Could also be recycled into 1 Ingot of iron). Also, Last night I was doing some mining in game and I decided to remake all the ore sprites for you! I hope these work for ya, I just thought you'd like some that look more realistic :)

     

    attachicon.gifdutchoven.png

     

    attachicon.gifBuaxite Ore -MITPH Edit.pngattachicon.gifCopper Ore -MITPH Edit.pngattachicon.gifGold Ore -MITPH Edit.pngattachicon.gifIron Ore.pngattachicon.gifLead Ore -MITPH Edit.pngattachicon.gifLump of Coal -MITPH.pngattachicon.gifSaltPeter Ore-MITPH Edit.pngattachicon.gifSilver Ore -MITPH Edit.pngattachicon.gifSulpher -MITPH Edit.pngattachicon.gifTin Ore -MITPH Edit.png

     

     

    Thanks! Glad the lines are actually visible now without the drastic changes needed to be made. Yep, I'm sure some sick bastards will enjoy doing just that to poor people/undead on multiplayer servers. I actually have a few other signs of "uncivilization" planned as a side-project. First one will probably be a nice way to deal with those sick bastards/bandits above and make an example out of them. I've actually remembered quite a few  of these "punishments" from an old zombie series I read a few years back ("Epoch of the Dead" trilogy by A. Kruz, very dark and down to earth zombie apocalypse scenario, would recommend it, but I can't seem to find it in English, doubt it ever got out of CiS countires, sadly).

  7. Could you make another version where they are empty, including the sink? That way it can work like a water bottle where you can use it when full but not when its out of water.

     

    Done. By the way, how is the scale of sprites ingame or you can take care of it in case any problems come up on that part?

    kPQMVyx.pngnh0DLeQ.png

  8. Here are some of the scarecrow sprites, including separate base. Why take it all apart. Well while I was making the scarecrow and I decided to make something extra using the base and taking in account the dark times. And so here it is. Zombies/Dead Player instead of the scarecrow. The face is taken from the early zomboid days as a little easter egg, although you can't really tell with all the blood. But I though it would be cool for multiplayer, so that you know you don't want to go into that base surrounded by all those hanged corpses. Or perhaps this could be a bandit brought to justice(Recipe would be something like: Scarecrow Base + Corpse + rope? That is totally up to you though in terms of inclusion and the recipe). Anyways, here are all the 6 versions, scarecrow and deadman both have 2 facing directions(perhaps 2 crafting recipies so that you can place them more freely?).

     

    FIJoGEU.png IJtsvoC.pngqy8mzqt.pnggw9F6IW.pngdMzv1iK.pngYbfIGEu.png

     

     

    Wow! DeadlyStr1ke all those look awesome! I am not sure which distillery I will use of the 3 since they all look nice.

     

    One thing bothers me about the shower though. It has alike a mini-rain barrel on a rope, perhaps it should be a bucket instead.

    I'll change the "bucket" to a real one, no problems! :D  Can I use wooden bucket from the mod as base?

     

    And done. Made my own bucket, but if you want me to use the one from the mod, just say and it shall be done. Both version with new, actual bucket! :P

    CfJVC8U.pngbu1Jkq0.png

  9.  

    Wow Nice work! and sorry I beat ya to the distillery :P however yours looks great too, and I love your smoker, Although I'm not sure if its my monitor settings or not but it does look rather dark, I can barley make out the smokers hatch door or the fire box's door as well :[. other than that It looks great! The shower is sweet two, good idea adding the sink onto it! I like that one better than the shower alone :)

     

    Sooo hydro I think I found a pretty crappy bug lol, I went on PZ to start designing a water tower so I got everything together to build a Wooden Vat (was planning on using it for the top of the tower) So when I went to the crafting menu and pressed craft one for a wooden vat it used up my 7 planks and 4 wooden rings and only made a wooden bucket instead! lol not sure how that happened! Thought id give ya a heads up though :)

     

     

    Thanks a lot! All good with the distillery, I had fun making it either way and the most important thing is that it has a sprite, means we'll have another epic item in-game! Yeah, the door on the smoker is a bit too dark for the eye, these type of sprites are my real weakness, I always had problems when it came to dark metal objects and outlining some parts on them. I've made another version, but this is as far as I could take it without the lines getting so out of place that it's a sore in the eye and feels like the smoker has a giant  super contrasting outline and looks weird.

    Here's version 2, a bit lighter. Hope the outlining is easier to see on this one, otherwise I might have to change colors drasticly to something that will still look not out of place, but is easier to see, if I can find that combination.

    LjA0HEW.png

  10. Gave the smoker a try. Made the base with all the stones that lay around with not much use in mind + the example stuck in my mind throughout the making. Again, elements of makeshift in all the sprites. If you're looking for a smoker "out of a factory" just say so and I'll try to make it look like that.

     

    3sFH5lA.png

     

    Last batch of icons for today. Haven't slept for almost 24 hours, but once I wake up I'll try to contribute some more if I see anything I can take on on the list. Hope you'll find at least one of these useful, thanks for the amazing mod! 

     

    So here it is. Washboard(+ Tub). 6 variations.

     

    TbBvlC5.png 5kEjeTW.png Ru0uYYd.pngF0AEHZG.pngXKTkScc.pngzZCTpf3.png

  11. Made another one, this time it's the distillery(which I am also very excited about).

    Once again, the base is original assets so it fits the game as much as possible.

    Made two versions, so pick whichever you like most. One is the distillery itself and the other one has corresponding clutter/ingredients on the table.

    P.S. Hope this ain't just for whiskey. Would love to treat myself with a little bit of moonshine in the last days of humanity.  ;)

    Distillery:

    ceJ4P9J.png

    Distillery(Cluttered):

    u3GpyVw.png

     

    Oh, nevermind. Didn't see that the Distillery was already made at time of my posting, sorry.  :P

     

    Shower sprites are done. Again, two versions: one is jsut the base shower, second one is with mini-makeshift sink(wash hands etc), soap and towel.

     

    Shower:

    cdkMknk.png

    Shower+Sink:

    4BMP8ri.png

  12. I've decided to make a windmill sprite, since I am really excited about seeing it in the mod! If you still need it, here's my take on it:

    GSYRrAc.png

    I took the original assets as base for it, so it will fit in and won't look out of place. Also tried to make it look makeshift as much as possible, taking in account materials that you'd have by your side when making it(with carpentry I guess).

  13. Found more items with problems:

    - Bag of Corn/Flour Tortillas(No icon)

    - Canned Refried Beans(No icon, plus the display name is "Canned Refried BeansIcon")

     

    So far that is all the problems I encountered, which aren't game breaking. Thanks for a great mod!

    Will love to see how it develops and grows with more features around it as time goes on.

     

    And as for the wheelbarrow I understand and agree that it should function as you've said. It was the "Extremely Overweight" moodlet I've been concerned about. Not Very Heavy Load, but extreme with back injury threat. That and how with Organized trait and Large Alice Pack I could take far more planks(Not far more, as in weight hold, but far more as in - I could carry 10 planks in the alice pack at least without hitting the overweight state, while carrying 7 planks with the wooden wheelbarrow put me at Extremely Overweight right away) in it without even hitting the Overweight moodlet to begin with. But I guess with the large alice pack being pretty rare(at least in my experience) and Organized trait being optional it's more of a subjective issue, so nevermind that. Regardless, wheelbarrow being in this mod as an option to transport stuff already is a great thing! 

  14.  

    Btw, Just tried to craft a pillowcase backpack and it ate all the ingredients with no output

    I will have to double check that. Thanks for reporting.

     

    EDIT: Yup I found it . Had the tag of "HCPillowCaseBackpack" when it should have been "HCPillowcasebackpack". Will be fixed for next release.

     

    Same thing is with Wood block not giving any output. I checked the recipe and it also had HCWoodBlock instead of HCWoodblock. Just wanted to report this, in case noone else did yet.

     

    Edit: Upon further investigation it appears the result for Wooden Wheel is also Result:HCWoodenwheel, while the item is HCWoodwheel.

     

    There are some problems with icon .pngs having different names than mentioned in the item config.

    Item_HCCamppack instead of Item_HCCampingpack.

    I'll list all the problematic items here as I find them:

    - Camping Pack(Icon)

    - Wood Block(Result)

    - Wooden Wheelbarrow(Icon)

    - Wooden Wheel(Icon/Result)

     

    Also, a question regarding the wheelbarrow. Is the weight reduction of 50 intended?

    I understand that it has a high capacity, but it overweights you with the weight of it's own already. So a few planks on top and I'm already Extremely Overweight. I know that this shouldn't be an OP "Carry the world with you" container, but with the requirement of equipping in both hands(leaving you defenceless, although it shouldn't be used around zeds) and overweighting you right away it just seems a bit weird.

×
×
  • Create New...