the command for thtat has already been posted. Try a search? Im a bit drunk atm or I would post the exact command.. Mybe someone else can put you in the right direcshun.
Fri Aug 08, 2008 4:49 pm
sanity
Global Moderator
Joined: Fri Mar 21, 2008 5:06 pm Posts: 1050 Location: Morris County, New Jersey
Re: Mach4, puller's cfg +Script.cfg Update v1.01
cg_debugInfoCornerOffset 0 400
to move fps
_________________
"We few, we rugged few, we band of brothers; For he to-day that sheds his blood with me. Shall be my brother."~Henry V
Fri Aug 08, 2008 10:28 pm
Pappa
Re: Mach4, puller's cfg +Script.cfg Update v1.01
ty sanity
Sat Aug 09, 2008 5:40 pm
sanity
Global Moderator
Joined: Fri Mar 21, 2008 5:06 pm Posts: 1050 Location: Morris County, New Jersey
Re: Mach4, puller's cfg +Script.cfg Update v1.01
np i help people when im bored and im bored alot
_________________
"We few, we rugged few, we band of brothers; For he to-day that sheds his blood with me. Shall be my brother."~Henry V
Sat Aug 09, 2008 5:44 pm
ClowneN
Re: Mach4, puller's cfg
karbz wrote:
puller in competitive gaming anything else than r_lodscalerigid 1/2 isnt allowed so it doesnt help you with the vision etc.
i will post a guide how to really turn every grass off KEYWORD: RivaTuner
As i said the CFG is quiet good but the mouse sens change ADS script etc.. well..lets just say im sure that its better to get yourself stick to a sens because when your like "in the feelin" you just play better.
best regards, karbz
When will you put this guide up?
Thu Aug 14, 2008 11:21 pm
puller
Major
Joined: Thu Feb 14, 2008 8:00 am Posts: 664
Re: Mach4, puller's cfg +Script.cfg Update v1.01
As far as I know you can adjust the lod bias which will make your game look bad (textures have one color) and remove the grass. But you cant even read the chat box anymore. Not very spectacular
Until karbs proofs me wrong I think that's what he is talking about.
Here is a script to change weapons ingame quickly, you hit a certain bind and next time you respawn with an ak. This only works on unranked servers.
Other scripts put the commands together in classes so you have one ak class, you need to hit that bind 5 times to get ak, pistol, silencer, etc. My system is better because you often want to change just the rifle, or need a smoke nade, or change only one perk. With this you can combine
On the keypad: 4: changes between ak,m4,g3 5: colt45/m9/deagle 6:smoke/flash enter:with silencer/without
(The folowing numbers are the slots for perks, you could add all perks for slot1,slot2 etc.These are my favorite ones) 1:accuracy/dead silence 2:stopping power/fast reload 3:claymore
If you are really interested in this, I can add more perks or so or more attachments (I play iron sights only)
set no "openscriptmenu -1 loadout_primary_attachment:assault:none;^...no-attach" set sil "openscriptmenu -1 loadout_primary_attachment:assault:silencer;silencer"
set ak "openscriptmenu -1 loadout_primary:ak47;^2->ak47;" set m4 "openscriptmenu -1 loadout_primary:m4;^2->m4;" set g3 "openscriptmenu -1 loadout_primary:g3;^2g3" set 45c "openscriptmenu -1 loadout_secondary:colt45;^1->colt45" set clam "openscriptmenu -1 loadout_perk1:claymore_mp;<-clayperk" set quiet "openscriptmenu -1 loadout_perk3:specialty_quieter;<-dead_silence" set stoppw "openscriptmenu -1 loadout_perk2:specialty_bulletdamage;<-stopping_power" set fstr "openscriptmenu -1 loadout_perk2:specialty_fastreload;<-fastreload" set bullet "openscriptmenu -1 loadout_perk3:specialty_bulletaccuracy;<-accuracy" set smo "openscriptmenu -1 loadout_grenade:smoke_grenade;^4<-smoke" set fla "openscriptmenu -1 loadout_grenade:flash_grenade;^4<-flash" set des "openscriptmenu -1 loadout_secondary:deserteagle;^1->deagle" set m9 "openscriptmenu -1 loadout_secondary:beretta;^1->beretta""
bind KP_LEFTARROW "vstr akclass" set akclass vstr ak1 set ak1 "vstr g3;set akclass vstr ak2" set ak2 "vstr m4;set akclass vstr ak3" set ak3 "vstr ak;set akclass vstr ak1"
bind KP_5 "vstr m4class" set m4class vstr m41 set m41 "vstr 45c;set m4class vstr m42" set m42 "vstr des;set m4class vstr m43" set m43 "vstr m9;set m4class vstr m41"
bind KP_RIGHTARROW "vstr g3class" set g3class vstr g31 set g31 "vstr smo;set g3class vstr g32" set g32 "vstr fla;set g3class vstr g31" //set g33 "vstr g3;set g3class vstr g31"
bind KP_ENTER "vstr toggsilencer" set toggsilencer vstr sil0 set sil0 "vstr no;set toggsilencer vstr sil1" set sil1 "vstr sil;set toggsilencer vstr sil0"
bind KP_END "vstr sl3" set sl3 vstr per1 set per1 "vstr bullet;set sl3 vstr per2" set per2 "vstr quiet;set sl3 vstr per1"
bind KP_DOWNARROW "vstr sl2" set sl2 vstr perk1 set perk1 "vstr stoppw;set sl2 vstr perk2" set perk2 "vstr fstr;set sl2 vstr perk1"
Also mouse movement is improved by gpu_sync and deactivating menu cursors (I think you havent seen that before) The scorboard is made smaller, so you can look and still see where you aim.
How did you do all of that? Whats the commands? (im new at config tweaking)
Sat Aug 30, 2008 1:18 pm
puller
Major
Joined: Thu Feb 14, 2008 8:00 am Posts: 664
Re: Mach4, puller's cfg +Script.cfg Update v1.01
Im planning to write what commands do what in detail in the next few days
If you just want to know that, search for gpu_sync in your cfg, menucursor off is cl_bypassmouseinput 1 But you cant go back into the menu without setting it to zero (you wont have a mouse cursor) therefore a bind like the one in my cfg is practical. In my cfg its on "i", press i to get in the menu with a cursor, select your stuff and when you're out of the menu press i again to set cl_bypassmouseinput 1
You can put these commands in your cfg to make the scoreboard smaller. //Scoreboard commands seta cg_scoreboardBannerHeight "10" seta cg_scoreboardHeaderFontScale "0.2" seta cg_scoreboardHeight "800" seta cg_scoreboardItemHeight "10" seta cg_scoreboardPingHeight "0.7" seta cg_scoreboardPingWidth "0.026" seta cg_scoreboardRankFontScale "0.1" seta cg_scoreboardFont 2 seta cg_scoreboardWidth "300" seta cg_scoreboardMyColor "0 0.74902 1 1"
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum