#how does the outline medium preset work?
1 messages · Page 1 of 1 (latest)
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.
how does it do it?
- You have say
outlines=mediumin yourmodules.cfg outlines=mediumis aliased toalias outlines outlines_medium- And
outlines_mediumis aliased to the individual commands. - When all the settings are run, it calls
outlines.
outlines = outlines_medium = all the commands
i see