Post: Non host 1.12 fun patch
03-08-2011, 11:39 PM #1
richiebanker
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({}); ok guys there r a couple posted already but i did my best to combine them, it still has the non host mod menu, but u only get dvars in ur own private match or if ur host, there is non host aim assist, also uav always on, go to options to enable, also if u push up on dpad funny thing happens

You must login or register to view this content.

NEW UPDATE,
fixed the grenades and changed the say words colors just a little edit tell me what u guys want that is doable


You must login or register to view this content.


UPDATE 2

added ranked match in private, restart to use, good for ranking friends up
also added funny custom game mode lol

UPDATE 3
added some infections, in the menu
changed custom game mode
changed the speech part
and more but u will need to find out

You must login or register to view this content.


also i need some ideas guys come on

You must login or register to view this content.


CREDITS"
TACOTIME77 for menu base
me for editing
anyone whose codes i used
(adsbygoogle = window.adsbygoogle || []).push({});

The following 11 users say thank you to richiebanker for this useful post:

bigboybobby14, dill1259, emilio96, HacksReleaser, johndahon94-PS3, JTAGXENON, Matt1511, shawry, Snickers-, sofeball, uhChad
03-11-2011, 04:26 AM #65
sofeball
I <3 Script compile error
Originally posted by richiebanker View Post
ok guys there r a couple posted already but i did my best to combine them, it still has the non host mod menu, but u only get dvars in ur own private match or if ur host, there is non host aim assist, also uav always on, go to options to enable, also if u push up on dpad funny thing happens

You must login or register to view this content.

NEW UPDATE,
fixed the grenades and changed the say words colors just a little edit tell me what u guys want that is doable


You must login or register to view this content.


UPDATE 2

added ranked match in private, restart to use, good for ranking friends up
also added funny custom game mode lol

UPDATE 3
added some infections, in the menu
changed custom game mode
changed the speech part
and more but u will need to find out

You must login or register to view this content.


also i need some ideas guys come on

You must login or register to view this content.


CREDITS"
TACOTIME77 for menu base
me for editing
anyone whose codes i used


Here are some edits I made, unfortunately it doesn't fix my blackscreen, but I thought I'd share.
    
bind BUTTON_RSTICK "+stance"
bind BUTTON_B "+melee"
// ^^Makes Tactical button layout, possibility as alternate patch.

bind BUTTON_START "togglemenu;togglescores"
// ^^Makes it so when you pause the game to switch button layout you don't lose infections, also saves space.

set SDunl "scr_sd_scorelimit 0;scr_sd_numlives 0;scr_sd_bombtimer 0;scr_sd_timelimit 0;scr_sd_roundlimit 0;scr_sd_roundswitch 0;scr_sd_scorelimit 0;sv_BombPlantTime 999;sv_BombDefuseTime 999;scr_dm_numlives 0;scr_dm_timelimit 0;scr_dm_scorelimit 0;scr_tdm_numlives 0;scr_tdm_timelimit 0;scr_tdm_scorelimit 0"
// ^^Bring all the unlimited modes into one.

set GODex "god;perk_bulletDamage 0;perk_extendedMeleeRange 0;player_meleeRange 0;perk_blastShield 999;"
// ^^Gives god mode too? maybe.

set M1a "bind DPAD_LEFT give all;bind DPAD_UP give nuke_mp;give helicopter_minigun_mp;give harrier_airstrike_mp;bind DPAD_RIGHT toggle jump_height 500 1000;bg_fallDamageMaxHeight 9999;bg_fallDamageMinHeight 9998;^1LEFT=ALL_GUNS;^2UP=LEGIT;^5RIGHT=Super_JUMP"
// ^^Gives killstreaks, I think. Also makes it so when you use superjump you don't die by landing.

set M5a "bind DPAD_LEFT give ammo; bind DPAD_UP toggle cg_fov 80 60 ; bind DPAD_RIGHT toggle cg_drawfps 1 0 ;^1LEFT=AMMO;^2UP=FOV;^5RIGHT=FPS"
// ^^Has give max ammo :0

