pzstorm / zomboid-plugin-loader

Project Zomboid modding tool that allows users to load Java plugins that can alter game code at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zomboid Plugin Loader

Zomboid Plugin Loader is a Project Zomboid modding tool that allows users to load Java plugins that can alter game code at runtime.

For developers

  • Go to project structure and set project SDK to version 1.8.

  • Create local.properties file in project root directory and declare the following properties:

     gameDir=<absolute_path_to_game_dir>
     jdkDir=<absolute_path_to_jdk_8_dir>
  • Run generateLaunchRunConfigs to generate run configurations.

  • Run shadowJar to generate the agent jar used by the loader.

About

Project Zomboid modding tool that allows users to load Java plugins that can alter game code at runtime.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%