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

OTClient with LuaJit

OTClient devs mainly focused on CMake, MSBuild is only additional form to compiling OTClient using Visual Studio.

But one thing (this is screen from Visual Studio version) ...

OTClient_VS_Lua_Version.png


Look at this:
edubart/otclient
And to "otclient-sdk-master" folder.

So, MSBuild (Visual Studio) version in standard build, uses LuaJIT library instead Lua.

It may cause some differences between for example Windows standard Visual Studio compilation and standard Windows MinGW/Linux/MacOS version.
 
@MagicWall
Ohh =/ now i understand. VS uses the luajit instead of lua, right?

I was trying to compile otclient read binary files from LUAc, I thought i was missing compiling with the luajit parameter in preprocessors =/

Now i think the problem is in another file, but thank you so much!!
 
Back
Top