Jump to content

Soul Filcher

Member
  • Posts

    95
  • Joined

Everything posted by Soul Filcher

  1. I had more lag related to other players around, their cars teleporting, but probably because we were in Muldraugh's main avenue with thousands of zombies around. Spiffospace was basically unplayable for me in previous vehicle tests but today I could actually play and drive around, even in the middle of the largest horde I've seen in this game, so I feel this is a huge improvement. That being said it was common to see zombies nearby that didn't seem to get updated as they should or simply ignored me when they probably shouldn't. It is easy to notice the update cycles in the middle of a horde, but so many of the zombies in close range of my car seemed to update in the same cycles as those far away.
  2. Hi, due to recent changes in the game this mod is outdated and in need of a revamp. I will try to provide a link after updating it.
  3. 1- When attacking a tree with an axe, and not the right-click option to cut it down, I get an error in ISObjectClickHandler.lua line # 55. 2- Cars that spawn near gas pumps can be drawn incorrectly, check the attached image. 3- There are other "draw order"bugs in the map, like some columns in McCoy Logging, but I forgot to take screenshots.
  4. Yes, we have been doing some tests (thanks Filibuster Rhymes), and the description in that file is actually deceiving. It says that each category must have a total of 100 spawn chance for it to work, it would make separate mods break each other if they added cars to the same category, but in the end that wasn't true and the system works even if the total is far, far off 100. We got trolled by the comments in the lua file.
  5. Yes, I tried it. It works, it just happened that for some reason I couldn't decompile the file that has it so I thought it wasn't there. About the VehicleZoneDefinition.lua: The requirement to have a total of 100 spawn chance for each category will probably hurt mod compatibiity. I discussed it with other modders working on vehicles but I guess I should talk about it here. What I think will happen is that each mod will probably try to override that file, and then only one will spawn vehicles. We can't have two mods adding to the same category without breaking the system.
  6. I couldn't find this new loadVehicleModel. And the vehicle spawn definitions seem to be the same from previous Weather versions.
  7. I'd support it if the foraging system gets a few changes, one example is the rarity of an item. Right now items have a minimum skill level to be found, but no rarity so you have an equal chance to find any of the items in the list. So adding a plastic bag to the materials list automatically means that it is harder now to find logs, branches, stones and so on. This is basically the reason why I haven't made a mod for it. Or maybe we could get a region-based forage, that allows us to forage in urban areas and find those items.
  8. Please don't handle it in a hardcoded way. I'm sure we modders would love to tweak that and add our own items to that system. You probably have something cooked up for when animations are released but if I can I'd like to suggest a new item value, that when used for clothes check if the character is wearing them, if not clothes then check if the item is equipped in one of the hands. It could be a simple add % to character's cover (i.e. Umbrella 50%, rain boots 10%, rain coat 60% and possibly cap it at 95% or whatever you feel is balanced.)
  9. Good to hear you managed to get toilets working. I was about to post and offer my help if needed. The idea of making a mod to use showers and other hygiene methods crossed my mind, but I have so much to do in my current mods that I don't know if I'll ever start that one.
  10. Not on topic, but also not off-topic since it happened when playing this version. I had a null-pointer exception when the game tried to spawn a random car in a road crash near Riverside. Got kicked out of the game, loaded back in, my car was gone, then I walked in the direction I was going and got the same error and kicked again. java.lang.NullPointerException at zombie.vehicles.VehicleType.getRandomVehicleType(VehicleType.java:222) at zombie.iso.IsoChunk.AddVehicles_OnZone(IsoChunk.java:517) at zombie.iso.IsoChunk.AddVehicles(IsoChunk.java:1051) at zombie.iso.IsoChunk.doLoadGridsquare(IsoChunk.java:2840) at zombie.iso.IsoChunkMap.update(IsoChunkMap.java:185) at zombie.iso.IsoCell.update(IsoCell.java:5938) at zombie.iso.IsoWorld.update(IsoWorld.java:3106) at zombie.gameStates.IngameState.update(IngameState.java:1338) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101) at zombie.GameWindow.logic(GameWindow.java:676) at zombie.GameWindow.run(GameWindow.java:1302) at zombie.GameWindow.maina(GameWindow.java:1078) at zombie.gameStates.MainScreenState.main(MainScreenState.java:183)
  11. I noticed temperature doesn't really change, even when I'm not controlling it, at least not comparing with other builds. I tested at least 3 or 4 days in the coldest sandbox option, and during the whole time temperature was exactly 0c. The cloud effect becomes a little choppy when driving fast down the street, switching between cloudy and totally clear until it loads it seems, then it goes that again. Great work so far! I had some car crashes because I couldn't see anything in heavy fog!
  12. Small QoL: Turn that storm world map 90 degrees anti clockwise and it will be perfect. Weather looks nice, I just don't know how long it "takes effect" when we control it. My character doesn't get wet under the rain, ground isn't covered with snow and so on.
  13. Could be it, I think my item had BadInMicrowave=true.
  14. java.lang.NullPointerException at zombie.inventory.types.Food.update(Food.java:260) at zombie.iso.IsoCell.ProcessItems(IsoCell.java:1913) at zombie.iso.IsoCell.update(IsoCell.java:5726) at zombie.iso.IsoWorld.update(IsoWorld.java:3074) at zombie.gameStates.IngameState.update(IngameState.java:1322) at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101) at zombie.GameWindow.logic(GameWindow.java:675) at zombie.GameWindow.run(GameWindow.java:1301) at zombie.GameWindow.maina(GameWindow.java:1077) at zombie.gameStates.MainScreenState.main(MainScreenState.java:183) I made some tests when trying to replicate it, and apparently the bugs doesn't happen when I test it overriding a base item (tried with Base.Egg), only with my own mymodule.Myitem.
  15. Cooking an item that has both ReplaceOnUse and ReplaceOnCooked item values closes the game and goes back to the main menu. In my opinion ReplaceOnUse should simply be ignored for this case. As an example you fill a cooking pot with food, and you want it to turn into a separate item when cooked, both the original and the resulting item should have ReplaceOnUse = Pot but right now if the original item has that line it causes the bug.
  16. Hi, I need to know how I can turn a moveable in the world into another one. Setting the sprite works visually, but the moveable is still treated as the original one for all other purposes. For example, if I ever want to turn a chair into a table, and then not be able to rest on it anymore, and when I try to pick it up all the stats are now for said table sprite, not the original chair. EDIT: Would it be easier to just destroy the current moveable and create a new one in its place? Thanks in advance!
  17. Someone stacked furniture at the Sunstar Hotel, first floor and first room on the right.
  18. Here's one more request that I think could help us modders: Update tiles definitions and give "Custom Name" values for most things there. It is a quick and reliable way to detect what the player is (right)clicking on. Also use this opportunity to "fix" several tiles that should be moveable, like the deer head on the wall.
  19. I understand, but I feel that maybe having the lid (as it is named now) as a separate part could be better. Capacity defined by trunk, chance of items falling defined by the lid. And allow us to force trunk lids open, with crowbars or whatever. Also images are worth a thousand words, right?
  20. I don't see an option to replace trunk doors, it feels weird that with everything we can replace in a car we are limited to using tape to hold a trunk in place. I'd like to know where exactly car keys can spawn right now. I have found them on the ground near the car and in the ignition. Never inside the house where the car was parked (I remember they used to in previous builds) or inside the glove box or other reasonable places. Seconding arkahys' complaint about trunk size for vans, they should have more total space. They barely make up for not having back seats right now. In singleplayer that might not be a big thing, but having back seats or more trunk space is an important decision for multiplayer. And for bugs, I still have a whole lot of drawing order bugs that I thought had been fixed. Train rails and other ground objects over a car, my character under it while in front of it, zombies too. Chain fences if I park my car too close behind them and so on.
  21. I've noticed that too, and I didn't have the trait.
  22. Are car engines harder to get started now? Even in cars with "green" engine condition and fuel levels it seems like a waste of time trying to get started. Over a dozen times isn't enough to get a 70% condition engine started there's something wrong.
  23. That guide is very old. I'd like to have a revised one, for example there's a 1x option when creating the pack file, but I have no idea what that does. I thought it would reduce my 128x256 textures to 64x128 but that isn't the case.
  24. I tried it today and I get this error, every time it checks. 1513188428284 function: getBodyTemperature -- file: Vehicles.lua line # 789 1513188428285 function: updateBodyTemperature -- file: season.lua line # 131 1513188428285 function: EveryTenMinutes -- file: season.lua line # 36 There is also a weird issue with entering a car through a door, then getting out of it through another door without changing seats.
×
×
  • Create New...