How to change the outfit in gungame gamemode?

Hello comrades!

I looked through the forum as good as i could, but i did not find a solution.

I want to change the base outfit of both factions in my new gungame mod. Sadly i dont know how to do it… could anyone help?

1 Like

it’s simple

however, i’m not aware on how to make ALL cosmetics allowed.

EDIT.
for gun mods, it would be better to just make custom profiles.

1 Like

I saw a way of editing it by the custom profile, where you could put in headgear, head, torso, belt etc. each individually. The problem is, i do not find where to get the .blk or .json to edit it

exactly, with the custom profile… but how do i get it for gungame?

Is there maybe a template to use for a gungame? I tried with with sea predator event profile but there all the soldiers get used and not just a single one…

zombie_profile.json.txt (538.4 KB)

i believe should be roughly the same.

just get rid of the weapon ( that you’re not planning on using as first weapon ), clean up the code a bit just to only get 1 or 2 factions, and you should be good.

but to be honest, i don’t know much about gun games as i’m not interested in making.

so, perhaps @Bazsi37 can help better than i.

1 Like

Gun game profile is:

entity{
  _template:t="custom_profile"
  customProfile:t="%enlSqGlob/data/gun_game_profile.json"
}
1 Like

That i know, but how and where is the option to replace the ouftits of the two soldiers for the gungame?

yes.

gun_game_profile.json.txt (113.1 KB)

you can edit this one as it’s the official.

remove the .txt,
drag it and drop it in your folder, and change the following:

entity{
  _template:t="custom_profile"
  customProfile:t="%ugm/gun_game_profile.json"
}

( remove the factions that you don’t use though as it can create issues )

1 Like

Thank you for this. The only problem i have is that when i put %ugm/gun_game_profile.json in custom_profile, it says bad armies error and i cannot spawn…

in the editor? or the actual game

1 Like

Editor…

is it this your first time?

custom profiles never worked in the editor.

you have to try them in game

Whoops i must have been in a hurry.

Just what @ErikaKalkbrenner said, profiles only work online.

1 Like

So that means i have to finish everything first, and then choose the profiles as a last step?

Pretty much, yes.

1 Like