set M10a "bind DPAD_LEFT SDunl ; bind DPAD_UP say ^3I'll derank you. ;bind DPAD_RIGHT fast_restart ;^1LEFT=UNLIMITED_GAME;^2UP=Threaten;^5RIGHT=RESTART"
// ^^Has threaten, shuts noobs right up. It would also be cool if you could make a bind to end the game.
03-11-2011, 04:44 AM #66
There is another problem I came across while using this patch. I transferred it to my 3.60 and played it online. While playing it online, when force uav is ON, you can not aim down the sights of the gun. It's blurred which makes it really difficult for long shots.
03-11-2011, 01:25 PM #67
sofeball
I <3 Script compile error
Originally posted by xengie View Post
There is another problem I came across while using this patch. I transferred it to my 3.60 and played it online. While playing it online, when force uav is ON, you can not aim down the sights of the gun. It's blurred which makes it really difficult for long shots.


If it's anything like the cod4 blurry sights infection putting a red dot sight on will fix it.
03-11-2011, 01:35 PM #68
inline4pwr
Do a barrel roll!
Originally posted by richiebanker View Post
yea, go into ur own private match push down and it tells u wat to do, also select is to turn on aim assist and start stops it


can we get infin. ammo and all perks and force host and no recoil. that would be awsome bro.
03-11-2011, 02:24 PM #69
richiebanker
Vault dweller
Originally posted by sofeball View Post
Here are some edits I made, unfortunately it doesn't fix my blackscreen, but I thought I'd share.
    
bind BUTTON_RSTICK "+stance"
bind BUTTON_B "+melee"
// ^^Makes Tactical button layout, possibility as alternate patch.

bind BUTTON_START "togglemenu;togglescores"
// ^^Makes it so when you pause the game to switch button layout you don't lose infections, also saves space.

set SDunl "scr_sd_scorelimit 0;scr_sd_numlives 0;scr_sd_bombtimer 0;scr_sd_timelimit 0;scr_sd_roundlimit 0;scr_sd_roundswitch 0;scr_sd_scorelimit 0;sv_BombPlantTime 999;sv_BombDefuseTime 999;scr_dm_numlives 0;scr_dm_timelimit 0;scr_dm_scorelimit 0;scr_tdm_numlives 0;scr_tdm_timelimit 0;scr_tdm_scorelimit 0"
// ^^Bring all the unlimited modes into one.

set GODex "god;perk_bulletDamage 0;perk_extendedMeleeRange 0;player_meleeRange 0;perk_blastShield 999;"
// ^^Gives god mode too? maybe.

set M1a "bind DPAD_LEFT give all;bind DPAD_UP give nuke_mp;give helicopter_minigun_mp;give harrier_airstrike_mp;bind DPAD_RIGHT toggle jump_height 500 1000;bg_fallDamageMaxHeight 9999;bg_fallDamageMinHeight 9998;^1LEFT=ALL_GUNS;^2UP=LEGIT;^5RIGHT=Super_JUMP"
// ^^Gives killstreaks, I think. Also makes it so when you use superjump you don't die by landing.

set M5a "bind DPAD_LEFT give ammo; bind DPAD_UP toggle cg_fov 80 60 ; bind DPAD_RIGHT toggle cg_drawfps 1 0 ;^1LEFT=AMMO;^2UP=FOV;^5RIGHT=FPS"
// ^^Has give max ammo :0

set M10a "bind DPAD_LEFT SDunl ; bind DPAD_UP say ^3I'll derank you. ;bind DPAD_RIGHT fast_restart ;^1LEFT=UNLIMITED_GAME;^2UP=Threaten;^5RIGHT=RESTART"
// ^^Has threaten, shuts noobs right up. It would also be cool if you could make a bind to end the game.


half wont work but thanks

---------- Post added at 09:24 AM ---------- Previous post was at 09:23 AM ----------

Originally posted by inline4pwr View Post
can we get infin. ammo and all perks and force host and no recoil. that would be awsome bro.


uh,, dont think thats possible ....
03-11-2011, 02:55 PM #70
Okami
Known As Yukuku
Originally posted by richiebanker View Post
half wont work but thanks

---------- Post added at 09:24 AM ---------- Previous post was at 09:23 AM ----------



uh,, dont think thats possible ....


we need big xp
03-11-2011, 03:09 PM #71
richiebanker
Vault dweller
Originally posted by yukuku View Post
we need big xp


lol i kno i tried a couple times now
03-11-2011, 04:02 PM #72
Okami
Known As Yukuku
Originally posted by richiebanker View Post
lol i kno i tried a couple times now


i have try a bunch to :/
03-11-2011, 06:47 PM #73
inline4pwr
Do a barrel roll!
it works online 1.12 confirmed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo