Episode One - Game Server.exe Error

01/21/2015 16:51 JasonReynolds#1
Hello All,

I've recently tried getting Episode one back up to its original glory - I know a lot of people don't like it.

I have sourced some episode one files, But i seem to be getting an error out of the gameserver.exe (See picture attached)

If anyone has any gameserver.exe for episode one that works i would be very great full and once its all together i will re-distribute...

I am looking to put WASD in to episode one, And also have a few new animations in there. Big project ideas that is going to be implemented if possible.

So if anyone has Gameserver.exe for Episode one please let me know

Skype - CheekyTrooper

Thanks
Jason[Only registered and activated users can see links. Click Here To Register...]
01/21/2015 16:52 VeSpacco#2
I'm interested. Contact me please
01/21/2015 20:39 Lee Ki-Hwan#3
If you work with the 2009 Source and you are using their Original Database then it might be because the Database contains Korean Characters, which your Computer dont recognize.

You can simple just Debug the GameServer set some Breakpoints and see where the Error occurs.

To put wasd is need a little bit math knowledge, if you Compiled the Engine you can search the Function in Input.cpp (i dont know exacly now, the Source is on a diffrent PC.)
But in the Engine is only set if you pressed the Key, then you would have to move on in the EntitiesMP and check if the Value of the key is equal to 1.0f (f because its a Float)
and then calculate the x,y Pos and call the SetDiseredPosition function which allows a FLOT3D as Parameter. (Also i dont know excacly if its this Function).
For me WASD is working very well except some little bugs.
01/21/2015 21:58 JasonReynolds#4
At the moment i only have the server files - Gameserver.exe is not working so trying to find the source to compile and fix a few things.

Do you have any news of where source code for episode one may be?

Thanks
01/21/2015 22:17 damona#5
Quote:
Originally Posted by JasonReynolds View Post
At the moment i only have the server files - Gameserver.exe is not working so trying to find the source to compile and fix a few things.

Do you have any news of where source code for episode one may be?

Thanks
We have worked with it and implement wasd, nigthshadow, title etc. but now useless because 2014 released :D
01/21/2015 23:23 JasonReynolds#6
Ooooo its all implemented lovely, Does anyone know where to get these said files?, I wish to run a episode 1 server. I'm not a massive fan of ep3

I am willing to pay for this also
01/21/2015 23:40 damona#7
Quote:
Originally Posted by JasonReynolds View Post
Ooooo its all implemented lovely, Does anyone know where to get these said files?, I wish to run a episode 1 server. I'm not a massive fan of ep3

I am willing to pay for this also
that files only have The Notorious B.I.G and I, but you can download the source on a other forum and compile/write self.
Type in google: [Release] Last Chaos - Complete Source
and you will find it ;)
01/21/2015 23:52 JasonReynolds#8
Ahh yes already have this
01/22/2015 07:33 PizzaGuy#9
Quote:
Originally Posted by damona View Post
We have worked with it and implement wasd, nigthshadow, title etc. but now useless because 2014 released :D
It's pointless to add content from other episodes to a prior generation version. Who in their right mind would play an Episode 1 server with Episode 3 content.
01/22/2015 09:19 Lee Ki-Hwan#10
Quote:
Originally Posted by PizzaGuy View Post
It's pointless to add content from other episodes to a prior generation version. Who in their right mind would play an Episode 1 server with Episode 3 content.
We almost updated to fully EP2, we never wanted EP3.
We had to create the Interface and clean a little bit the Code and we would have a full EP2 Source.
So its not really pointless, its only pointless if you dont know what youre doing^^
01/22/2015 13:16 JasonReynolds#11
TNB, im very interested in which server you have. Have you published your server?
01/22/2015 13:45 Lee Ki-Hwan#12
Quote:
Originally Posted by JasonReynolds View Post
TNB, im very interested in which server you have. Have you published your server?
No we didnt, we actually stopped working because the newest Files are Online.
But maybe we gonna release some Binaries for testing.
It depends on, i have to talk with that nigga Damona.
01/22/2015 13:47 JasonReynolds#13
It seems when you fix one issue another arises,
Gamesserver fixed
Loginserver broke xD

aww, That sucks would have loved to play that server
01/22/2015 14:48 Lee Ki-Hwan#14
Did you Compiled the Engine also?
Well actually its not an Issue to compile it, but there is need to do some Changes to be able to start the Client.
You will have to Compile the Server and the Client otherwise you wont be able to use any Client (you would have to rebuild the Crypt of that Client)
01/22/2015 22:09 JasonReynolds#15
I've narrowed the login server issue down to this part of code:

sprintf(g_buf, "LS%02d", gserver.m_subno);
g_log.InitLogFile(false, &g_gamelogbuffer, g_buf);

if (!gserver.ConnectDB())
{
puts("Connect DB Error!!");
exit(0);
}

Anyone anyclue?

get a working loginserver and we have server files for ep 1 xD