elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   DarkOrbit (https://www.elitepvpers.com/forum/darkorbit/)
-   -   [Collection Thread] Private Server Info and Support Thread (https://www.elitepvpers.com/forum/darkorbit/2830133-private-server-info-support-thread.html)

manulaiko3.0 06/04/2017 23:33

Quote:

Originally Posted by nikola99 (Post 36061323)
Guys can you explain me the difference between DO's 2d and 3d code
I have intentions to create my own private server, but only browser games i ever worked on are pure html/php games similar to travian/ikariam and such...
I managed to create basic hangar and gg, but i just don't know where to start from in the actual game...
I looked for similar topics, but found none... i'm sorry if there is one

It's not about whether it's 2D or 3D, it's more about the client version.

From client 1.6 to 4.1 all packets structure are the same, raw strings where each parameter is separated by a |
With client 6.3.5 to 7.5.1 packets changed and they became byte arrays, so instead of having 0|I|userID... you had something like this:

Code:

Packet version = new Packet(667);
version.writeShort(major);
version.writeShort(minor);
version.writeShort(build);

And from 8.5+ to current one they are the same as the byte arrays + encryption.

nikola99 06/05/2017 00:01

Quote:

Originally Posted by manulaiko3.0 (Post 36061350)
It's not about whether it's 2D or 3D, it's more about the client version.

From client 1.6 to 4.1 all packets structure are the same, raw strings where each parameter is separated by a |
With client 6.3.5 to 7.5.1 packets changed and they became byte arrays, so instead of having 0|I|userID... you had something like this:

Code:

Packet version = new Packet(667);
version.writeShort(major);
version.writeShort(minor);
version.writeShort(build);

And from 8.5+ to current one they are the same as the byte arrays + encryption.

Thanks for the info.
Is original DO written in Java ?
And is there a way to get packages from game that is no longer available on web?

TheHanns 06/05/2017 00:12

Quote:

Originally Posted by manulaiko3.0 (Post 36061350)
It's not about whether it's 2D or 3D, it's more about the client version.

From client 1.6 to 4.1 all packets structure are the same, raw strings where each parameter is separated by a |
With client 6.3.5 to 7.5.1 packets changed and they became byte arrays, so instead of having 0|I|userID... you had something like this:

Code:

Packet version = new Packet(667);
version.writeShort(major);
version.writeShort(minor);
version.writeShort(build);

And from 8.5+ to current one they are the same as the byte arrays + encryption.

Buenas manu! Soy nuevo de por aqui! Me llamo David. Antes he estado hablando con Borja, menudo crack. Mi pregunta es, como interceptas los paquetes? he probado con wireshark en un server antiguo privado, pero no logro encontrar la cadena del paquete, siento responder en español! solo era para conocernos..

manulaiko3.0 06/05/2017 00:40

Quote:

Originally Posted by nikola99 (Post 36061410)
Thanks for the info.
Is original DO written in Java ?
And is there a way to get packages from game that is no longer available on web?

Original DO seems to be coded in either C++ or C#.
The way you retrieve packets is by decompiling main.swf and look for the onStreamData (for clients 1.6 to 4.1) or to the packet classes to get their structure (clients 6.3.5+)

I made a tutorial for retrieving packets for client 4.1 a lot ago, but it stills working. It's in the first post.

Quote:

Originally Posted by TheHanns (Post 36061444)
Buenas manu! Soy nuevo de por aqui! Me llamo David. Antes he estado hablando con Borja, menudo crack. Mi pregunta es, como interceptas los paquetes? he probado con wireshark en un server antiguo privado, pero no logro encontrar la cadena del paquete, siento responder en español! solo era para conocernos..

Decompilando main.swf es la manera más fácil y rápida de averiguarlo.

HimerOK 06/05/2017 06:48

Quote:

Originally Posted by HimerOK (Post 36039575)
Hello guys.
Im creating standalone game called WarUniverse with gameplay like darkorbit at 2009 year. It would be native for Android and Desktop. So before first release, i need to test it.

I need 10 testers, who helped me to find major bugs.

Main features are ready: maps, npcs, ships, equipment system, drones, etc

Please contact me (strannik_himer on skype), if you want to play it first.

Screenshot:
[Only registered and activated users can see links. Click Here To Register...]

Video of the game:
[Only registered and activated users can see links. Click Here To Register...]

Now you can play it, link to download under video. I think its not ready to wide publish yet, so i just leave it here.

S7K Yuuki 06/06/2017 00:26

Quote:

Originally Posted by WarriorYT (Post 36064976)
That post is old friend psdata: I hurt your vagina?:mofo:

@[Only registered and activated users can see links. Click Here To Register...] give this guy one of your achievements, I reported him 3 times in just one week. Wait.. 4 times.

Regards.-

ItsTequila 06/06/2017 02:01

Quote:

Originally Posted by WarriorYT (Post 36064976)
That post is old friend psdata: I hurt your vagina?:mofo:

fuckoff back to youtube fat kid

Sήøwy 06/06/2017 02:06

R.I.P Andromeda
Good luck to other private servers as they will get closed like this.

Stay safe and don't mess with copyrights..

sinnicol 06/06/2017 11:53

Andromeda closed so i'm wondering if there is other private servers similar or juste other private server with 30-40 players exept for oneultimate.

Any suggestions guys ?

Luffa 06/06/2017 12:36

>.> [Only registered and activated users can see links. Click Here To Register...]

Freshek 06/06/2017 13:00

Quote:

Originally Posted by WarriorYT (Post 36064976)
That post is old friend psdata: I hurt your vagina?:mofo:

[IMG=expandable: 1]http://i1.kym-cdn.com/photos/images/original/001/241/062/0b0.png[/IMG]

:thonking: 06/06/2017 13:21

Quote:

Originally Posted by sinnicol (Post 36065730)
Andromeda closed so i'm wondering if there is other private servers similar or juste other private server with 30-40 players exept for oneultimate.

Any suggestions guys ?

No, nope, that's a negative.

porra123456 06/09/2017 14:34

someone have a files 8.0 or above version ?

Destiny 06/11/2017 14:10

some one has old client sounds swf files ?

kekexd127 06/16/2017 13:27

Quote:

Originally Posted by sinnicol (Post 36065730)
Andromeda closed so i'm wondering if there is other private servers similar or juste other private server with 30-40 players exept for oneultimate.

Any suggestions guys ?

Andromeda is still online, but it changed the Development team for a bit.

[Only registered and activated users can see links. Click Here To Register...]

MuffinMario 06/19/2017 20:34

Quote:

Originally Posted by =INFINITY= (Post 36081019)
some one has old client sounds swf files ?

They should be the same from the ones you once sent me about a few years ago. the files are "bg_sound", "but_sounds", "trieb_sounds", "ownfx_sounds"
[Only registered and activated users can see links. Click Here To Register...]

Armandito13x 06/26/2017 22:01

Who here has knowledge to install the files battleuniverse or orbitworld v3? Pay 10 usd paypal

manulaiko3.0 07/03/2017 17:30

I've finished a database that supports all features darkorbit currently has, the only thing that's missing is the item craft thing (which I plan to add in a near feature).

It's properly named (90% of columns have comments explaining what they are) and indexed (so SELECT queries takes as little as possible).

Here it is: [Only registered and activated users can see links. Click Here To Register...]

Use
Code:

php compiler.php > database.sql
to merge all the different sql files so it's ready to import through PHPMyAdmin.

jaguar48 07/03/2017 19:39

Quote:

Originally Posted by CorumluYarak1919 (Post 36142673)
Hey Peopel,

i want to make my own server just for fun with some friend no public shit.. maybe the 9.0 client or 10.xx client..
Can some one make me an list What aspecially i need to make an 9x Client or. 10.xx Client..
it Would be very nice! btw. I dont know how to code or something, im gonna learn it in some weeks, i saw the post of @[Only registered and activated users can see links. Click Here To Register...] with the original Database, possible to do an server with these files?

Thank's every one..

LAN adam gibi nickle girsenize su foruma

Freshek 07/03/2017 20:23

Quote:

Originally Posted by CorumluYarak1919 (Post 36142673)
I dont know how to code or something, im gonna learn it in some weeks

Impossible.

ItsTequila 07/03/2017 22:15

Quote:

Originally Posted by Freshek (Post 36142829)
Impossible.

Depends on how hard you want it

KamrulHussen 07/04/2017 17:10

Quote:

Originally Posted by CorumluYarak1919 (Post 36144969)
The only that i know is how to handle with php we are learning it at school, but i want just to know what i exetly need ^^

Coding isn't something you learn overnight it takes time.

FreddieUranus 07/04/2017 18:32

Quote:

Originally Posted by CorumluYarak1919 (Post 36145100)
... i need only to know what i exetly need..
Which Progs, Which files, which database etc..

that would be nice if some one can give me a list

The "good" or "clean" files are privates right now, there is a whole market around it, however you can download the basic files, is on the first page and you need to have some lucky because many of them are down actually for obvious reason (BP).

Also, you need some skills to make it work because mostly all those basic files are, surprise, basic files, i mean they are just structures that you need to filled with your own code and features.

If you wanna learn how to build your own server, go on, you can try, search/read how the private servers works and then go back to this thread, you already gonna know what files are convenient for you.

If you just wanna play with friends my recommendations are to download some leaked files, like andromeda, modificate whatever you want, and play.

black3542 07/06/2017 20:08

Hi. Can you please recommend me a website which is PVE ,and where I can find the galaxy gates(alpha,beta etc.)

Eatforyou 07/06/2017 20:12

Quote:

Originally Posted by black3542 (Post 36150360)
Hi. Can you please recommend me a website which is PVE ,and where I can find the galaxy gates(alpha,beta etc.)

[Only registered and activated users can see links. Click Here To Register...] (the list is a bit outdated, last update was 23.05.)

Regards,
Eatforyou

black3542 07/06/2017 21:19

Quote:

Originally Posted by Eatforyou (Post 36150365)
[Only registered and activated users can see links. Click Here To Register...] (the list is a bit outdated, last update was 23.05.)

Regards,
Eatforyou

Thanks,I hope I find one.

S7K Yuuki 08/09/2017 01:16

A lot of people asked me in the past weeks for the 'deobfuscated' 7.5 client. And as I'm lazy to answer one by one, decided to post it here.

[Only registered and activated users can see links. Click Here To Register...]
* I never ever used this client, so if there are some missing resources try to get them anywhere else.

Have fun,
Regards.-

lowbird12 08/09/2017 11:15

Thank you Yuuki.

I got it running, unfortunately, there are missing resources.

They changed the translation files parser in 2007 and then again in 2011. So I am looking for the translations files of this version (7.5.x, after 2011 I guess, flashinput/*.php, English is fine XD). If anyone has the complete client files, please share, that would be greatly appreciated :).

mrdj67 08/11/2017 15:18

Hey,

I'm curious with all of this private server and figured I'd have a go at building an emulator for a 2008 client I've got. I know roughly what I need to do, I'm mainly looking at just establishing a connection to start off with and seeing if I can get it to a load my player into a map. I know I need to sniff packets etc but am not having much luck. I've done stuff similar to this before, but never specifically for DarkOrbit so I'm quite new to this in that aspect.

Does anybody have any tips in regards to sniffing packets from my locally hosted DO client and possibly any documentation which I may find useful when building such an emulator?

Thanks in advance!

manulaiko3.0 08/11/2017 16:11

Quote:

Originally Posted by mrdj67 (Post 36244737)
Hey,

I'm curious with all of this private server and figured I'd have a go at building an emulator for a 2008 client I've got. I know roughly what I need to do, I'm mainly looking at just establishing a connection to start off with and seeing if I can get it to a load my player into a map. I know I need to sniff packets etc but am not having much luck. I've done stuff similar to this before, but never specifically for DarkOrbit so I'm quite new to this in that aspect.

Does anybody have any tips in regards to sniffing packets from my locally hosted DO client and possibly any documentation which I may find useful when building such an emulator?

Thanks in advance!

Use the search function, long time ago I made a thread with all packets for old client

InsaneDO 08/29/2017 08:30

[Only registered and activated users can see links. Click Here To Register...] OLDWARRIOIR ONLINE !

darkorbit26410 09/06/2017 22:51

Something Wrong
 
Good evening to all I would like a little help because I missed 5 months.my wife killed my pc and i say that because i try now make new files in darkorbit private server and i cant stuck buttons crash and more check my screen shots pls and say me what i can fix it. that i happen 100% localhost 20-40% if i connect my pc internet but because i missing now have bromblem in localhost or internet pls check and help me! i try simple packs my packs and all its crash in all my browser!chrome opera firefox i reinstail and update java,flash player,shockwave player but nothing! thx all and sorry my bad english!:):):):)

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

manulaiko3.0 09/07/2017 01:01

Quote:

Originally Posted by darkorbit26410 (Post 36311721)
Good evening to all I would like a little help because I missed 5 months.my wife killed my pc and i say that because i try now make new files in darkorbit private server and i cant stuck buttons crash and more check my screen shots pls and say me what i can fix it. that i happen 100% localhost 20-40% if i connect my pc internet but because i missing now have bromblem in localhost or internet pls check and help me! i try simple packs my packs and all its crash in all my browser!chrome opera firefox i reinstail and update java,flash player,shockwave player but nothing! thx all and sorry my bad english!:):):):)

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

You're loading the assets from BP's CDN, download them and load them locally.

darkorbit26410 09/07/2017 01:16

Quote:

Originally Posted by manulaiko3.0 (Post 36311941)
You're loading the assets from BP's CDN, download them and load them locally.

I try and now with pack more simple pack Andromeda and I try enter spacemap and show me I install the adobe flash player with blue style, but I download him and install 5-10 times and its finish but again show me I need Adobe flash player,I think the all my broswer block the adobe flash player and not install, and if I seash add plugin for download nothing! Can someone say idea how fix? Thx and sorry my English!( and I am in work now if I go home send pic!)

Quote:

Originally Posted by manulaiko3.0 (Post 36311941)
You're loading the assets from BP's CDN, download them and load them locally.

Ok i think i find why because if i connect in internet its work but localhost not
[Only registered and activated users can see links. Click Here To Register...]

Quote:

Originally Posted by manulaiko3.0 (Post 36142347)
I've finished a database that supports all features darkorbit currently has, the only thing that's missing is the item craft thing (which I plan to add in a near feature).

It's properly named (90% of columns have comments explaining what they are) and indexed (so SELECT queries takes as little as possible).

Here it is: [Only registered and activated users can see links. Click Here To Register...]

Use
Code:

php compiler.php > database.sql
to merge all the different sql files so it's ready to import through PHPMyAdmin.

this database its best good very good manulaiko you are king!

manulaiko3.0 09/10/2017 19:40

How many of you would be interested in a public API for Private Servers?

With it, it would be possible to:
  • Simplify each private server database to the point where it could be easily removed (so you can center only in the CMS/emulator)
  • Make available 3rd part apps like user statistics, communities, tools...
  • Make possible to play with the same account on all private servers.
  • Simplify the CMS development as things like Login, Register, Shop... will be leveraged to the API

NoCheatImPGM 09/10/2017 22:31

Quote:

Originally Posted by manulaiko3.0 (Post 36321528)
How many of you would be interested in a public API for Private Servers?

With it, it would be possible to:
  • Simplify each private server database to the point where it could be easily removed (so you can center only in the CMS/emulator)
  • Make available 3rd part apps like user statistics, communities, tools...
  • Make possible to play with the same account on all private servers.
  • Simplify the CMS development as things like Login, Register, Shop... will be leveraged to the API

I'd love it!

ItsTequila 09/10/2017 23:24

Quote:

Originally Posted by NoCheatImPGM (Post 36321944)
I'd love it!

And that's basically gonna be the death of all Private Servers.

manulaiko3.0 09/12/2017 15:34

Quote:

Originally Posted by NUMANDERBUHMAN (Post 36322082)
And that's basically gonna be the death of all Private Servers.

I'm pretty sure it won't.

Btw, this is how it will look like:

[Only registered and activated users can see links. Click Here To Register...]

As it's a GraphQL api you'll be able to get everything you need with a single request, simplifying everything like infinite times more.

steppdroid 09/21/2017 16:01

What is the packet "fc" ???
i get it when send the packet for create a group!

Requi 09/23/2017 02:49

Quote:

Originally Posted by steppdroid (Post 36346362)
What is the packet "fc" ???
i get it when send the packet for create a group!

Open up the main.swf and find out?????


All times are GMT +2. The time now is 02:45.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.