#how does the outline medium preset work?

1 messages · Page 1 of 1 (latest)

modern charm
#

I thought there was only a command, glow_outline_effect_enable

river prism
#

Also, even if it was just one command, the whole point of using modules is so that if tf2 changes how it works, rather than change each individual variable, you just update mastercomfig.

modern charm
#

how does it do it?

river prism
#
  • You have say outlines=medium in your modules.cfg
  • outlines=medium is aliased to alias outlines outlines_medium
  • And outlines_medium is aliased to the individual commands.
  • When all the settings are run, it calls outlines.

outlines = outlines_medium = all the commands

modern charm
#

i mean

#

nvm i'm just gonna check it for myself

#

tf_spec_xray_disable ?

river prism
#

What about it?

#

There's 4 "variables" that contribute to outlines

modern charm
#

i see