[Guide]CoEmu v2 Source Setup

04/21/2010 22:09 pro4never#226
Quote:
Originally Posted by ninjashinobi View Post
how the FUCK i open a ".SLN" file???
Download C# so you can edit the code...

I would think it would be rather obvious what program you need seeing as A: it's listed in most guides for any C# based source out there and B: it's built in C#... meaning you need a C# editor...

That or googling ".sln extension".

But yah, it's free from microsoft. Visual C# express or w/e they call it now.
04/22/2010 02:07 ninjashinobi#227
i cant find the "2008" version, MY XP ISNT SERVICE PACK 3
04/24/2010 17:54 LetterX#228
Quote:
Originally Posted by ninjashinobi View Post
i cant find the "2008" version, MY XP ISNT SERVICE PACK 3
[Only registered and activated users can see links. Click Here To Register...]

You could still get to it by going to the Microsoft site I linked to and then "Get Started" -> "Visual Studio 2008 Express". x_x
04/30/2010 11:27 ninjashinobi#229
Quote:
Originally Posted by LetterX View Post

Fifteenth, I am going to assume you have some form of MySQL installed & Apache + phpMyAdmin
MySQL? Apache? phpMyAdmin? More downloads? where is the links?

How do i create character?
04/30/2010 16:06 pro4never#230
You use navicat or your favorite sql editing program and add an account (ONLY set the username, password is set on your first login)

Then log in to the game and character creation window will show up.
05/09/2010 19:33 ninjashinobi#231
I couldnt.
05/15/2010 03:02 dratzer#232
I got connection to the server but its freeze when i try to conneckt
and when i debug i got 0 errors
im using Microsoft Visual Studio 9.0 (2008) and SQLyog Enterprise
05/15/2010 21:52 pro4never#233
Does it actually freeze the server or does the client just stop logging in half way through?


If the client 'freezes' for a bit you are prob connecting to a bad ip and it's waiting for a reply for far too long

If it stops logging in part way through then you didn't set it up properly. Ensure you didn't mess up the website ip by setting it to your ip (game ignores connection from website ip) and ensure you've edited all other ips properly... if it's an actual freeze though I'm not sure what's happening
05/17/2010 16:14 dratzer#234
thx i fixed my server i just wasent alowd to us 127.0.0.1
07/02/2010 09:11 lahme1234#235
please tell me, how do i make an account using PHPMYADMIN, it won't work... i go to accounts, and then at the tab on top i click insert and then the only thing i can type in is the Values and i can choose stuff from the function thing. but i don't know how to create an account.

Thanks
07/02/2010 17:02 irritantgassie#236
I have Windows 7 64x how can i make it work ?
07/03/2010 07:00 t_dubble_uu#237
Quote:
Originally Posted by irritantgassie View Post
I have Windows 7 64x how can i make it work ?
Compile the progect is x86 mode and get the x64 version of libeay32.dll
07/03/2010 11:47 irritantgassie#238
Quote:
Originally Posted by t_dubble_uu View Post
Compile the progect is x86 mode and get the x64 version of libeay32.dll
Okay but when i changed the libeay32.dll and putted on x86 mode the gameserver and loginserver is running, but after i try to login it`s stuck and i dont get a error
07/03/2010 13:48 t_dubble_uu#239
Quote:
Originally Posted by irritantgassie View Post
Okay but when i changed the libeay32.dll and putted on x86 mode the gameserver and loginserver is running, but after i try to login it`s stuck and i dont get a error
did u copy and paste all the non compiled files from the bin/debug folder into bin/x86/debug folder? Like maps, configs, ini's, .dats and all that kinda shit for both login and world servers
07/03/2010 13:54 irritantgassie#240
Quote:
Originally Posted by t_dubble_uu View Post
did u copy and paste all the non compiled files from the bin/debug folder into bin/x86/debug folder? Like maps, configs, ini's, .dats and all that kinda shit for both login and world servers
I copied all DLL`s and all other files only not the Exe files to start the server btw i copied libeay32.dll after i copied all other files