STEAM GROUP
mastercomfig comfig
STEAM GROUP
mastercomfig comfig
112
IN-GAME
500
ONLINE
Founded
January 16, 2018
All Discussions > Help > Topic Details
A little help with modules please!
so I've been messing around with tf2's configs and settings and one thing i realised was that with the medium-low preset, facial features are missing. So i tried enabling it through modules (along with other things) (https://github.com/mastercoms/mastercomfig/wiki/Modules) but i can't seem to do it right. here's what I've put in modules.cfg:
alias spray decal sparys_on
alias ragdolls ragdolls_high
alias gibs gibs_off
alias characters characters_high
alias particles particles_low
alias water water_high
alias effects effects_high
alias shadows shadows_medium
alias xrays xrays_high
< >
Showing 1-13 of 13 comments
so your facial features arent working? weird, characters_medium and higher should enable those, you could always try writing exec modules.cfg in console to see if it works
I've done that and it didn't do anything. I've also tried to put exec modules.cfg in custom.cfg but it to did nothing. Thanks for the suggestion though
have you also tried higher presets that have facial features enabled?
Yes I previously played using the medium-high preset before I started to realized that most of the time I was getting 20 frames per second
last thing i can recommend is using official mastercomfig app to create your modules configuration
I'm not sure if I'm doing something wrong but even then, it isn't working. I tried putting characters on high and everything else on low and it still didn't work.
what dx level do you use?
did you clean up tf2 before installing config?
i've cleaned up tf2 and it works; facial features and everything else i configued worked. But when i tried installing my other cfg files that i wanted to use
i.e. binds.cfg, custom.cfg, medic_c.cfg
facial features stopped working. Also it wouldn't exec medic_c.cfg when i played medic. I placed all these files in Team Fortress 2/tf/cfg. In launch options, im using dxlevel95
what is inside your other cfg files?
binds.cfg
unbindall

bind "`" "toggleconsole"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "SPACE" "+jump"
bind "SHIFT" "+duck"
bind "TAB" "+showscores"
bind "'" "+moveup"
bind "/" "+movedown"
bind "PGUP" "+lookup"
bind "PGDN" "+lookdown"
bind "END" "centerview"
bind "ALT" "+strafe"
bind "INS" "+klook"
//bind "SEMICOLON" "+mlook"
bind "r" "+reload"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "+attack3"
//bind "z" "saveme"
bind "z" "voice_menu_1"
bind "x" "voice_menu_2"
bind "c" "voice_menu_3"
bind "e" "dropitem"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "q" "lastinv"
bind "F2" "show_quest_log"
bind "F5" "screenshot"
bind "F6" "save_replay"
bind "F7" "abuse_report_queue"
bind "F10" "quit prompt"
bind "F12" "replay_togglereplaytips"
bind "PAUSE" "pause"
bind "ESCAPE" "escape"
bind "t" "impulse 201"
bind "y" "say"
bind "u" "say_team"
bind "p" "say_party"
bind "v" "+voicerecord"
bind "." "changeteam"
bind "," "changeclass"
bind "F1" "+showroundinfo"
bind "g" "+taunt"
bind "h" "+use_action_slot_item"
bind "e" "voicemenu 0 0"
bind "b" "lastdisguise"
bind "l" "dropitem"
bind "i" "showmapinfo"
bind "m" "open_charinfo_direct"
bind "n" "open_charinfo_backpack"
bind "f" "+inspect"
bind "j" "cl_trigger_first_notification"
bind "k" "cl_decline_first_notification"

r_maxdlights 12
cl_phys_timescale 0.8

clear.cfg
bind MOUSE1 +attack
bind MOUSE2 +attack2
bind MOUSE3 +attack3
bind 1 slot1
bind 2 slot2
bind 3 slot3
bind q "lastinv"
-attack

custom.cfg
unbindall
exec binds
bind del "kill" //for funs and giggles
bind [ "record a;stop;snd_restart;hud_reloadscheme" //emergency fix everything button. might lag abit while pressing
bind - "toggle net_graph 4 0" //shows fps, ping and other useful things in a graph
tf_use_min_viewmodels 1 //moves viewmodel to the bottom part of the screen
fov_desired 90 //increases feild of view
viewmodel_fov 90 //increases how close/far apart you are from the weapon
bind q "lastinv"
mat_monitorgamma 1.6 //increases brightness
mat_monitorgamma_tv_enabled "1" //increases brightness
tf_time_loading_item_panels 0.0005 //decreases item panel load time
fps_max 289
exec modules.cfg
//null-cancelling movement script
bind w +fwd
bind a +lft
bind s +bck
bind d +rgt

alias +fwd "-back; +forward; alias cfwd +forward"
alias -fwd "-forward; cbck; alias cfwd "
alias +bck "-forward; +back; alias cbck +back"
alias -bck "-back; cfwd; alias cbck "
alias +lft "-moveright; +moveleft; alias clft +moveleft"
alias -lft "-moveleft; crgt; alias clft "
alias +rgt "-moveleft; +moveright; alias crgt +moveright"
alias -rgt "-moveright; clft; alias crgt "
alias cfwd ""
alias cbck ""
alias clft ""
alias crgt ""

medic_c.cfg
exec clear

slot2
heal1

bind MOUSE1 "+attack"
bind MOUSE2 "+popuber"

alias medigun "slot2;heal1"
alias syringe "slot1;heal2"
alias melee "slot3;heal2"

//The bound keys here may be changed to suit your setup
bind 2 "medigun"
bind 1 "syringe"
bind 3 "melee"

//autopop (added dropitem based on WatDaFok's suggestion)
alias +popuber "slot2;+attack2;heal1;dropitem"
alias -popuber "-attack2"

//autoheal
alias "heal1" "+attack; bind MOUSE1 +switch"
alias "heal2" "-attack; bind MOUSE1 +attack"

alias +switch "-attack"
alias -switch "+attack"

//quickswitch
unbind q
alias switch switch_1
alias switch_1 "medigun; alias switch switch_2"
alias switch_2 "syringe; alias switch switch_1"
bind q "switch"

the remaining class cfgs and empty
honestly i dont know, i only 2 have questions why do you have exec modules.cfg in custom and why do you have so much binds in binds.cfg
Exec modules.cfg was me trying to activate the features I wanted but still didn't work (which is why I started this discussion) and binds.cfg is a just in case if the default config.cfg doesn't have the right binds that I'm used to
ok im retarded that i didnt see this earlier
you need r_lod 1 if you want working facial features
< >
Showing 1-13 of 13 comments
Per page: 1530 50

All Discussions > Help > Topic Details