Gorzontrok / Bro-Maker

A work in progress tool for making Custom Bros in Broforce. Based on the Captain Ameribro Mod from alexneargarder.
https://www.nexusmods.com/broforce/mods/13
GNU General Public License v3.0
8 stars 0 forks source link

Bug : "grenades" dont work #3

Closed Golem2Fer closed 1 year ago

Golem2Fer commented 1 year ago

you want to give the "key" to change the grenades please

("grenades" : "Martini")

Gorzontrok commented 1 year ago

The key is by default in all characters "specialGrenade". I recommend to you place it in Awake. I added example in the Wiki.

So it should look like this

[...]
"beforeAwake": {
   "specialGrenade": "Martini"
},
[...]
Gorzontrok commented 1 year ago

Not an issue

Golem2Fer commented 1 year ago

The key is by default in all characters "specialGrenade". I recommend to you place it in Awake. I added example in the Wiki.

So it should look like this

[...]
"beforeAwake": {
   "specialGrenade": "Martini"
},
[...]

Thank you👌