Jump to content

oooooooooott

Member
  • Posts

    27
  • Joined

  • Last visited

Everything posted by oooooooooott

  1. Chosen lore: Romero-Style Speed: Shamblers Strength: Superhuman Toughness: Normal Transmission: Everybody's Infected Reanimate Time: 0-12 Hours Cognition: Navigate + Use Doors Memory: Long Decomposition: Slows + Weakens Sight: Poor Hearing: Normal Smell: Normal Cannon Choice: Romero. Why? the setting of PZ is much better suited to Romero (a decent amount of slow zombies) than World War Z (lots of fast zombies). 28 Days Later-style zombies (sparsely populated, agile hunter zombies), in my solemn opinion, could also work really well. Let's do this thing!
  2. After the initial release of build 32, I was really, /really/ excited to try out some of the challenges (most notably "Opening Hours") with friends. Sadly, I have as-of-yet not found a way to get the challenge up-and-running on MP. Given the context of the most recent update, I feel that changes to make challenges MP compatible (if necessary) and a guide to setting them up on a server would be both welcomed by the community (and me), and warranted by the growing number and variety of challenges. (If I missed such a guide explaining this, I would be overjoyed if someone would point it out... both as a solution to my dilemma, and a point-of-reference to all others who may stumble across this post in future.)
  3. I feel that a mod concept I am currently working on would complement this (as in, it would work well with this feature if it was implemented).
  4. Thank you.Then,what is the difference between the recipes with oncreate feature and those without?I saw many recipes don't have oncreate code,in recipes.txt. Maybe it's used to subtract durability from items that were kept in a recipe? not very understand what you are saying. Maybe, when a recipe is completed, and you used twine (but specified to keep it in the recipe).... You could use the OnCreate code to remove from the remaining twine in a spool. ._.
  5. Thank you.Then,what is the difference between the recipes with oncreate feature and those without?I saw many recipes don't have oncreate code,in recipes.txt. Maybe it's used to subtract durability from items that were kept in a recipe?
  6. Yay, I inspired a thread! Just my two cents, I say we should also increase the time for the hammer to rip down barricades. Maybe even implement the crowbar's ability to silently open locked windows from RoboMat's Lockpicking mod? Edit: Heh, I didn't refresh the page! You beat me to it, Geras >.<
  7. IDK if this idea may help or not, but have you considered setting up a function that removes from a variable every ten (ingame) minutes, and afterward checks if the variable is zero before continuing? I'll give you some sample code later (on my phone, and it's past midnight here ._.). I was working on something similar for my own project, but this is decidedly less complicated (and therefore within the grasp of my mediocre lua skills). If you don't want to wait, play around with these: Events.EveryTenMinutes.Add(Every ten minutes (simpler)); Events.OnTick.Add(Anywhere from 15 to 60 times a second (painful));
  8. I am... stupid ._. I was still in C# mode, and forgot a 'then'. Well, that's one down... Edit: Aaand.... I also forgot to make an event for the context menu... Aaand... I declared a variable twice O.O I've got it working now. Sorry to bother anybody who read this >.< Edit Edit: Also I forgot an event. And I think that's about it. I hope I documented exactly what I did wrong well enough >.< Also, I forgot to put the code in a spoilers. So ouch, there's another thing. D:
  9. Yo, friendly peeps! I've been having trouble sorting out some code I wrote earlier today for a mod I've been working on. I've been using This tutorial as reference/help, and same goes with Robomat's astounding lockpicking mod (the way he made sounds in the world? Eek! ). Although... I haven't used that much (make that any) Lua in the past (used to C# ._.), and I'm sure I've made a mistake somewhere (the compiler agrees), but I haven't the slightest idea what I did wrong or how to fix it. If any of you amazing peeps would like to lend a hand, that would be great. SetNoisemaker = {};function SetNoisemaker.createMenu(_player, _context, _items) local player = getSpecificPlayer(_player); local clickedItems = _items; local item; local stack; local time; if #clickedItems > 1 then return; end item = entry; if item then _context:addOption("Set timer for 15 seconds", clickedItems, SetNoisemaker.setTimer(0.25 ,player, item)); _context:addOption("Set timer for 30 seconds", clickedItems, SetNoisemaker.setTimer(0.5 ,player, item)); _context:addOption("Set timer for 45 seconds", clickedItems, SetNoisemaker.setTimer(0.75 ,player, item)); _context:addOption("Set timer for 60 seconds", clickedItems, SetNoisemaker.setTimer(1 ,player, item)); endendfunction SetNoisemaker.setTimer(_time, _player, _item) time = _time; _item:getContainer():Remove(_item); _player:Say("This should do it. Better move!");endlocal noisemaker = self.object;local tile = noisemaker:getSquare();local startTime = GameTime:getInstance():GetMinutes();local refreshTimer = function() noisemaker = self.object; tile = noisemaker:getSquare(); local currentTime = GameTime:getInstance():GetMinutes(); if(currentTime == startTime + time) getSoundManager():PlayWorldSound("sledgehammer", false, tile, 0, 35, 30, true); addSound(door, tile:getX(), tile:getY(), tile:getZ(), 15, 30); end endEvents.OnTick.Add(refreshTimer);
  10. I am liking you all because you are all wonderful. >.<
  11. There was nothing wrong with your posts. <3 But in my opinion, instead of restricting the removal of barricades to the person who put them there, I suggest instead that there be no way for someone who is supposed to be kept out by barricades getting in, short of smashing them down. As in, if they could enter by other means, they should be able to remove barricades.
  12. I like palindromes. :3

  13. I'm pretty sure everything you mentioned is already implemented in the game. What I suggested in this post was that people should only be able to destroy barricades from the side they were created on. At the moment, you can destroy barricades made from inside from the outside almost instantaneously with a hammer. As of build 31.something, The Indie Stone made it so that you are unable to interact with curtains from the outside of a closed window. I feel that the same restrictions should apply to barricades. TLDR: In real life, if you barricade a door from the inside, you can't pull out the planks from the outside. I feel that this should apply to PZ as well.
  14. I have noticed that, at least in multiplayer, some people have a nasty habit of undoing your hard-made barricades. I know for a fact that, in build 31, TIS made it so that a player may only interact with curtains from the inside. I feel that the game would become much more fair and immersive if looters were made unable to interact with barricades unless they accessed them from the side they were barricaded from. P.s. I am tired and writing on a phone, plz no judge :[
  15. I think this idea is FANTASTIC, especially because they already have a deaf (and "hard of hearing") trait! At the very least, someone could mod this. >.< Does anybody know if you can change traits at runtime?
  16. I agree that timed distractions would be a tad overpowered if used on an extremely large scale, but even a small range could be very useful in a game like Project Zomboid. Many a time, I have found it difficult to get near a building because of the sheer coverage of spread-out walkers around it. In a situation like that, at the moment the only solution is to scream at them and try and draw them away. I feel that temporary free reign is definitely what I am looking for (I.E, you run into the warehouse BUT YOU HAVE TO MOVE FAST BECAUSE THEY'LL BE BACK)... or maybe, more like in Dying Light (that big zombie game thing that was awesome for a bit but then wasn't (Not to say I didn't love it >.< I'm a sucker for zombie games)), where there were firecrackers that just made zombies look the other way (literally and figuratively). (Look at State of Decay for an example of a game doing this well) P.S. Sorry for my Edit OCD
  17. I am such a fan of Brooks' lore, this is a must for me.
  18. After playing Project Zomboid for quite a while, I realized that I was very much peeved by having to be the one to run around screaming to get ZedHeads away from my humble abode. I decided that a system of timed distractions (Much like the ones found in the fantastic State of Decay) would be entirely welcome. I would be able to, perhaps, place a distraction in that house down the street, and run off to loot the supermarket while the Zeds were paying attention to all the noise. (If anyone is still wondering, by Timed Distraction I mean some sort of noisemaker with a fuse. Maybe a teddy bear with an alarm clock attached? >.<) Some obvious cons to this genius idea are the evident possibilities regarding usage in a multiplayer setting. The distractions may be used for grinding, or (Gasp!) as a form of griefing other players. I hope to brainstorm answers to these dilemmas with the assistance of my fellow Survivors. (If I reeeally felt some people wanted something like this, I would be willing to go ahead and try and mod it in. While it wouldn't be outside my abilities as a coder, I have not yet been able to successfully modify Project Zomboid. If anyone has any Up-To-Date tutorials on the Lua API for Zomboid, please link them )
  19. I love it! But one thing leaves a bad taste in my mouth.... Athletic Adrenaline Junkey Agoraphobic Claustrophobic ------------------------ + Fucking lunatic
  20. I mean the latter of the two (the ones you drive around in). If you've ever watched TWD, or read the comics, you know what I mean. (My ultimate dream is for peeps to be able to move around INSIDE of them while they are in motion, I.E. Jonny drives while Jenny eats some food in the kitchen) Thats my dream too That would be AWESOME! And after the TV Channels are in watch some TV while someone driving Yesss! That would be greeeat! Let's make a ruckus so the devs notice this.
  21. I mean the latter of the two (the ones you drive around in). If you've ever watched TWD, or read the comics, you know what I mean. (My ultimate dream is for peeps to be able to move around INSIDE of them while they are in motion, I.E. Jonny drives while Jenny eats some food in the kitchen)
  22. Oh, man... I hope so. That would be wicked. Edit: Can you give me a link to a post where someone talks about it? I want to read it D:
×
×
  • Create New...