Post: Need help with modding the gamesave!
08-28-2012, 12:54 AM #1
DH63
Retired Staff
(adsbygoogle = window.adsbygoogle || []).push({}); So I am making my own mod menu for the game and I have everything working perfectly. I just want to add in a vision mod while keeping everything else where it is. Here are the command lines that I have now:

GPAD0_CM:

set t "cg_chatheight 0;bind BUTTON_X +gostand;bind DPAD_UP +actionslot 1;r_filmtweakenable 0;bind DPAD_DOWN vstr a"
set h ";say ^1[Cod Jumper];bind DPAD_UP vstr g;bind DPAD_DOWN vstr i;bind BUTTON_X toggle jump_height 999 42;toggle g_speed 250 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;"
set i ";say ^1[Aim Bot];bind DPAD_UP vstr h;bind DPAD_DOWN vstr j;bind BUTTON_X toggle aim_lockon_debug 1 0"
set j ";say ^1[Give All];bind DPAD_UP vstr i;bind DPAD_DOWN vstr k;bind BUTTON_X give all"
set k ";say ^1[Default Weapon];bind DPAD_UP vstr j;bind DPAD_DOWN vstr l;bind BUTTON_X give defaultweapon_mp"
set l ";say ^1[Promod];bind DPAD_UP vstr k;bind DPAD_DOWN vstr a;bind BUTTON_X cg_fov 80"
bind button_RSTICK "toggle cg_thirdPerson 1 0"
set gpad_buttonsConfig "asdf"
bind DPAD_DOWN "vstr a"
set player_sustainAmmo 1


GPAD0_MP:


set playlist "7"
set party_connectToOthers "0"
set party_host "1"
set a "Cg_hudchatposition 300 300;say ^1[God mode - Mod Menu created by TeamCHAOZ];bind DPAD_UP vstr l;bind DPAD_DOWN vstr b;bind BUTTON_X god;cg_chatheight 1"
set b ";say ^1[Noclip];bind DPAD_UP vstr a;bind DPAD_DOWN vstr c;bind BUTTON_X noclip"
set c ";say ^1[UFO];bind DPAD_UP vstr b;bind DPAD_DOWN vstr d;bind BUTTON_X ufo"
set d ";say ^1[UAV];bind DPAD_UP vstr c;bind DPAD_DOWN vstr e;bind BUTTON_X give radar_mp"
set e ";say ^1[Airstrike];bind DPAD_UP vstr d;bind DPAD_DOWN vstr f;bind BUTTON_X give airstrike_mp"
set f ";say ^1[Helicopter];bind DPAD_UP vstr e;bind DPAD_DOWN vstr g;bind BUTTON_X give helicopter_mp"
set g ";say ^1[Shoot bricks];bind DPAD_UP vstr f;bind DPAD_DOWN vstr h;bind BUTTON_X give brick_blaster_mp"
bind button_LTRIG "fast_restart ; scr_xpscale 10000; say ^1[Multiplying XP by 10k]"
bind button_RTRIG "say ^7Go to You must login or register to view this content. and SUBSCRIBE!"


And here is the mod that I want to add to my mod menu but I don't know where to put and how to do it correctly. I've tried and it either doesn't load the mod menu or the only mod that will work is 3rd person.

Chaplin Night - r_filmTweakInvert 1; r_filmTweakbrightness 2; r_filmusetweaks 1 ; r_filmTweakenable 1; r_filmtweakLighttint 1.06 0.5 1.3


Where and how would I add the Chaplin Night vision to my mod menu to make it work correctly?
(adsbygoogle = window.adsbygoogle || []).push({});
08-28-2012, 01:38 AM #2
Kush Friendly
League Champion
Originally posted by dahacka666 View Post
So I am making my own mod menu for the game and I have everything working perfectly. I just want to add in a vision mod while keeping everything else where it is. Here are the command lines that I have now:

GPAD0_CM:

