Private Server Info and Support Thread

03/27/2016 15:23 alexutu2013#2461
hi all, is there any opensource java emulator??
03/27/2016 19:11 MuffinMario#2462
So I found this array (its not the full one) from the spacemap swf from darkorbit 1.x
Code:
allmapids[42] = "???";
allmapids[50] = "GG";
allmapids[51] = "GG α";
allmapids[52] = "GG β";
allmapids[53] = "GG ɣ";
allmapids[54] = "Y II ";
allmapids[81] = "DM";
allmapids[82] = "DM";
anyone able to explain me what 42,50 and 54 are and what they have to do there, i mean i know what ??? is but was it really there already or was is just not recorded
03/27/2016 19:15 Destiny#2463
Quote:
Originally Posted by MuffinMario View Post
So I found this array (its not the full one) from the spacemap swf from darkorbit 1.x
Code:
allmapids[42] = "???";
allmapids[50] = "GG";
allmapids[51] = "GG α";
allmapids[52] = "GG β";
allmapids[53] = "GG ɣ";
allmapids[54] = "Y II ";
allmapids[81] = "DM";
allmapids[82] = "DM";
anyone able to explain me what 42,50 and 54 are and what they have to do there, i mean i know what ??? is but was it really there already or was is just not recorded
42 cubicon map
50 mybe galaxy gate 999 days
y2 birthday gate
03/27/2016 21:30 MuffinMario#2464
Quote:
Originally Posted by =INFINITY= View Post
42 cubicon map
50 mybe galaxy gate 999 days
y2 birthday gate
54/y2 is the 999 days map
but 50 does not seem to be the same, so what is it..
03/27/2016 21:58 oleg-19952008#2465
Why can't I see my ship ? My code.
[Only registered and activated users can see links. Click Here To Register...]
03/27/2016 22:44 Destiny#2466
Quote:
Originally Posted by MuffinMario View Post
54/y2 is the 999 days map
but 50 does not seem to be the same, so what is it..
so mybe map 666 or something like this
03/27/2016 23:21 Requi#2467
Quote:
Originally Posted by oleg-19952008 View Post
Why can't I see my ship ? My code.
[Only registered and activated users can see links. Click Here To Register...]
You should answer with the VersionResponse and not ShipInit Packet.
03/27/2016 23:28 oleg-19952008#2468
Quote:
Originally Posted by Requi View Post
You should answer with the VersionResponse and not ShipInit Packet.
I slightly corrected code. BUT I never see his ship.

Quote:
Originally Posted by Requi View Post
You should answer with the VersionResponse and not ShipInit Packet.
If you send a package with ID 667 (VersionResponse ) then he asks another package with ID 26161 (ObfuscationRequest) and that he in response to ObfuscationRequest send I don't know.
If you remember how was the customer 4.1 the pack ship (RDY) and then went other packages, such as the droids, interface settings, and everything else. I don't know what we should continue to send in the game and in what sequence.
03/28/2016 01:04 olitis1#2469
Quote:
Originally Posted by oleg-19952008 View Post
If you send a package with ID 667 (VersionResponse ) then he asks another package with ID 26161 (ObfuscationRequest) and that he in response to ObfuscationRequest send I don't know.
If you remember how was the customer 4.1 the pack ship (RDY) and then went other packages, such as the droids, interface settings, and everything else. I don't know what we should continue to send in the game and in what sequence.
VersionRequest->VersionResponse->ObfuscationRequest->ObfuscationResponse->LoginRequest->ShipInitialization Command, Settings and others...

That's the order.
03/28/2016 04:17 Requi#2470
Quote:
Originally Posted by oleg-19952008 View Post
I slightly corrected code. BUT I never see his ship.



If you send a package with ID 667 (VersionResponse ) then he asks another package with ID 26161 (ObfuscationRequest) and that he in response to ObfuscationRequest send I don't know.
If you remember how was the customer 4.1 the pack ship (RDY) and then went other packages, such as the droids, interface settings, and everything else. I don't know what we should continue to send in the game and in what sequence.
If you never send the ObfuscationResponse, you never get the HandshakeRequest, so you can never send the HandshakeResponse, which means you never get the LoginRequest and the ConnectionManager will never wait for any ShipInitCommands.
03/28/2016 11:51 oleg-19952008#2471
Quote:
Originally Posted by Requi View Post
If you never send the ObfuscationResponse, you never get the HandshakeRequest, so you can never send the HandshakeResponse, which means you never get the LoginRequest and the ConnectionManager will never wait for any ShipInitCommands.
I'm sending a package 15269, but it just the writing I don't know. You know what is the size of the array, but which array ? The one I sent or one that I accept ? In your client code says that the variable "CODE" is of type byte array, I understand that I need size "CODE" and send but how to know ?

03/28/2016 13:36 Requi#2472
Quote:
Originally Posted by oleg-19952008 View Post
I'm sending a package 15269, but it just the writing I don't know. You know what is the size of the array, but which array ? The one I sent or one that I accept ? In your client code says that the variable "CODE" is of type byte array, I understand that I need size "CODE" and send but how to know ?

Look what the client is doing with that code and find it out. Find all references to that Command and find the ObfuscationResponseHandler. From there it's easier to tell. But I would stop. It's a hell of work to create this shit.
03/28/2016 18:45 d5d#2473
Please i need the laste source Darkorbit spacemap
03/28/2016 18:47 NoCheatImPGM#2474
Quote:
Originally Posted by d5d View Post
Please i need the laste source Darkorbit spacemap
Quote:
[Only registered and activated users can see links. Click Here To Register...]
Good luck.
03/30/2016 01:07 d5d#2475
Quote:
Originally Posted by westernN View Post
Themes needs a up, 6/10 of themes don't have worked download link !
Quote:
Originally Posted by NoCheatImPGM View Post
Good luck.
How to download it Please