You are viewing our Forum Archives. To view or take place in current topics click here.
How to Make Your Own Basic Modded .GPD
Posted:

How to Make Your Own Basic Modded .GPDPosted:

FinancialChad
  • Summer 2020
Status: Offline
Joined: Apr 10, 200915Year Member
Posts: 7,581
Reputation Power: 1576
Status: Offline
Joined: Apr 10, 200915Year Member
Posts: 7,581
Reputation Power: 1576
Well let's start with the basics; What will you need?

Requirements
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]




I will Make tutorials later on how to extract a gamesave, load up Xero and all of that extra stuff later, but for now let's stick to modding the GPD.




Tutorial

When making a modded .gpd file you are basically going to be using the method of binding the entire time. Binding is quite simple and will take you no longer then 10 minutes to get used to. My explanation of binding; binding is basically a control, telling a certain button on the Xbox Controller something to do. But instead of telling it to 'shoot' or 'reload' we manipulate it so that it does we want it do; Mod(ify) it. Here are the different binds we are going to be working with;

bind BUTTON_A-A Button
bind BUTTON_B-B Button
bind BUTTON_X-X Button
bind BUTTON_Y-Y Button
bind BUTTON_BACK-Back Button
bind BUTTON_START-Start Button
bind BUTTON_RTRIG-Right Trigger
bind BUTTON_LTRIG-Left Trigger
bind BUTTON_RTRIG-Right Trigger
bind BUTTON_LTRIG-Left Trigger
bind BUTTON_LSHLDR-Left Shoulder/Bumper
bind BUTTON_RSHLDR-Right Shoulder/Bumper
bind dpad_up-Up on the Dpad
bind dpad_right-Right on the Dpad
bind dpad_down-Down on the Dpad
bind dpad_left-Left on the Dpad


So now that we have the different binds to work with let us manipulate them. There are many mods out there, and some you can even make yourself but for now we are going to stick to the basic mods such as god mode, noclip and what not.

So let's make a list of some basic dvars (the mods)

God Mode
god


No Clip (Fly all around the map bypassing the Y and X axis)
noclip


Unlimited Ammo
player_sustainammo 1


Paintball Mode
r_debugLayers 1



Now that we have some basic dvars laid out for us let's mod the .gpd; Here is a very simple mod;

bind dpad_right "god"


As you can see, accessing the right DPad will access God Mode. So when you press on the right Dpad you will be invincible. The Dvar always goes after the bind and in parantheses. So let's try a more lengthy code.

bind dpad_left "player_sustainammo 1"


This will make it so that when you hit the left dpad you will have unlimited ammo. Press it again and it will turn it off. It is simple, no? In fact you can make it so that one bind can perform 2 actions at once.

**DO NOT GIVE 2 WEAPONS IN ONE BIND! IT WILL LAG YOU OUT ONCE HIT**

So if you wanted to perform 2 mods in one bind it would look like this;

bind dpad_down "god;noclip"


This will make it so that hitting dpad down will give you god mode AND noclip at the same time. So now you are declaring two mods on one bind (control)

There are many other dvars that you can include. I advise you to look them up yourself as they are easy to find. I hope you enjoyed this little tutorial

The following 1 user thanked FinancialChad for this useful post:

TehOxyGen (08-14-2011)
#2. Posted:
TehOxyGen
  • Challenger
Status: Offline
Joined: Aug 10, 201113Year Member
Posts: 158
Reputation Power: 7
Status: Offline
Joined: Aug 10, 201113Year Member
Posts: 158
Reputation Power: 7
Great Tutroial But does this works Online?
#3. Posted:
ihateuguys
  • Junior Member
Status: Offline
Joined: May 30, 201113Year Member
Posts: 76
Reputation Power: 2
Status: Offline
Joined: May 30, 201113Year Member
Posts: 76
Reputation Power: 2
Cool But Can U Have A Prestiege Mod
#4. Posted:
FinancialChad
  • Supporter
Status: Offline
Joined: Apr 10, 200915Year Member
Posts: 7,581
Reputation Power: 1576
Status: Offline
Joined: Apr 10, 200915Year Member
Posts: 7,581
Reputation Power: 1576
1. No it does not currently work online, and probably will not ever, but this is too mod offline, and such.
2. This used to work online but it was quickly patched; I guess you could mod prestige offline but in Split Screen you already have all weapons and what not.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.