Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,303,014

Black Ops GPD modding tutorial

Tutorial Name: Black Ops GPD modding tutorial  

Category: Xbox 360 Tutorials

Submitted By: UnknownModder

Date Added:

Comments: 0

Views: 7,352

Related Forum: Xbox Forum

Share:

This is for offline with no title updates.

Before you start anything you will have to null your buttons which is really easy to do. Just open your GPD in Xero and find ButtonsConfig and replace Default or what ever is there to Null. You might have to do this for the sticks as well, but that depends on what binds you are using. Everything you need is below

.:Binds:.
These are what are used to activate mods. These can also disable the regular controls on your controller like shooting or throwing a grenade, so be careful.

.:Affected by Buttons config:.
bind DPAD_RIGHT is for Dpad Right
bind DPAD_DOWN is for Dpad Down
bind DPAD_LEFT is for Dpad Left
bind DPAD_UP is for Dpad Up
bind BUTTON_B is for B
bind BUTTON_Y is for Y
bind BUTTON_X is for X
bind BUTTON_A is for A
bind BUTTON_LSHLDR is for Left Bumber
bind BUTTON_RSHLDR is for Right Bumber
bind BUTTON_RTRIG is the Right Trigger
bind BUTTON_LTRIG is the Left Trigger
bind BUTTON_RSTICK is for clicking the Right Stick
bind BUTTON_LSTICK is for clicking the Left Stick


.:Affected by Sticks Config:.
bind APAD_LEFT is left on the left stick
bind APAD_RIGHT is right on the left stick
bind APAD_DOWN is down on the left stick
bind APAD_UP is up on the left stick


.:DVARs:.
These are basically infections, most DVARs should be added to the same bind unless it is a visual mod or something that you won't want on permanently.

player_sustainammo 1 - Bottomless clip.
player_burstFireCooldown 0 - No cool down for burst weapons.
player_lastStandBleedoutTime 400 - Longer lasting Last Stand.
magic_chest_movable 0 - Box can't move anywhere.
player_sprintUnlimited 1 - Unlimited Sprint.
Revive_Trigger_Radius 99999 - Revive from far away.
dog_MeleeDamage 0 - Dogs can't hurt you.
phys_gravity 99 - Zombie bodies fly up.
perk_weapReloadMultiplier 0.001 - Instant reload, need speed cola.
perk_armorvest 0 - Better Juggernaut, need Juggernaut.
player_meleeRange 999 - Melee from far away.
perk_weapratemultiplier 0 - Triple tap, need double tap.
player_clipSizeMultiplier 999 - Large clips.
r_fog 0 - No fog.
timescale .1-10 - Slow .1 - Fast 10, gameplay.
g_speed 400 - Faster speed.
jump_height 999 - Increased jump height.
cg_drawfps 1 - FPS counter.
r_znear 35 - Wall hack.
g_gravity 999 - Lowers the gravity.
r_colorMap 0-4 - Various colored visions.
r_fullbright 0-1 - Cartoon Mode.
cg_third person - Third Person Mode.


.:Commands:.
These are for host only and can only be activated by a bind, I suggest only one command to a single bind.

god - Can't die.
give all - Gives all weapons that the map & client can hold.
ai axis delete - Deletes zombies
noclip - Fly and go through walls.
take all - Takes all weapons from you.
notarget - Zombies don't attack you.
give ammo - Gives you ammo.
dropweapon - Drops the weapon you are holding
demigod - Semi god mode.
ai_disableSpawn - Zombies do not spawn.


.:Variable Strings:.
Okay this can get tricky to do, but once you get the hang of it, it is easy. What this is used for is for multiple controls.

First you want to start with a Button Bind and a Variable String. Example below.

bind BUTTON_BACK "vstr a"

Vstr is the string. A is what control it is, you can put anything from A-Z and 1-infinity.

After that you have to set the string like below

set a "god;bind BUTTON_BACK vstr b"

This above activates God Mode and the Bind sets it to another string. Below I will show you a full control set with Variable Strings included.

bind BUTTON_RSHLDR "vstr a"

set a "bind BUTTON_BACK god;bind DPAD_DOWN (DVARs go here);bind DPAD_UP noclip;bind DPAD_LEFT give all;bind DPAD_RIGHT vstr b"

set b "bind BUTTON_BACK r_fullbright 1;bind DPAD_DOWN r_colormap 4;bind DPAD_RIGHT vstr a"

The code above makes it so Right on the DPad switches between various controls. The other binds activate various things from commands - DVARs.


If you need any help feel free to message me or post here and I will try to get back to you as soon as I can.

-Hope this helps!

-UnknownModder

Ratings

Current rating: 4.96 by 25 users
Please take one second and rate this tutorial...

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

Comments

"Black Ops GPD modding tutorial" :: Login/Create an Account :: 0 comments

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