for which version is this? (TFS)
No it wouldn't work and 0.2 supports 8.55 without source edits.It works on 0.3.6, but you can try it on 0.2.6, it should work.
I was talking about 0.2, and that .exe (it's 0.3.6pl1) works for 8.54 and 8.55up^
so you mean 0.3.6 cant have 8.55? and if it doesnt work, is it possible to make it work somehow?
Maybe if i change
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="server" versionMin="854" versionMax="855" address="127.0.0.1" port="7171"/>
</servers>
like this could work?
They probably use TheForgottenServer.rar It's working on 8.54 and 8.55
I compiled thatyou have the code for me to change in my source?
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 85[B][COLOR="Red"]5[/COLOR][/B]
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54[COLOR="Red"][B] or 8.55[/B][/COLOR] allowed!"
#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.6"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.5[B][COLOR="Red"]5[/COLOR][/B]"
I compiled that
resources.h
Code:#define CLIENT_VERSION_MIN 854 #define CLIENT_VERSION_MAX 85[B][COLOR="Red"]5[/COLOR][/B] #define CLIENT_VERSION_STRING "Only clients with protocol 8.54[COLOR="Red"][B] or 8.55[/B][/COLOR] allowed!" #define STATUS_SERVER_NAME "The Forgotten Server" #define STATUS_SERVER_VERSION "0.3.6" #define STATUS_SERVER_CODENAME "Crying Damson" #define STATUS_SERVER_PROTOCOL "8.5[B][COLOR="Red"]5[/COLOR][/B]"
And how i do that? :huh:![]()