Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,437,252

[MW2] Patch Editor- Creating More Space/ Editing Patches

Tutorial Name: [MW2] Patch Editor- Creating More Space/ Editing Patches  

Category: Xbox 360 Tutorials

Submitted By: -iToby-

Date Added:

Comments: 0

Views: 6,935

Related Forum: Xbox Forum

Share:

Problem:
Too many bytes in a specific .GSC within a patch_mp.ff file

Wants:
More room to add more "Self Thread" commands

Requirements:
Patch Editor- [ Register or Signin to view external links. ] (Credit by Hobo's Apps)
A Patch_mp.ff file- Here is a completely untouched PATCH with all DEV comments in there for you to delete- [ Register or Signin to view external links. ]



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
5. Save When Done

Correspondence Between Command Thread/Command Code:
[ Register or Signin to view external links. ]


Solution:
1.
Deleting any Developer comments in the .GSC to make room for your own text (Dev Comments=//".....")
[ Register or Signin to view external links. ]

2. Move the text in the .GSC over to left hand side of Patch Editor Wall, by deleting the spaces before the commands
BEFORE: Deleting Space

[ Register or Signin to view external links. ]

AFTER: Deleting Space^^




3. Combined multiple do"Commands" into one Command
Example:
I used to have 3 different Command Threads for Sticky Deagle, 4Perks and 3Guns, but i found out how to combined them all into one so it saves ALOT of space
- You can start out with just one of the Command Threads (4thPerk) and then enter in the commands for Deagle and 3Guns


BEFORE: Using2 or 3 different Command Threads to accomplish 4thperk, 3rdgun, Deagle
[ Register or Signin to view external links. ]

AFTER: Combine 3 Command Thread into ONE "Special" Command Thread
[ Register or Signin to view external links. ]



Hoped this helped out a bit, i know it did for me


Credit To:
WikiPedia Tutorial
For The Pics and the Program.

Ratings

Current rating: 4.70 by 27 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"[MW2] Patch Editor- Creating More Space/ Editing Patches" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.