Well, game client stops at loading screen (around 25% of loading bar filled up)
Here's the list of changes that ive made to compile server/auth server w/o errors
(xp sp3 clean install, vs2008 ultimate clean install - no blowfish.dll, luckily theres one included with server source
- .net framework 4 + SP1 (SP1 fixes missing v4 tools error, uses v3.5 tools instead)
- in server_v2 source properties (Project > ConquerServer_v2 Properties > Reference path) add path... Server\ConquerServer_v2\bin\debug (fixes blowfish bug)
- copy Server\Database to both: Server\ConquerServer_v2\Database\ ...AND... Server\ConquerServer_v2_Auth\Database\ (fixes missing files when compiling server, probably u dont need to copy whole database folder to both locations, but i didnt care to find out which folders from Database folder and where so copy them all)
- copy Server\ConquerServer_v2\bin\Debug\gamekeyexchange. dll to windows\system32 folder (adding system path should work fine too)
After that both server_Auth and server_v2 compiled and run w/o errors/warnings
- download loader... (tested v2 and v5, cant see difference atm)
- extract it to client folder (edit IP and Login port)
[Loader]
IPAddress= YOUR IP HERE
LoginPort=9958
GamePort=5816
Website=http://www.elitepvpers.com
- ive used already patched client from All clients pinned forum topic
Game stops at loading screen :/
well, ill try getting this forum client and patch-up method - maybe thatll change something, unless som1 will post the answer :P