• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved TFS 0.3.6 V8.2 - Compiled console type

xardas33

New Member
Joined
Jan 28, 2010
Messages
83
Reaction score
0
Hello guys. I want to change my compiled server console from normal to console like in normal TFS.
I compiled, beacause I needed autostack items feature.
Now I have this console in compiled TFS.exe:


And I want to change it like this:


How i can do that ?
 
I'm using Dev-C++ 4.9.9.2. There is nothing with "console" in compiler.
Before compilation my dev-cpp looking like that:


I used TheForgottenServer-console.dev to compile.
And after compilation looking like that:


And I always copy TheForgottenServer-console.exe to my server.
 
Last edited:
devc2.jpg


(Not my pic)
Do that and in "Parameters" remove:
Code:
-D__CONSOLE__
 
Back
Top