G glemor123 New member Messages 287 Points 0 Dec 5, 2013 #2 how to find your server files version in hercules?
R Ragnar Lothbrok New member Messages 317 Points 0 Age 40 Location In the Desert or Morocc Emulator Dec 5, 2013 #3 try to on this one, maybe it will show the version in game..XD // Show Hercules version to users when the login? display_version: no
try to on this one, maybe it will show the version in game..XD // Show Hercules version to users when the login? display_version: no
Mhalicot Gamers Republic Messages 1,971 Points 0 Location Asia Github mhalicot Emulator Dec 5, 2013 #4 Hi, you can also see your SVN revision in console. Last edited by a moderator: Dec 5, 2013
O ossi0110 Community Contributors Messages 575 Points 0 Location Germany Github ossi0110 Dec 5, 2013 #5 glemor123 said: how to find your server files version in hercules? Click to expand... just use @version ingame
glemor123 said: how to find your server files version in hercules? Click to expand... just use @version ingame
G glemor123 New member Messages 287 Points 0 Dec 6, 2013 #6 how do i update my hercules version if i already customized some of my server files?
J jaBote Community Contributors Messages 2,037 Points 0 Github jaBote Dec 6, 2013 #7 Commit them, then update as normal. You'll probably some conflicts you'll have to fix yourself manually.
Commit them, then update as normal. You'll probably some conflicts you'll have to fix yourself manually.
A Angelmelody (\ /) ( . .) Messages 772 Points 0 Age 32 Location new_1-1,53,111 Github Angelmelody Emulator Dec 6, 2013 #8 for svn .svnwc.db for git .gitrefsremotesoriginmaster you can also specify version by manunal srccommoncore.c svn ---> static char svn_version_buffer[16] = "13617"; git ---> static char HerculesGitHash[41] = "1f1930c0e3d2bb928d9fc9a39f360815daf77e8f";//Sha(40) + 1
for svn .svnwc.db for git .gitrefsremotesoriginmaster you can also specify version by manunal srccommoncore.c svn ---> static char svn_version_buffer[16] = "13617"; git ---> static char HerculesGitHash[41] = "1f1930c0e3d2bb928d9fc9a39f360815daf77e8f";//Sha(40) + 1