diff options
-rw-r--r-- | ManaWorld.vcproj | 2 | ||||
-rw-r--r-- | tmw.ini | 31 |
2 files changed, 17 insertions, 16 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index 3f2c6877..1fcca3cd 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -81,7 +81,7 @@ Name="VCLinkerTool" AdditionalOptions="/NODEFAULTLIB:LIBCMT" AdditionalDependencies="libjgmod.lib alfont.lib alleg.lib ws2_32.lib " - OutputFile="The Mana World.exe" + OutputFile="tmw.exe" LinkIncremental="1" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb" @@ -2,31 +2,32 @@ system = keyboard = en language = +version = 0.1 [server] -host = animesites.de +;host = animesites.de ;host = themanaworld.homeip.net -;host = localhost +host = localhost ;host = telekommunisten.dyndns.org port = 6901 [settings] -; Screen mode: -; 1 Fullscreen -; 2 Windowed +; = Screen mode: +; = 1 Fullscreen +; = 2 Windowed screen = 2 -; Sound: -; 1 enabled -; 0 disabled +; = Sound: +; = 1 enabled +; = 0 disabled sound = 0 -; Chat logfile location: +; = Chat logfile location: chatlog = chatlog.txt -; Display strecth mode: -; 0 Normal -; 1 2xSaI -; 2 SuperEagle +; = Display strecth mode: +; = 0 Normal +; = 1 2xSaI +; = 2 SuperEagle stretch = 1 [login] -remember = 1 -username = elven +remember = 0 +username = |