set t "cg_chatheight 0;bind BUTTON_X +gostand;bind DPAD_UP +actionslot 1;r_filmtweakenable 0;bind DPAD_DOWN vstr a"
set h ";say ^1[Cod Jumper];bind DPAD_UP vstr g;bind DPAD_DOWN vstr i;bind BUTTON_X toggle jump_height 999 42;toggle g_speed 250 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;"
set i ";say ^1[Aim Bot];bind DPAD_UP vstr h;bind DPAD_DOWN vstr j;bind BUTTON_X toggle aim_lockon_debug 1 0"
set j ";say ^1[Give All];bind DPAD_UP vstr i;bind DPAD_DOWN vstr k;bind BUTTON_X give all"
set k ";say ^1[Default Weapon];bind DPAD_UP vstr j;bind DPAD_DOWN vstr l;bind BUTTON_X give defaultweapon_mp"
set l ";say ^1[Promod];bind DPAD_UP vstr k;bind DPAD_DOWN vstr a;bind BUTTON_X cg_fov 80"
bind button_RSTICK "toggle cg_thirdPerson 1 0"
set gpad_buttonsConfig "asdf"
bind DPAD_DOWN "vstr a"
set player_sustainAmmo 1


GPAD0_MP:


set playlist "7"
set party_connectToOthers "0"
set party_host "1"
set a "Cg_hudchatposition 300 300;say ^1[God mode - Mod Menu created by TeamCHAOZ];bind DPAD_UP vstr l;bind DPAD_DOWN vstr b;bind BUTTON_X god;cg_chatheight 1"
set b ";say ^1[Noclip];bind DPAD_UP vstr a;bind DPAD_DOWN vstr c;bind BUTTON_X noclip"
set c ";say ^1[UFO];bind DPAD_UP vstr b;bind DPAD_DOWN vstr d;bind BUTTON_X ufo"
set d ";say ^1[UAV];bind DPAD_UP vstr c;bind DPAD_DOWN vstr e;bind BUTTON_X give radar_mp"
set e ";say ^1[Airstrike];bind DPAD_UP vstr d;bind DPAD_DOWN vstr f;bind BUTTON_X give airstrike_mp"
set f ";say ^1[Helicopter];bind DPAD_UP vstr e;bind DPAD_DOWN vstr g;bind BUTTON_X give helicopter_mp"
set g ";say ^1[Shoot bricks];bind DPAD_UP vstr f;bind DPAD_DOWN vstr h;bind BUTTON_X give brick_blaster_mp"
bind button_LTRIG "fast_restart ; scr_xpscale 10000; say ^1[Multiplying XP by 10k]"
bind button_RTRIG "say ^7Go to You must login or register to view this content. and SUBSCRIBE!"


And here is the mod that I want to add to my mod menu but I don't know where to put and how to do it correctly. I've tried and it either doesn't load the mod menu or the only mod that will work is 3rd person.

Chaplin Night - r_filmTweakInvert 1; r_filmTweakbrightness 2; r_filmusetweaks 1 ; r_filmTweakenable 1; r_filmtweakLighttint 1.06 0.5 1.3


Where and how would I add the Chaplin Night vision to my mod menu to make it work correctly?


I might be able to make that work but I can't right now because I'm on my iPad and not at home. I should be able to do it soon though.
08-28-2012, 01:46 AM #3
DH63
Retired Staff
Thank you so much! if you can find someway to get the Chaplin Night vision mod after the Promod I would just die from complete astonishment of how awesome you are!
08-28-2012, 10:02 PM #4
Kush Friendly
League Champion
Originally posted by dahacka666 View Post
Thank you so much! if you can find someway to get the Chaplin Night vision mod after the Promod I would just die from complete astonishment of how awesome you are!


Done and working! =D

    set t "cg_chatheight 0;bind BUTTON_X +gostand;bind DPAD_UP +actionslot 1;r_filmtweakenable 0;bind DPAD_DOWN vstr a"
set h ";say ^1[Cod Jumper];bind DPAD_UP vstr g;bind DPAD_DOWN vstr i;bind BUTTON_X toggle jump_height 999 42;toggle g_speed 250 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;"
set i ";say ^1[Aim Bot];bind DPAD_UP vstr h;bind DPAD_DOWN vstr j;bind BUTTON_X toggle aim_lockon_debug 1 0"
set j ";say ^1[Give All];bind DPAD_UP vstr i;bind DPAD_DOWN vstr k;bind BUTTON_X give all"
set k ";say ^1[Default Weapon];bind DPAD_UP vstr j;bind DPAD_DOWN vstr l;bind BUTTON_X give defaultweapon_mp"
set l ";say ^1[Promod];bind DPAD_UP vstr k;bind DPAD_DOWN vstr m;bind BUTTON_X cg_fov 80"
set m ";say ^1[Chaplin Night];bind DPAD_UP vstr l;bind DPAD_DOWN vstr a;bind BUTTON_X vstr m1"
set m1 "r_filmTweakInvert 1;r_filmTweakbrightness 2;vstr m2"
bind button_RSTICK "toggle cg_thirdPerson 1 0"
set gpad_buttonsConfig "a"
bind DPAD_DOWN "vstr a"
player_sustainAmmo 1


    set party_connectToOthers "0"
