sl.dta

03/22/2013 16:37 Desarija#1
Hey,
kann mir jemand sagen wie ich diese Datei im Client öffnen kann? Habe nichts dazu gefunden, und ist nicht für mich selber, sondern für einen Freund ohne epvpers account..
Danke im Voraus!
03/22/2013 16:45 Samker#2
Hex Editor
03/22/2013 16:45 Sentence'#3
Notepad
03/22/2013 16:51 Samker#4
Btw ich hab gehört der LC Client kann die sl.dta öffnen
03/22/2013 16:52 Morpheus[LC]#5
Sein Papierkorb
03/22/2013 16:57 Sentence'#6
Quote:
Originally Posted by WarmongerR34 View Post
No, the string stored in sl.dta is encrypted. Download my IPTool, it will allow you to edit this file and the others that are encrypted.

[Only registered and activated users can see links. Click Here To Register...]
You can decrypt it with math :)
03/23/2013 13:38 Desarija#7
Danke für die Antworten, werde das mal so weitergeben, auch wenn ich keine Ahnung davon habe :D
03/23/2013 14:24 destro1#8
Browser , Editor , Notepad , Hex Editor , Paint , WordPad und nicht zu vergessen Windows Media Player.

Ich glaube , dass es bei manchen Programmen nicht geht , aber teste mal ;).
03/23/2013 23:12 Desarija#9
Quote:
Originally Posted by destro1 View Post
Browser , Editor , Notepad , Hex Editor , Paint , WordPad und nicht zu vergessen Windows Media Player.

Ich glaube , dass es bei manchen Programmen nicht geht , aber teste mal ;).
Öffnen wahrscheinlich schon, aber nicht entschlüsseln :D
Geht das mit Warmongers Tool?
03/24/2013 00:05 Wizatek#10
[Only registered and activated users can see links. Click Here To Register...]

thats the official barunson tool.
Sadly it doesnt support all features the file has to offer.
The client allows up to 5 different loginservers set in the sl.dta file.
Also u can set when the client shows a channel is full or when there is a congestion.

Code:
struct LoginServer
{
	char	szName[100];
	char	szAddress[100];
	char	szPort[100];
	char	szFullUsers[50];
	char	szBusyUsers[50];
};
Code:
test 127.0.0.1 4001 20 10
This will show Full when there are 20 people, and congestion when there are 10 people on that channel. When a channel shows full u also can't connect to it.
So its a good way of load balancing (if needed)
03/24/2013 01:44 Desarija#11
Quote:
Originally Posted by wizatek View Post
[Only registered and activated users can see links. Click Here To Register...]

thats the official barunson tool.
Sadly it doesnt support all features the file has to offer.
The client allows up to 5 different loginservers set in the sl.dta file.
Also u can set when the client shows a channel is full or when there is a congestion.

Code:
struct LoginServer
{
	char	szName[100];
	char	szAddress[100];
	char	szPort[100];
	char	szFullUsers[50];
	char	szBusyUsers[50];
};
Code:
test 127.0.0.1 4001 20 10
This will show Full when there are 20 people, and congestion when there are 10 people on that channel. When a channel shows full u also can't connect to it.
So its a good way of load balancing (if needed)
Thanks Wiza, an official tool will always be good to have i guess. Ima pass it :)