Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] 3.5 Client with debug console

Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Thats a client with debug console which prints dbg outputs.
Good for debugging clients - shows missing effects , and some other issues.
To enable in game info - CTRL + ALT + /

FIXED:



Have fun
 
Last edited:
Newbie Spellweaver
Joined
Feb 8, 2013
Messages
29
Reaction score
4
WarriorSW - [Release] 3.5 Client with debug console - RaGEZONE Forums
 
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
in console:
Code:
Brak pliku efektu(07001680) obectinfo.inf
its from polish - it means that object is missing and probably thats why you have exception 0xc000005 so access violation.

EDIT:

Ahh ... well i understand. I have unique tex files in my 3.5 client so compiled version had other file structure than original one. Well i maked version for subagames (like original) so shouldn't kick after click OK anymore.

 
Last edited:
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
if you want eng i can compile for eng no problem



https://mega.co.nz/#!DRITXKCR!kSZxuVrzxezSPqHJZVk3BgZ154-4nT_RQF1C5RKjflQ

in game info enabling changet to
CTRL + ALT + D

client is english now
 
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
if you want eng i can compile for eng no problem





in game info enabling changet to
CTRL + ALT + D

client is english now

can you share this source ?
 
Last edited:
Newbie Spellweaver
Joined
Nov 4, 2010
Messages
59
Reaction score
1
is it possible you could make an debug version of the ep3.5 client with dbg console that automaticly puts the dbg output into a txt file ?
 
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
you can always use
Code:
freopen("YOUR_LOG_FILENAME.log", "a", stdout);
instead of
Code:
freopen("CONOUT$", "w", stdout);
 
Junior Spellweaver
Joined
May 9, 2014
Messages
119
Reaction score
11
Captura - [Release] 3.5 Client with debug console - RaGEZONE Forums Good



please spañish.? compile please .??
 

Attachments

You must be registered for see attachments list
Back
Top