Skip to content

Latest commit

 

History

History
89 lines (55 loc) · 2.72 KB

README.md

File metadata and controls

89 lines (55 loc) · 2.72 KB

PZ-Libraries

1)

Download IntelliJ

Download at www.jetbrains.com

2)

Open an existing project

Open the ModTemplate generated mod in Zomboid/Workshop/ModTemplate or an existing project of yours.

3)

Go to File > Settings > Plugins

4)

Install Emmylua Plugin for IntelliJ from the Marketplace

5)

Decompile the game

Place the jars somewhere in your Zomboid directory. Tutorial not available yet.

6)

Go to File > Project Structures...

7)

Add the 2/3 libraries in the Global Libraries

8)

Don't add the *-sources.jar just yet

9)

Press ok when asked

10)

Select the zomboid-<version> that you just added and click the jar on the right.

11)

Press the Add icon and add the *-sources.jar to it.

12)

It should look like this at the moment.

13)

Go to Modules tab and select your mod.

14)

Press the Add icon and select Library...

15)

You see the two global libraries we just added, select both and add them.

16)

Check the two box to enabled them and press Ok.

17)

You are ready to work, use Ctrl+Spacebar for an auto-complete popup and hover object for more information about it.