• 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!

Compiling How to compile Ezzz's Map Editor?

Anyone can help me on how to compile it? I dont need it compiled, I want to compile by myself... but dont have vcxproj nor solution
 
"How to compile it" is quoted in the thread above. Read again.
 
@StreamSide provides a link to their compiled executable in the referenced post that @Addams mentioned.



To answer your question, though, since you did not ask for the compiled executable but rather "how to compile it", here's some general steps:

  1. Open the project in Visual Studio.
  2. Select the build configuration and platform you want from the 'Configuration and Platform' dropdown menus.
  3. Click the 'Build' button on the toolbar.
  4. Done.
 
Back
Top