Jump to content

papuce

Member
  • Posts

    2
  • Joined

  • Last visited

papuce's Achievements

  1. Hi, I started with a mod creation using Lua scripting (started with Robomat's tutorial and continued studying with some open sourced mods). It works, but the Lua scripting is not enough for my current needs (especially not the 10 years old Kahlua version, which can't call any I/O methods, can't import Lua modules like math etc. Or at least I tested it and couldn't). I also studied Java documentation / java modding doc and Lua Events list (very old) - and it is a real struggle to go through it if there are no comments and no (or little) explanation and can't get even method signatures... Maybe I am doing something wrong? But the main question: is there, please, any way to start modding in Java? Can't find any tutorials for that (only old ones giving error 404), but I've read in the forums it is (or was) possible. Thank you in advance. PS: Or alternatively, do you know how could I use Lua modules like [require "math"]? If yes, that would be enough Thanks in advance to anyone who responses!
  2. Hi, this is all I found: -- MOD tutorial (outdated, but works) -- PZ documentation & tutorials -- JAVA class signatures (missing any real documentation like comments, explanation etc.) https://theindiestone.com/zomboidjavadocs/ -- JAVA class signatures (nearly identical, but some of the methods here are not listed in the other java doc) https://projectzomboid.com/modding/ -- LUA Events (outdated, probably just a small part of the all really available) https://pzwiki.net/wiki/Modding:Lua_Event Btw if you want to debug your code and print anything, those logs are saved to /Users/.../Zomboid/Logs/...DebugLog.txt - if loading the mod itself on the game start. And they are saved in the /Users/.../Zomboid/console.txt if you log something in the real game (while playing). EDIT: NEW AND UPDATED MOD TUTORIAL IS HERE https://github.com/FWolfe/Zomboid-Modding-Guide Also some cool modding stuff and Discord community is related to this project https://github.com/cocolabs/pz-zdoc (see info in the repository readme) I spent 2 days browsing internet and github, it is really really hard to find and should be pinned somewhere in the modding section of forums directly...
×
×
  • Create New...