Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 566 Bytes

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.