• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

[mutator] WeaponConfig - edit weapons during gameplay

First! Thank you so much for such a detailed report!
1. Ok
2.
I run a Listen Server and do use ServerPerks mutator.
3.
I am unsure exactly where to put WeaponConfig.WeaponConfig
4.
I believe I unable to find it under the Mutators list because of my failure to know where exactly WeaponConfig.WeaponConfig goes to.
 
Upvote 0
First! Thank you so much for such a detailed report!
1. Ok
2.
I run a Listen Server and do use ServerPerks mutator.
3.
I am unsure exactly where to put WeaponConfig.WeaponConfig
4.
I believe I unable to find it under the Mutators list because of my failure to know where exactly WeaponConfig.WeaponConfig goes to.
okay I understand. wait few minutes

hm. dont know why, but mutator does not appear in mutator section
2012-12-15_171518.jpg
 
Last edited:
Upvote 0
Is there anyone that can help me fix this amazing mutator? I have reason to believe that the developer is busy, it'd be nice if we can help in some way. Coding, mine being absolutely awful, seems to be the problem.

More specifically the mutator does not show up on the Mutators List.

This mutator has become absolutely essential to my server, if anyone can point me in the right way or provide any assistance it'd be greatly appreciated.
 
Upvote 0
Thanks a bunch! I've just tested it and found it in the mutator list. When I put "mutator wpn menu",however, it gives me "no information :(".

EDIT: Oh... Ok I realized you must have the weapon out that you want edited.
yes, the weapon you want to edit must be in hands.
so it works for you now? you see the menu?
 
Upvote 0
Hmm when I put in your SRVeterancyTypes edit, I get the following message when trying to compile "...\ServerPerks\Classes\SRVeterancyTypes.uc(13) : Error, 'Var' is not allowed here"

I copied and pasted it at the very end of the SRVeterancyTypes.UC
vars must be added to var section (before first function)
functions must be added in function section (after vars)

just add vars near other standart vars and functions before first functions.

vars must be first all functions goes after
 
Upvote 0