Shad0w_dev-BoplGuns icon

BoplGuns

A mod that adds guns to Bopl Battle, including custom guns!

Last updated 2 months ago
Total downloads 6340
Total rating 1 
Categories Mods
Dependency string Shad0w_dev-BoplGuns-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Installing Custom Guns

1. Get the .BoplGun file and put it into the Guns folder

2. Put the assets in the specified folder set in the .BoplGun file (you can always check by opening the file with notepad)

3. Have fun playing with your custom guns!

Custom Guns explained

Name: Sets the name of the gun. type:string

ImagePath: The path to the gun image. type:string

BulletPath: The path to the bullet image. type:string

BulletSize: The size of the bullet image that will be used. type:float

Spread: If set to true, it shoots 3 bullets. type:bool

RotateFix: Use this to fix your gun if it isn't correctly pointing to your mouse. type:float

BulletRotateFix: Use this if your bullets arent shooting in the right way. type:float

EquipKey: Sets the key that needs to be pressed for equiping. type:Key

Important: no quotes "example" needed for strings and also no f needed to declare floats.