home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 January
/
Gamestar_80_2006-01_dvd.iso
/
Dema
/
quake4_demo.exe
/
Setup
/
Data
/
q4base
/
pak001.pk4
/
nitro.cfg
< prev
next >
Wrap
Text File
|
2005-08-24
|
4KB
|
93 lines
echo ""
echo "////////////////////"
echo "// Nitro's config //"
echo "////////////////////"
echo ""
echo "First off I want to thank you for checking out Quake 4.
echo "All of the Quake4 developers here at Raven poured their entire"
echo "heart and soul into this project from the very beginning"
echo "to make this game what it is today. Without you, the consumer,"
echo "we wouldn't be given the opportunity to make great games. Thanks!"
///////////////
// NITRO CFG //
///////////////
seta ui_name "^2Nitro"
seta ui_clan "^9Raven"
seta si_name "^2Nitro's Server"
seta ui_hitscanTint "0 1 0.2"
/////////////////////
// WEAPON CONTROLS //
/////////////////////
bind "1" "_impulse0" // Gauntlet
bind "2" "_impulse1" // Machinegun
bind "3" "_impulse2" // Shotgun
bind "4" "_impulse3" // Hyperblaster
bind "5" "_impulse4" // Grenade Launcher
bind "6" "_impulse5" // Nailgun
bind "7" "_impulse6" // Rocket Launcher
bind "8" "_impulse7" // Railgun
bind "9" "_impulse8" // Lightninggun
bind "0" "_impulse9" // DMG
bind "MOUSE1" "_attack" // Fire
bind "MOUSE2" "_zoom" // Zoom In
bind "MWHEELDOWN""_impulse14" // PrevWeapon
bind "MWHEELUP" "_impulse15" // NextWeapon
///////////////////////
// MOVEMENT CONTROLS //
///////////////////////
bind "w" "_forward" // Forward
bind "a" "_moveleft" // Left
bind "s" "_back" // Backward
bind "d" "_moveright" // Right
bind "c" "_movedown" // Crouch
bind "SPACE" "_moveup" // Jump
///////////////////
// UTIL CONTROLS //
///////////////////
bind "e" "toggle g_showentityinfo" // Show entity boxes and names.
bind "f" "_impulse50" // Flashlight of course.
bind "g" "god" // God mode.
bind "o" "savegame" // Quicksave.
bind "p" "loadgame" // Quickload.
bind "-" "reloadscript" // Reload the scripts ( for use after editing so you don't have to restart ).
bind "=" "reloaddecls" // Reload the decls ( entity declarations ).
bind "q" "give quad" // Quad it up.
bind "r" "_impulse13" // Reload.
bind "t" "clientmessagemode" // Chat.
bind "v" "viewNotes" // View notes. These are jump points you can set for development.
bind "y" "toggle g_debugvehicledriver" // Debuging of vehicle drivers.
bind "CAPSLOCK" "toggle g_StopTime" // Stop time. Allows player movement still. Handy for screenshots and the like.
bind "INS" "spawngui" // Spawn gui that lists potential things to spawn in.
bind "DEL" "killmonsters" // Kill all AI in the map, not just monsters.
bind "HOME" "timescale 15" // Speeds up the game. Handy for getting past scripted sequences.
bind "END" "timescale 1" // Returns the game speed to normal.
bind "F1" "help" // Everyone needs help.
bind "F2" "fxeditor" // Edit effects.
bind "F3" "toggle com_speeds" // Show speeds of the application to determine potential bottlenecks.
bind "F4" "toggle r_showPortals" // Show portals to pinpoint potential rendering performance issues.
bind "F5" "toggle r_showTris" // Show tri cont.
bind "F6" "toggle r_showLightCount" // Show light count.
bind "F7" "toggle r_showShadowCount" // Show shadow count.
bind "F8" "toggle r_showOverdraw" // Shows overdraw. The lighter the color the more overdraw. Magenta/white is bad.
bind "F9" "noclip" // No clip around the map.
bind "F10" "god; notarget" // God mode and AI guys won't target you.
bind "F11" "give all" // Give all weapons and health.
bind "F12" "EditCVars" // Displays a list of editable cvars.
///////////////////
// CVAR SETTINGS //
///////////////////
seta ui_model "model_player_marine_medic" // Medic model.
seta ui_skin "skins/characters/player/marine_mp" // MP skin.
seta ui_autoSwitch "0" // Don't autoswitch weapons.
seta sensitivity "6" // Sensitivity of mouse.
seta in_toggleZoom "0" // Don't toggle zoom.
seta in_toggleCrouch "0" // Don't toggle crouch.
seta in_toggleRun "0" // Don't toggle run.
seta in_alwaysRun "1" // Always runs.
seta in_freeLook "1" // Mouselook.
seta com_showFPS "1" // Show frames per second.