Jump to content

cerati

Member
  • Posts

    31
  • Joined

  • Last visited

Everything posted by cerati

  1. cerati

    Can't host a game.

    I fixed the issue. You must allow private firew3all access to Zulu platform.
  2. cerati

    Can't host a game.

    Hi people. I was doing some private server testing. It worked a couple times but then, I tried deleting the world and ever since, starting a new world always gets stuck on "loading world". Any thoughts or help on this? There are a few people on reddit that have the same issue.
  3. Hey dudes and dudettes, I am trying to relearn modding for PZ, I have been away from it for awhile. I was hoping someone could help me figure out how to , basically, watch the code as the program runs, or is that even possible?
  4. https://www.reddit.com/r/projectzomboid/comments/lhda3n/give_us_a_freaking_reliable_knockdown_ability/?utm_source=share&utm_medium=web2x&context=3
  5. cerati

    drainableComboItem

    There we go, thanks again ATPHHe!
  6. cerati

    drainableComboItem

    I cannot find an example of an item of this Type in the script files. Anyone know an example of one? A radio?
  7. Thank you ATPHHe and EnigmaGrey for solving my question! This helps immensely!
  8. Nice, gonna be insane with sprinters!
  9. The problem I was speculating about in my last reply was, basically, the problem. I really want to thank the devs and the mod tutorial contributors for allowing the pz player base to have fun, learning how to mod the game.
  10. Although, now I'm thinking that this change to my mod is making the game crash? Can Items of Type Weapon have multiple properties from different Items of none weapon objects? Crash as in I get a red error notification and it kicks me back to the main menu..
  11. I figured it out. But the traditional ones : Didn't do a damn thing hahah, or at least it didn't look noticeably better. I found "ExtraDamage" and it did the trick for sure!!!
  12. Hi, is there a property i can set in an item script mod to insta-kill zombies?
  13. Yeah, totally, except you want to create totally new character states that don't exist in the source code. Unless you just want to rename one that already exists.
  14. I think you'd have to write your own little Java methods for the class that controls the moodles. Then write the scripts. Don't quote me.on this because it's been awhile since I've dusted off my amateur Java knowledge.
  15. I'm new to modding in lua and haven't revisited my amateur Java skills but you might have to call a method that tracks the coords of your mouse, call a method to return those coords to a variable and then send those coords into another function that calls methods to make it an item you can place and collide with. You really might have to decompile the source code and track down the mthods that allow you to do the things you want to do. I hope this helps.
  16. Hi! does this mean when you hit a different player, or a hit a zombie? Also, How do I satisfy the Float parameter called damageSplit? Can I just fill in any number with my own variable or do I have to call a specific method that returns the value? I'm defintely new to LUA coding, so thanks for your time replying to this!
  17. Hi! does this mean when you hit a different player, or a hit a zombie? Also, How do I satisfy the Float parameter called damageSplit? Can I just fill in any number with my own variable or do I have to call a specific method that returns the value? I'm defintely new to LUA coding, so thanks for your time replying to this! -edit: Sorry wrong area to post this question!
  18. Please, someone make a taco truck.
  19. I wrote out some steps to help myself complete Ringo's guide. I'm also attaching pictures of my file directories to help see an extremely basic setup to just get a character to spawn on some in-game, grass. --------------------------- 1 pixel = 1 in-game tile 1 cell = 300x300pixel image. Use these Base Map Colours for your non-vegetation map. Turn off anti-aliasing(Paint.net's toolbar) and switch the blend mode(Paint.net's toolbar) to "Overwrite" -----Base Map Colours---- Dark Grass | 90 100 35 Medium Grass | 117 117 47 Light Grass | 145 135 60 Sand | 210 200 160 Light Asphalt | 165 160 140 Dark Asphalt (main roads) | 100 100 100 Medium Asphalt | 120 120 120 Gravel Dirt | 140 70 15 Dirt | 120 70 20 Dark Pothole | 110 100 100 Light Pothole | 130 120 120 Water | 0 138 255 Once you are finished, save this image as a .bmp file, as well as a .png. Close it, reopen the .png. Copy this image, create a new layer, paste it onto the new layer; uncheck the base layer, black out all the areas in which you do not want erosion vegetation to grow; erase, all non-black color. Create a new layer and slide the black-out layer above this new layer. Each vegetation color is its own layer; work your way up the colors from light grass. Check all layers except your base layer, merge them in top-down fashion. Save this image as a .bmp with the same name as your first .bmp image, add this suffix: "_veg". Be mindful to not save the .png you have been working on with this new, merged layer image. ----Veg Map Colours---- Dense Forest | 255 0 0 Dense Trees + Dark grass | 127 0 0 Trees + grass | 64 0 0 Mainly grass, some trees | 0 128 0 Light long grass | 0 255 0 None (black) | 0 0 0 Create another .bmp file ending with the suffix: "_ZombieSpawnMap" that is always 10x10 less that your map's dimensions. Use black and white. White are zombies spawn, black is not (note, you can turn antialiasing on for this part.) Save. --------------------------- TileZed>Tools>WorldEd WorldEd>New ---------------------------- Drag you original .bmp into the grayed-out cell. You can do this from Windows, or within WorldED. You have to toggle the WorldEd search directory by clicking "view maps" in "view" at the WorldED toolbar, then navigate the directories until you reach where you stored your .bmp --------------------------- File>BMP to TMX ---------------------------- WorldEd>Preferences>General>Tiles Directory You MUST set this path to the tilesets folder called "Tiles" that The Indie Stone has provided. Otherwise you will see many red question marks in your cell. Choose where to export your .tmx file. Just create a new folder with a relevant name and choose it. Check "Assign generated maps to world" and "Report unknown ?colours" and click ok. -------------------------- I think these are self explanatory. https://imgur.com/n4jIauz https://imgur.com/akt9Zei https://imgur.com/Mw68WkI https://imgur.com/HlszFY2 https://imgur.com/RKjJ2qH https://imgur.com/r9ATjsu From here, you can follow the rest of Ringo's guide.
  20. Ok, I went over it again and finally succeeded in spawning on my map. I never did create any objects when I set out from the start of this quest. I only created a grass map with a spawnpoint and some zombies so that I could learn how to get a test map into the game; buildings come later. Your guide helped me very much through the process. I will post my solution to the forum with my own step-by-step so that people have an additional example and some filled-in, small-step details to work from. Again, thank you for taking the time to create a guide for us!
  21. Yeah I'm stilll hitting this issue, If someone can just post a picture of a flowchart or hierarchy of files in their correct directories, I feel like this issue wouldn't be coming up.
  22. Partially solved this thread's problem by drag and drop the .bmp from your folder in Windows; It also works from within WorldEd but there are no thumbs-only blank-looking files- on the bmp file icons . You must click "view" on WorldEd's toolbar, scroll down and toggle the directory search window by clicking "show maps".
  23. Ok, I managed to get through the tutorial, but now, I have gotten all the way to the the point that I can go in-game, select my map from the mod selection, choose my spawn selection on my map, the game goes to load , quits, and says to check the console text file. I got this exception: java.lang.RuntimeException: can't create player at x,y,z=11643,6696,0 because the square is null at zombie.iso.IsoWorld.init(IsoWorld.java:2373) 1557992584373 LuaEventManager: adding unknown event "OnPreUIDraw" 1557992584374 LuaEventManager: adding unknown event "OnPostUIDraw" at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:259) at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:235) at java.lang.Thread.run(Thread.java:745). any ideas? I got all excited, only to have my hopes and dreams dashed by a runtime exception.
  24. Ok, I managed to get past that but now, I have gotten all the way to the the point that I can go in-game, select my map from the mod selection, choose my spawn selection on my map, the game goes to load , quits, and says to check the console text file. I got this exception: java.lang.RuntimeException: can't create player at x,y,z=11643,6696,0 because the square is null at zombie.iso.IsoWorld.init(IsoWorld.java:2373) 1557992584373 LuaEventManager: adding unknown event "OnPreUIDraw" 1557992584374 LuaEventManager: adding unknown event "OnPostUIDraw" at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:259) at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:235) at java.lang.Thread.run(Thread.java:745). I'll create a new thread with this problem
×
×
  • Create New...