| QUOTE |
| I want to be able to alter the weapons the various characters would be carrying at a given time. I dont mean just during a mission, but anytime throughout the game. |
You can either use a save game editor, or use this script (if you have cleo installed):
| CODE |
{$CLEO .cs}
0000: NOP
:NOP 1@ = X //Primary Weapon 2@ = X //Secondary Weapon 3@ = X // Gang
0237: set_gang 3@ primary_weapon_to 1@ secondary_weapon_to 2@ 004E: end_thread |
Replace X with a weapon or gang number, you can find the weapon and gang numbers in Sanny Builder help-->SCM Documentation-->GTA VC.
| QUOTE |
| Also during the missions, I would also like to arrange some of the weapon choices. Can this be done easily? |
You can search for mods for this. And if you want to make your own, no it's not easy (for a beginner).
This post has been edited by Bad.boy! on Saturday, Apr 14 2012, 18:17