View Single Post
Old 02-26-2008, 17:04   #29
Tseng
Guardian
Tseng NoviceTseng NoviceTseng Novice  
  Activity Longevity
1/206/20
Posts: 304
EFD: 2,593.01
Reputation: Novice
Fame: 0 Achievements: 0

Quote:
Originally Posted by Aandar View Post
You can even run it windowed in 1024x768

Just switch back to this resolution after firing up EU !
Much easier with the other method:

This method still works, just that the -n and -p parameters for username and password were removed.

Quote:
Originally Posted by Tseng View Post
Actually, this is not completly true. It's may not be possible with the EU ClientLoader to set window mode, with 1024x768 resolution, but with a lil workaround, it's possible.

Simply create a shortcut to the entropia.exe and in the destination window you add

-n<username> -p<password> -col32 -dw -w1000 -h720 -bw1500 -v0 -k1 -r4 -a0

the parameters are as follow:

-col32 / -col16: Color depth (16 or 32 Bit)
-dw / -df: windowed or fullscreen
-w: Width in pixel (You can enter any number here, but it's wise to put a number which is multiple of 4/16)
-h: Height in pixel
-bw: bandwidth in kbit/s (1500 means: 1.5 MBit)

not sure:
-a: Antialiasing?
-r: maybe visual quality (have it on max, and it has 4 steps, and r=4
-k / -v: dunno

So the complete textfield may be look like this:
"D:\Online Games\Project Entropia\Entropia.exe" -n<Username> -p<Password> -col32 -dw -w1000 -h720 -bw1500 -v0 -k1 -r4 -a0

Of course you have to replace <Username> with your actual username and <Password> with your password, without the < >.
For example:
If your username is "RandomGuy" and your password is "ultrasecret123", then you enter "-nRandomGuy -pultrasecret123". There is no space between -n and the username, same for pass.

Another important thing is, the commands are case sensitive. So it's important to use -col32 and -nUsername and NOT -COL32 -NUsername!
Tseng is offline Reply With Quote