Jump to content

sharing my cfg


anal bomb

Recommended Posts

changed keys:

 

ALT = prone

CTRL/Mouse3 = crouch

 

DEL = chat

END = teamchat

PGDN = fireteamchat

UPARROW = fireteam admin

MOUSE4 = ZOOM (it also sets MWHEEL back to default, to zoom in with sniper or binocs by using MWHEEL)

MOUSE5 = knife

m = selfkill

n = playdead

 

scripts:

 

F4 engineer - smg/rifle

F5 medic

F6 fops (arty script on mouse2)

F7 covops (sten, fg42, sniper)

F8 soldier

F9 Axis

F10 Allies

F11 Spawnpoints with location names (autoloaded for each map)

F12 explosions on/off

 

ENTER Spawntimer (press x + POS1 to choose scrim settings (autoloaded for each map) or FA Hardcore settings, confirm with x + PGUP)

 

ETPro Spawntimer

zx1p8n.jpg

 

Hardcore Spawntimer

osepe1.jpg

 

MWHEEL Fov Toggle (crosshairs gets smaller when zoom in)

KP_HOME (change crosshair color: cyan, green, pink)

KP_UPARROW (highlight Fireteam)

KP_PLUS screenshot

KP_MINUS record demo

 

Name Toggle:

 

Select your names by pressing PGUP

Confirm your name by pressing HOME

 

Altbinds (hold x)

 

x + F10 Spectator

x + F11 Reconnect

x + F12 Quit? ==> confirm with F1, cancel with F2 (if you quit this way, you need to set the keys back to default when restarting ET: x + F12, then F2)

 

x + F3 Teamchats only on/off

x+ F4 NoVoiceChats on/off

 

Tweaks:

 

every map optimized with its own settings for best contrast of map and enemies (requires reconnect/vid_restart on Hardcore)

no drawgun for smg (turn on in binds.cfg)

71 FPS for pistols (they say it got less recoil then) (see below)

no muzzleflash

 

etpro like hud for ETPub (Read the README.TXT)

 

 

Dont forget to set your screensize and your sensitivity in the tweaks.cfg!!

 

All binds can be changed in the binds cfg, except class_scripts need to be changed in autoexec_axis/allies/spectator.cfg

 

do /exec help.cfg if you forget the keys!

 

 

suggestions always appreciated!

 

cheers

anal bomb

 

EDIT: AFAIK: Most of the things do not work on Jaymod or NQ, because they do not support autoexec - cfgs

 

Another edit: Just noticed, there was a synthax error in autoexec_axis.cfg, i have it updated, also the FPS for pistol are correct now.

extract2etmain.zip

Edited by anal bomb
Link to comment
Share on other sites

 

suggestions always appreciated!

 

cheers

anal bomb

 

EDIT: AFAIK: Most of the things do not work on Jaymod or NQ, because they do not support autoexec - cfgs

 

 

I use an autoexec on jaymod. I have it bound to the insert key:

 

bind INS "exec autoexec.cfg; echo autoexec ran"

 

Also why don't you post the actual config code so we can see what you did.

 

Thanks for sharing your code.

Link to comment
Share on other sites

I use an autoexec on jaymod. I have it bound to the insert key:

 

bind INS "exec autoexec.cfg; echo autoexec ran"

 

Also why don't you post the actual config code so we can see what you did.

 

Thanks for sharing your code.

 

its attached, and i meant autoexec_map/team/class cfgs, which are not supported. if i would post them all, good nite!

Link to comment
Share on other sites

changed keys:

 

ALT = prone

CTRL/Mouse3 = crouch

 

DEL = chat

END = teamchat

PGDN = fireteamchat

UPARROW = fireteam admin

MOUSE4 = ZOOM (it also sets MWHEEL back to default, to zoom in with sniper or binocs by using MWHEEL)

MOUSE5 = knife

m = selfkill

n = playdead

 

scripts:

 

F4 engineer - smg/rifle

F5 medic

F6 fops (arty script on mouse2)

F7 covops (sten, fg42, sniper)

F8 soldier

F9 Axis

F10 Allies

F11 Spawnpoints with location names (autoloaded for each map)

F12 explosions on/off

 

ENTER Spawntimer (press x + POS1 to choose scrim settings (autoloaded for each map) or FA Hardcore settings, confirm with x + PGUP)

 

ETPro Spawntimer

zx1p8n.jpg

 

Hardcore Spawntimer

osepe1.jpg

 

MWHEEL Fov Toggle (crosshairs gets smaller when zoom in)

KP_HOME (change crosshair color: cyan, green, pink)

KP_UPARROW (highlight Fireteam)

KP_PLUS screenshot

KP_MINUS record demo

 

Name Toggle:

 

Select your names by pressing PGUP

Confirm your name by pressing HOME

 

Altbinds (hold x)

 

x + F10 Spectator

x + F11 Reconnect

x + F12 Quit? ==> confirm with F1, cancel with F2 (if you quit this way, you need to set the keys back to default when restarting ET: x + F12, then F2)

 

x + F3 Teamchats only on/off

x+ F4 NoVoiceChats on/off

 

Tweaks:

 

every map optimized with its own settings for best contrast of map and enemies (requires reconnect/vid_restart on Hardcore)

no drawgun for smg (turn on in binds.cfg)

71 FPS for pistols (they say it got less recoil then) (see below)

no muzzleflash

 

etpro like hud for ETPub (Read the README.TXT)

 

 

Dont forget to set your screensize and your sensitivity in the tweaks.cfg!!

 

All binds can be changed in the binds cfg, except class_scripts need to be changed in autoexec_axis/allies/spectator.cfg

 

do /exec help.cfg if you forget the keys!

 

 

suggestions always appreciated!

 

cheers

anal bomb

 

EDIT: AFAIK: Most of the things do not work on Jaymod or NQ, because they do not support autoexec - cfgs

 

Another edit: Just noticed, there was a synthax error in autoexec_axis.cfg, i have it updated, also the FPS for pistol are correct now.

 

hmm how did you do the spawn change thing?

Link to comment
Share on other sites

@jorz:

 

add this line to your config

bind KEY "vstr spawn"      

and extract the attached autoexec.cfgs to etmain. Open autoexec_allies.cfg, and see, that vstr spawn is set here to b_spawn.. In the autoexec.map cfgs, the variable b_spawn is allocated to the right spawnpoints for each map.

 

In other words, its a simple toggle, where the settings get autoloaded for each map. Analog it works with the spawntimer.

 

Enjoy! :yahoo

spawnpoints.zip

Link to comment
Share on other sites

@jorz:

 

add this line to your config

bind KEY "vstr spawn"      

and extract the attached autoexec.cfgs to etmain. Open autoexec_allies.cfg, and see, that vstr spawn is set here to b_spawn.. In the autoexec.map cfgs, the variable b_spawn is allocated to the right spawnpoints for each map.

 

In other words, its a simple toggle, where the settings get autoloaded for each map. Analog it works with the spawntimer.

 

Enjoy! :yahoo

 

ok i will try it,thanks!

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.