How can I turn SRIV into a Melee-only game?

Hey, I wanted some help here, I want to mod SRIV into a melee-only game, only melee weapons and fists allowed, apart from powers. Can you help me? I have experience at understanding modding, but I'm really new to SRIV's modding methods...Where should I start?
 
I see only two ways to do it:
1) Modify all weapons.xtbl and weapons_costumes and replace all firearms values to melee
2) Add some Lua code that will be block firearm slots but i guess it will be overwritten by mission code.
 
spawn_info_ranks.xtbl: I say you take away their weapons and maybe make them more vulnerable.
character.xtbl: There might be some flags you may want to remove.

Now you have two options!
You know how to extract these files right?

Edit: notoriety_spawn.xtbl: Remove anything you cannot defeat with bare hands.
 
Back
Top