Jump to content

Help find guide


Egodgorn

Recommended Posts

  • 3 weeks later...

Hello. Most likely you didn't search well. The creation of weapons is quite simple in this game and a lot of people are doing it.

You need the steamapps\common\ProjectZomboid\media\scripts folder
In it you can find examples of how to correctly fill in the characteristics of weapons.

Next, you need to create your own mod.

C:\Users\YOURUSER\Zomboid\Workshop\ModTemplate help you with it.

There you create your "your_weapon.txt" in scripts folder and paste code:

 

module YOURMOD
{
       imports
        {
           Base
        }
        

item YOURWEAPON
    {
        DisplayCategory = Weapon,
        Type            = Weapon,

        """other features from common\ProjectZomboid\media\scripts folder"""
    }

 

 

By the way, there are already a bunch of mods that add different weapons. Is it perhaps easier to look for something already ready than to do something that has already been done 100 times before you?

Edited by MopS
Link to comment
Share on other sites

  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...