Set of Scripts for MW2 CommandsLink for scripts
Here is a completely untouched PATCH with all DEV comments in there for you to delete-
Patch mp. ff
Patch Editor=Patch Editor (Credit by Hobo's Apps)
Patch EditorProblem:
Too many bytes in a specific .GSC within a patch_mp.ff file
Steps: Editing A Patch
1. Download Patch Editor
2. Install the Updates (5 Seconds )
3. File==>Open==>patch_mp.ff==>What ever .GSC you want to edit (Missions.gsc is most common)
4. Under "onPlayerSpawned()"==> Create a thread command for the corresponding mod code
- Example (AMMO)
self thread doAmmo(); ==> Corresponds with the doAmmo code added in under the onPlayerSpawned() in it's own THREAD (Codes found in the Script Collection Link at the Top of this page)
5. Save When Done