How much it will be similar to the real game? I hope that JD will insert LF4 and the pilot sheet with log file.
I looked into the java files yesterday, in do_es. And saw it somewhere. There was some option when level is 1 to 32....Quote:
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
yes but if you set your level to this : 999999999999999999999999999999999Quote:
I looked into the java files yesterday, in do_es. And saw it somewhere. There was some option when level is 1 to 32....
Just a note:Quote:
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.
That number what you mean which is the highest ....Quote:
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