[Release] Elites Private Server

05/04/2013 13:41 Babbalotto#1066
How much it will be similar to the real game? I hope that JD will insert LF4 and the pilot sheet with log file.
05/04/2013 13:54 'Real™#1067
Quote:
Originally Posted by Babbalotto View Post
How much it will be similar to the real game? I hope that JD will insert LF4 and the pilot sheet with log file.
No he WON'T!
05/04/2013 13:58 Deathdragon2332#1068
Give it a couple months and there will be tons of private severs up all over the place and perhaps even simple bat files and such to host your own, just like WOW servers now a days you can set one up in 30 mins.
05/04/2013 14:01 Transformer1996#1069
how can i allow special characters for the username?
05/04/2013 15:35 TuPac'#1070
Man leute schon 2 Seiten lang streitet ihr euch über max. Level
:D ich finds lustig und unterhaltsam

Max lvl 32 .
05/05/2013 09:21 hero2323#1071
when it well be public can't wait :) and thank you for your effort :)
05/05/2013 09:25 bot_user1234#1072
will this private server ever be released? or this is just going to stay a spam thread forever? :cool:
05/05/2013 09:26 arvatadryan#1073
Quote:
Originally Posted by hero2323 View Post
when it well be public can't wait :) and thank you for your effort :)
wont be public
05/05/2013 14:05 bot_user1234#1074
Quote:
Originally Posted by Requι View Post
The maximum level is 32. Thats a mistake
actually I don't think in darkorbit they have a maximum level. it just keeps going and going. But if there is a maximum level, I believe it is actually 40.
Level 40: 2.748.779.069.440.000 Exp
05/05/2013 15:04 knuck#1075
Quote:
Originally Posted by bot_user1234 View Post
actually I don't think in darkorbit they have a maximum level. it just keeps going and going. But if there is a maximum level, I believe it is actually 40.
Level 40: 2.748.779.069.440.000 Exp
I looked into the java files yesterday, in do_es. And saw it somewhere. There was some option when level is 1 to 32....
05/05/2013 15:16 721560329#1076
Quote:
Originally Posted by knuck View Post
I looked into the java files yesterday, in do_es. And saw it somewhere. There was some option when level is 1 to 32....
yes but if you set your level to this : 999999999999999999999999999999999
it will give you error and automaticaly change to this: 2147483647..... so this is max level :D
05/05/2013 15:48 »Barney«#1077
Guys, maximum level might be ((2 ^ 31) - 1) (Int32.MaxValue), but the amount of experience for that level would be just too big. Usually these numbers go up to UInt64.MaxValue (0 <-> (2^ 64) -1) or Int64.MaxValue (-2^63 <-> (2^ 63) -1), there's no actual reason to make them higher.

But I think this isn't what we should talk about in this thread.
05/05/2013 16:12 hello..#1078
Quote:
Originally Posted by chichi011 View Post
Guys, maximum level might be ((2 ^ 31) - 1) (Int32.MaxValue), but the amount of experience for that level would be just too big. Usually these numbers go up to UInt64.MaxValue (0 <-> (2^ 64) -1) or Int64.MaxValue (-2^63 <-> (2^ 63) -1), there's no actual reason to make them higher.

But I think this isn't what we should talk about in this thread.
Just a note:
double ±5,0 × 10^−324 up to ±1,7 × 10^308
05/05/2013 16:17 bot_user1234#1079
Quote:
Originally Posted by hello.. View Post
Just a note:
double ±5,0 × 10^−324 up to ±1,7 × 10^308
This is going off-topic. Please detain to stay on-topic, or it may lead to the closing of this thread.

Thanks + Regards.
05/05/2013 17:32 YatoDev#1080
Quote:
Originally Posted by 721560329 View Post
yes but if you set your level to this : 999999999999999999999999999999999
it will give you error and automaticaly change to this: 2147483647..... so this is max level :D
That number what you mean which is the highest ....
I dont know right but isnt this only the largest number for integer ?