Quake 4 Console + CFG + Variables !!!

34 replies [Last post]
*MOUZER*
Offline
Joined: Mar 2005
Posts:
Quake 4 Console + CFG + Variables !!!

how do i get a higher fps ..
Its so fucking lowwwww:P

Help me out plz

Peace!

I don't like to be a product of my environment, I like my environment to be a product of me.

{SGR}{SGR}WARNERMAN
warnerman's picture
Offline
Joined: Jan 2005
Posts:
Quake 4 Console + CFG + Variables !!!

Nice RAZOR4 thx u for sharing
Happy

We has been felling ourself like a drop of water out of the ocean, smalls, weak, etc.
What if we introduce the drop into the ocean?
From that perspective the drop do not feel itself anymore small or weak ... Can u feel what it means?
http://video.google.es/videoplay?docid=7590772592900521369&hl=es

HELLA
Scarstruck's picture
Offline
Joined: Aug 2005
Posts:
Quake 4 Console + CFG + Variables !!!

whats impulse about? someone explain.......Winking

Microsoft Intellimouse Explorer 3.0 | Steelpad QCK Mass | SteelSeries Siberia V2 | 23" LG W2361V

MoeDe
Offline
Joined: Jul 2005
Posts:
Quake 4 Console + CFG + Variables !!!

i got a tweaked cfg and only with it i can play on normal performance, but the tweaked look is far worse than q3 so sp realy sucks

*MOUZER*
Offline
Joined: Mar 2005
Posts:
Quake 4 Console + CFG + Variables !!!

I just need to get my fps a little higher Happy

I don't like to be a product of my environment, I like my environment to be a product of me.

bert
Offline
Joined: Mar 2005
Posts:
Quake 4 Console + CFG + Variables !!!

try a resolution change:
r_mode 0 or 1 or 2 // 3 = 640x480 Big grin
vid_restart
this is the lowest resolution possible.
but it doesnt work very super, i just had to reset my computer.

the r_picmip looks to be image_lodbias. i didnt got any fps improvement yet. maybe i have to try this at lower resolution.
image_lodbias 2 //0 = standard //
you can also load .1 or .2

and a lot of tweaks cannot be change yet in multiplayer mode.
for instance rocket smoke cannot be turned off.
i hope this can be done in server script. Love struck

EVOL.LEE
Kiliyo's picture
Offline
Joined: Aug 2005
Posts:
Quake 4 Console + CFG + Variables !!!

Nice mike we love you Winking

ghost
Offline
Joined: Jan 2004
Posts:
Quake 4 Console + CFG + Variables !!!

no mouse accel is not avilable Evil

sinence im start playing i dont like it much,...

enemy=move fast <> u=turtle

game crash all the time

.ALIAS.
Offline
Joined: Sep 2005
Posts:
Quake 4 Console + CFG + Variables !!!

I guess q3 is a lot better Happy. You dont need a super fast computer, and you can get more than 60 fps

STARLESS )NWC(
Starless's picture
Offline
Joined: Jan 2005
Posts:
Quake 4 Console + CFG + Variables !!!

Here's a config for all you picmip 5+ lovers Happy

[code:1]
// misc visuals //
set r_gamma "1.4"
set r_brightness "1.2"
set r_mode "4" // 800x600 (5 = 1024x768)
set r_displayRefresh "85" // monitor refresh rate
set r_swapInterval "1" // vsync

// fps //
// shadows (if you want them remove these lines)
set r_shadows "0" // disables shadows
set g_skipItemShadowsMP "1" // guess
set g_skipPlayerShadowsMP "1"
set g_showPlayerShadow "0"

// for those of us who want picmip back!
set r_skipBump "1" // disables bump mapping
set r_skipSpecular "1" // disables specular lighting
set image_downSize "1" // 0 default
set image_downSizeLimit "16" // 256 default
set image_downSizeBump "1" // 0 default
set image_downSizeBumpLimit "16" // 256 default
set image_downSizeSpecular "1" // 0 default
set image_downSizeSpecularLimit "2" // 64 default

// misc
set g_doubleVision "0"
set image_ignoreHighQuality "1"
set r_useFastSkinning "1"
set r_useSimpleInteraction "1" // this does affect graphics

// preference //
set com_showFPS "1"
set in_alwaysRun "1"
set in_mouse "1" // use mouse . . .
set in_freeLook "1" // always use mouse
set m_smooth "0" // disabled (1 is disabled as well)
set ui_showGun "0"
set ui_autoSwitch "0"
set g_fov "90" // :'( 110 hurts the fps too much
set com_allowConsole "1" [/code:1]