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

[7.72] OTHire 0.0.3

It won't work, with this guide u need 2010. To use 2017 you will need to change libraries, I know anyone that have been able to do it.
It should work if one could change the toolset to v100 or w/e Visual 10 was using. Never tried it myself though.
 
It won't work, with this guide u need 2010. To use 2017 you will need to change libraries, I know anyone that have been able to do it.
everything worked now, build succeeded.
But when I go to execute the .exe on release, it says ... can't find 'libxml2.dll'
 
everything worked now, build succeeded.
But when I go to execute the .exe on release, it says ... can't find 'libxml2.dll'
Out of curiosity, did you compile it with Visual studio 10 or 17?

Also, you need that library file in the same folder as your executable. I Think it follows with OTHire when you download it.
 
Out of curiosity, did you compile it with Visual studio 10 or 17?

Also, you need that library file in the same folder as your executable. I Think it follows with OTHire when you download it.

with 10.
ok thanks you, I will try it again.
 
As I said, in the same folder as the executable file (.exe)

Look at this:
TwistedScorpio/OTHire

You can see all the library files are in the same folder as the executable that you just compiled, a long with the data folder. I understand that you are new but this is pretty far from rocket science...
 
As I said, in the same folder as the executable file (.exe)

Look at this:
TwistedScorpio/OTHire

You can see all the library files are in the same folder as the executable that you just compiled, a long with the data folder. I understand that you are new but this is pretty far from rocket science...

I surely can do it better next time :p
 
I compiled it.
Now I am here when I open the server.exe
https://i.gyazo.com/7e68de50033a422048567d09432ac9cd.png
My main goal now would be to play the server offline.
go to the last line of the config.lua and look for this
Code:
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
sql_type = "mysql"

-- SQL connection part (mysql, pgsql, odbc)
sql_db   = "database"
sql_host = "127.0.0.1"
sql_port = 3306
sql_user = "root"
sql_pass = "password"

where it says (sql_pass) put your mysql pssword
where it says (sql_db) put your database name
 
go to the last line of the config.lua and look for this
Code:
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
sql_type = "mysql"

-- SQL connection part (mysql, pgsql, odbc)
sql_db   = "database"
sql_host = "127.0.0.1"
sql_port = 3306
sql_user = "root"
sql_pass = "password"

where it says (sql_pass) put your mysql pssword
where it says (sql_db) put your database name
I did it now, it doesn't work. Maybe I put wrong things.
 
Back
Top