Jump to content

My Config for Mangoholic


Blackguard

Recommended Posts

I told Mangoholic I'd post my config if he signed up for the forums. So that's what I'm doing. No idea why he'd want it.

 

Couple things: I use right click crouch and its a toggle, you don't hold it. Mouse is set to 800dpi when I play. Monitor is widescreen 16:10 - so you might want a different fov and m_pitch. Also I think I neglected to set my cl_doubletapdelay , which seems to still be effected by my mouse crouch ( perhaps I'm just superstitious ). So if you keep going prone by mistake, that might be why. Removed my class selector script, and the one I use to set my name because they're external files and you'll definitely want to use your own in either case. Could be some stuff in here that has no effect, nonsense cvars sneak back in and I don't really clean the files like I should.

 

I don't really WANT to troubleshoot the thing, but if you need help Mango, or anyone else for that matter, I suppose its fine to ask me.

 

 

//---[ name ]-----------------------------------------------------------------------------------------------//
seta name GetYourOwn
//---[ common ]--------------------------------------------------------------------------------------------//
com_hunkmegs	"128"
seta max_fps	"125"
//---[ network ]--------------------------------------------------------------------------------------------//
seta rate	"42000"
seta snaps	"20"
seta cl_maxpackets   "100"
seta cl_packetdup   "0"
/---[ client engine ]---------------------------------------------------------------------------------------//
seta cl_run	"1"
seta cl_autoupdate   "0"
seta cl_pitchspeed   "0"
seta cl_yawspeed   "0"
//---[ client game ]----------------------------------------------------------------------------------------//
seta cg_autoAction   "7"
seta cg_atmosphericeffects  "0"
seta cg_bloodDamageBlend  "0.0"
seta cg_bloodFlash   "0.0"
seta cg_bloodTime   "0"
seta cg_bobpitch   "0"
seta cg_bobroll	"0"
seta cg_bobup	"0"
seta cg_bobyaw	"0"
seta cg_brassTime   "0"
seta cg_complaintPopup   "0"
seta cg_coronas	"0"
seta cg_crosshairAlpha   "1.0"
seta cg_crosshairAlphaAlt  "1.0"
seta cg_crosshairColor   "Red"
seta cg_crosshairColorAlt  "Black"
seta cg_crosshairHealth   "0"
seta cg_crosshairPulse   "0"
seta cg_crosshairSize   "32"
seta cg_crosshairX   "0"
seta cg_crosshairY   "0"
seta cg_cursorHints   "1"
seta cg_cycleAllWeaps   "1"
seta cg_drawBuddies   "0"
seta cg_drawCompass   "1"
seta cg_drawCrosshair   "5"
seta cg_drawCrosshairNames  "1"
seta cg_drawCrosshairPickups  "1"
seta cg_drawFireteamOverlay  "1"
seta cg_drawgun	"1"
seta cg_drawNotifyText   "1"
seta cg_drawReinforcementTime  "0"
seta cg_drawRoundTimer   "0"
seta cg_fov	"100.39"
seta cg_gibs	"0"
seta cg_marktime   "0"
seta cg_runpitch   "0"
seta cg_runroll	"0"
seta cg_shadows	"0"
seta cg_showblood   "0"
seta cg_specHelp   "0"
seta cg_teamChatHeight   "3"
seta cg_teamChatTime   "3000"
seta cg_useScreenshotJPEG  "1"
seta cg_useWeapsForZoom   "1"
seta cg_weaponCycleDelay  "0"
seta cg_wolfparticles   "0"
seta cg_zoomDefaultBinoc  "45"
seta cg_zoomDefaultFG   "55"
seta cg_zoomDefaultSniper  "20"
seta cg_zoomDefaultSnooper  "40"
seta cg_zoomfov	"90"
seta cg_zoomStepBinoc   "3"
seta cg_zoomStepFG   "10"
seta cg_zoomStepSniper   "3"
seta cg_zoomStepSnooper   "5"
//---[ renderer ]-------------------------------------------------------------------------------------------//
seta r_mode	"-1"
seta r_customwidth   "1280"
seta r_customheight   "960"
seta r_customaspect   "1"
seta r_intensity   "1.0"
seta r_gamma	"2.0"
seta r_overbrightbits   "1"
seta r_mapOverBrightBits  "3"
seta r_ignorehwgamma   "1"
seta r_ext_gamma_control  "1"
seta r_picmip	"3"
seta r_lodbias	"3"
seta r_lodcurveerror   "60"
seta r_subdivisions   "20"
seta r_roundImagesDown   "2"
seta r_fastsky	"1"
seta r_drawsun	"0"
seta r_detailtextures   "0"
seta r_flares	"0"
seta r_textureMode   "GL_LINEAR_MIPMAP_NEAREST"
seta r_clamptoedge   "1"
seta r_dynamiclight   "0"
seta r_simpleMipMaps   "0"
seta r_faceplanecull   "1"
seta r_dlightbacks   "0"
//---[ mouse ]----------------------------------------------------------------------------------------------//
seta cl_mouseAccel   "0"
seta m_filter	"0"
seta m_forward	"0.25"
seta m_pitch	"0.016"
seta m_side	"0.25"
seta m_yaw	"0.022"
seta sensitivity   "1.28"
//---[ punkbuster ]-----------------------------------------------------------------------------------------//
seta cl_punkbuster   "1"
seta pb_LogToFile   "1"
seta pb_security   "0"
seta pb_sleep	"500"
//------------------------------------------------[ BINDS ]-------------------------------------------------//
//---[ Draw Gun Bind ]------------------//
set script1 "+attack;cg_drawgun 0"
set script2 "-attack;cg_drawgun 1"
bind MOUSE1 "+vstr script1 script2"
//---[ CROUCH TOGGLE ]------------------------//
set crouch "+movedown; set nextcrouchtoggle vstr stand"
set stand "-movedown; set nextcrouchtoggle vstr crouch"
set nextcrouchtoggle "vstr crouch"
bind MOUSE2 "vstr nextcrouchtoggle"
//--- [ mouse buttons ]-----------------------------------------//
bind MOUSE4   "weapalt"
bind MWHEELDOWN   "weapprev"
bind MWHEELUP   "weapnext"
//---[ function keys ]------------------------------------------//
bind F1	"vote yes"
bind F2	"vote no"
bind F3	"ready"
bind F4	"notready"
bind F11 "Autoscreenshot; screenshotjpeg"
//---[ number keys ]---------------------------------------------//
bind 1	"weaponbank 1"
bind 2	"weaponbank 2"
bind 3	"weaponbank 3"
bind 4	"weaponbank 4"
bind 5	"weaponbank 5"
bind 6	"weaponbank 6"
bind 7	"weaponbank 7"
bind 8	"weaponbank 8"
bind 9	"weaponbank 9"
bind 0	"resettimer"
//---[ gaming keys ]---------------------------------------------//
bind =	 "zoomin"
bind a	"+moveleft"
bind b	"+zoom"
bind d	"+moveright"
bind e	"+leanright"
bind f	"+activate"
bind g	"+mapexpand"
bind q	"+leanleft"
bind r	"+reload"
bind s	"+back"
bind w	"+forward"
bind x	"+prone"
bind ALT   "+stats"
bind TAB   "+scores"
bind CTRL   "+topshots"
bind SHIFT   "+sprint"
bind SPACE   "+moveup;forcetapout"
bind CAPSLOCK   "+speed"
bind end   "team s"
bind pgdn   "kill"

//---[ other keys ]-----------------------------------------------//
bind KP_ENTER	"mp_fireteamadmin"
bind t	"messagemode"
bind y	"messagemode2"
bind u	"messagemode3"
bind ESCAPE   "togglemenu"
bind `	"toggleconsole"
bind l	"openlimbomenu"
bind m	"mvactivate"
bind v	"mp_quickmessage"
bind z	"mp_fireteammsg"
bind j	"play sound/menu/filter"
//---[ other keys ]-----------------------------------------------//
bind RIGHTARROW vstr fpstog
set fps90 "set fpstog vstr fps125;com_maxfps 90;echo ^[ FPS90"
set fps125 "set fpstog vstr fps90;com_maxfps 125; echo ^j FPS125"
set fpstog "vstr fps90"
//---------------------------[ EOF ]------------------------------//

Link to comment
Share on other sites

Thank you, i will test it out and see how it works =)

 

Maybe we will see everyone with 40+ acc after using your script haha

 

EDIT~~

 

So i tested it , works great the hitboxes are more accurate with this script, just wish i knew which cvars have control over that. But now i hear more ding's then before so its pretty good =)

 

Thanks again =)

Edited by Mangoholic
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.