set party_host "1"
set a "Cg_hudchatposition 300 300;say ^1[God mode - Mod Menu created by TeamCHAOZ];bind DPAD_UP vstr m;bind DPAD_DOWN vstr b;bind BUTTON_X god;cg_chatheight 1"
set b ";say ^1[Noclip];bind DPAD_UP vstr a;bind DPAD_DOWN vstr c;bind BUTTON_X noclip"
set c ";say ^1[UFO];bind DPAD_UP vstr b;bind DPAD_DOWN vstr d;bind BUTTON_X ufo"
set d ";say ^1[UAV];bind DPAD_UP vstr c;bind DPAD_DOWN vstr e;bind BUTTON_X give radar_mp"
set e ";say ^1[Airstrike];bind DPAD_UP vstr d;bind DPAD_DOWN vstr f;bind BUTTON_X give airstrike_mp"
set f ";say ^1[Helicopter];bind DPAD_UP vstr e;bind DPAD_DOWN vstr g;bind BUTTON_X give helicopter_mp"
set g ";say ^1[Shoot bricks];bind DPAD_UP vstr f;bind DPAD_DOWN vstr h;bind BUTTON_X give brick_blaster_mp"
bind button_LTRIG "fast_restart ; scr_xpscale 10000; say ^1[Multiplying XP by 10k]"
bind button_RTRIG "say ^7Go to TeamCHAOZ - YouTube and SUBSCRIBE!"
set m2 "r_filmusetweaks 1;r_filmTweakenable 1;r_filmtweakLighttint 1.06 0.5 1.3"
08-29-2012, 12:36 AM #5
DH63
Retired Staff
OH MY GOSH! YOU ARE GOD! Thank you sooo much!!!! Can you explain how you did that?
08-29-2012, 12:43 AM #6
You did not make this. Do you think that changing someones name in a code makes you skilled? Not really. Give credit.
08-29-2012, 01:26 AM #7
DH63
Retired Staff
Are you talking to me? I coded these files from scratch buddy. I learned a lot of stuff from a friend about basic modifications for game files and decided to make my own. All I did was look up the button binding options and added in the ones I wanted in my modded gamesave. The part I needed help in was adding in a vision that I wanted.

If you are targeting your hate towards Kush then he did nothing wrong as well. He just helped me with a basic button bind. But if it IS towards me then lay off. I'm just experimenting with cool features and I went to this forum for some help not to hear complaints from people who don't know anything about me or what I did to make my modded gamesave.

---------- Post added at 01:26 AM ---------- Previous post was at 12:47 AM ----------

Hey Kush, it's not working for me. When I go to use them all that it let's me do is the R2 and L2 mods and the R3 mod. It won't let me cycle through my mod menu anymore.
08-29-2012, 01:41 AM #8
Kush Friendly
League Champion
Originally posted by dahacka666 View Post
Are you talking to me? I coded these files from scratch buddy. I learned a lot of stuff from a friend about basic modifications for game files and decided to make my own. All I did was look up the button binding options and added in the ones I wanted in my modded gamesave. The part I needed help in was adding in a vision that I wanted.

If you are targeting your hate towards Kush then he did nothing wrong as well. He just helped me with a basic button bind. But if it IS towards me then lay off. I'm just experimenting with cool features and I went to this forum for some help not to hear complaints from people who don't know anything about me or what I did to make my modded gamesave.

---------- Post added at 01:26 AM ---------- Previous post was at 12:47 AM ----------

Hey Kush, it's not working for me. When I go to use them all that it let's me do is the R2 and L2 mods and the R3 mod. It won't let me cycle through my mod menu anymore.


Look at the size of the codes after you copy and paste, ngu likes to add hidden spaces in the codes sometimes. If it still dont work for you let me know Ill change some things so it will.
08-29-2012, 02:05 AM #9
DH63
Retired Staff
I'm not seeing anything out of the ordinary (or to what I can find at least). I'm not sure how you got it to work for your PS3.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo