Xarot 0 Posted August 10, 2018 Gerade eben schrieb Xabi: The password must be MD5 hashed Ohhhh. Thank You Share this post Link to post Share on other sites
supelele 0 Posted August 16, 2018 any way to get it running with linux? everything seems to work but still searching for the WiredPlayers.dll i compiled it and transfered it to my linux system. changed the directory in the meta.xml to another directory. still not found. where does the dll get called from? Share this post Link to post Share on other sites
Xabi 143 Posted August 16, 2018 1 hour ago, supelele said: any way to get it running with linux? everything seems to work but still searching for the WiredPlayers.dll i compiled it and transfered it to my linux system. changed the directory in the meta.xml to another directory. still not found. where does the dll get called from? It won't work on linux as EntitySharedData is bugged (will be fixed on 0.4) on the current version. Share this post Link to post Share on other sites
supelele 0 Posted August 16, 2018 i guess it wont work at all cause linux needs a .so file (shared object) not a dll? bridge.so is also called instead of bridge.dll. is it possible to create a .so file? for the project? Share this post Link to post Share on other sites
Xabi 143 Posted August 16, 2018 1 minute ago, supelele said: i guess it wont work at all cause linux needs a .so file (shared object) not a dll? bridge.so is also called instead of bridge.dll. is it possible to create a .so file? for the project? You have to set Visual Studio to build the solution for linux, but I don't know how to achieve this. Anyway, what I said about the EntityData on linux will be the next issue, even if you make it work. Share this post Link to post Share on other sites
supelele 0 Posted August 16, 2018 vor 1 Minute schrieb Xabi: You have to set Visual Studio to build the solution for linux, but I don't know how to achieve this. Anyway, what I said about the EntityData on linux will be the next issue, even if you make it work. visual studio cant build it for linux . you need gcc or a cross compiler for visual studio. i tried it without success. i guess anyway when EntitiyData is fixxed, it still will not work cause its not accessing the dll. Share this post Link to post Share on other sites
Bumsnudel 0 Posted August 16, 2018 How can i join after creating my character Share this post Link to post Share on other sites
Xabi 143 Posted August 17, 2018 10 hours ago, Bumsnudel said: How can i join after creating my character You have to go close to the door and press F. Share this post Link to post Share on other sites
ENOT 0 Posted August 21, 2018 @Xabi Hi! I am a bit new to all of this so this will probably be a dumb question When i start the server, it doesnt find a few of the references, (and then spits out a bunch of errors ofc) how to fix that? sdk and all that installed, dll compiled, mysql v5, os win10, not sure what else should be mentioned. Share this post Link to post Share on other sites
Xabi 143 Posted August 21, 2018 2 hours ago, ENOT said: @Xabi Hi! I am a bit new to all of this so this will probably be a dumb question When i start the server, it doesnt find a few of the references, (and then spits out a bunch of errors ofc) how to fix that? sdk and all that installed, dll compiled, mysql v5, os win10, not sure what else should be mentioned. Seems that the gamemode is not compiled and those dependencies are being referenced from meta.xml file, did you download the latest version on GitHub? Share this post Link to post Share on other sites