Removing NeoTF from a server
================================

Non Metamod server
----------------------------------
To remove NeoTF from a Windows server,
edit tfc\liblist.gam and replace the line:

gamedll "addons\NeoTF\dlls\ntf.dll"

with:

gamedll "dlls\tfc.dll"

To remove NeoTF from a Linux server,
edit tfc\liblist.gam and replace the line:

gamedll_linux "addons/NeoTF/dlls/NeoTF_i486.so"

with:

gamedll_linux dlls/tfc_i386.so

After this is done, see Section 6.3


Metamod server
----------------------------------
Simply remove the NeoTF ntf.dll or NeoTF_i486.so entry from
your plugins.ini file (or metamod.ini for older MM versions)
or any NeoTF localinfo entries in your autoexec.cfg file.


After this is done, see Section 6.3


Shared resources removal
----------------------------------
Note: the relative path for a STEAM Dedicated server is:
C:\Program Files\Steam\SteamApps\YOURNAME@EMAIL\Dedicated Server\tfc

Note: the relative path for a STEAM LAN server (listenserver) is:
C:\Program Files\Steam\SteamApps\YOURNAME@EMAIL\team fortress classic\tfc

Note: the relative path for a WON LAN server (listenserver) is:
C:\Sierra\Half-Life\tfc

(I). Delete the "neotf" folder inside the "tfc\models" folder.
(II). Delete the "neotf" folder inside the "tfc\sound" folder.
(III). Delete the "neotf" folder inside the "tfc\maps" folder.
(IV). Delete the "glyphs" folder inside the "tfc\sprites" folder.
(V). Delete the "NeoTF" folder inside the "tfc\addons" folder.
(VI). Remove the line "exec ntf_cvars.cfg" from any configs you are running.
(VII). Delete the ntf_cvars.cfg file.