Register for your free account! | Forgot your password?

Go Back   elitepvpers Other Online Games Browsergames DarkOrbit
You last visited: Today at 04:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



help on ore packets

Discussion on help on ore packets within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
-=Flavio=-'s Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 615
Received Thanks: 268
help on ore packets

Hey, does anyone have any idea what packages are used to create/delete spacemap ores in versions 10.0?

I wanted to test some things but I couldn't rebuild the package correctly.
-=Flavio=- is offline  
Old   #2
 
elite*gold: 0
Join Date: Apr 2026
Posts: 1
Received Thanks: 0
Hola buenas agregame discord .energyassault
Angeliito93 is offline  
Old   #3
 
permet04's Avatar
 
elite*gold: 0
Join Date: Jun 2014
Posts: 173
Received Thanks: 115
Quote:
Originally Posted by -=Flavio=- View Post
Hey, does anyone have any idea what packages are used to create/delete spacemap ores in versions 10.0?

I wanted to test some things but I couldn't rebuild the package correctly.
Hello, I dont know if in 10.0 their is a xml but normaly you can found everything on game.xml or resources.xml
permet04 is offline  
Old   #4
 
elite*gold: 0
Join Date: Jul 2011
Posts: 13
Received Thanks: 9
In General you have to look in the main.swf, use a SWF decompiler or better a ABC Decompiler. ( ActionScript Byte Code is Harder to read, but the the most SWF Decompiler's, will sometimes skip some code parts.)
I use an ABC Disassembler (The one from CyberShadow) and a ABC to AS3 Converter.

Go to 'net/bigpoint/darkorbit/com/module'

That are all Module's (Game Packet's) Darkorbit/BigPoint is using.

As an Example:

The first Packet the Client send to the Server: (VersionRequest)
PHP Code:
package net.bigpoint.darkorbit.com.module
{
   
import flash.utils.IDataInput;
   
import flash.utils.IDataOutput;
   
import net.bigpoint.com.module.IModule;
   
   public class 
VersionRequest implements IModule
   
{
      
      private static var 
_instance:VersionRequest;
      
      public var 
version:String "";
      
      public function 
VersionRequest(param1:String "")
      {
         
super();
         
this.version param1;
      }
      
      public static function 
get instance() : VersionRequest
      
{
         return 
_instance || (_instance = new VersionRequest());
      }
      
      public function 
getLibcomModuleId() : int
      
{
         return 
666;
      }
      
      public function 
getLibcomModuleEstimatedLength() : int
      
{
         return 
2;
      }
      
      public function 
read(param1:IDataInput) : void
      
{
         
this.version param1.readUTF();
      }
      
      public function 
write(param1:IDataOutput) : void
      
{
         
param1.writeShort(666);
         
param1.writeUTF(this.version);
      }
   }

In the read/write functions of this class you can see how BP/DO Serialize/Deserialize their Game Packets.
Jack-Luhn is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Packets packets packets...
10/06/2012 - CO2 Private Server - 13 Replies
I have been struggling to understand what is a Packet how could i create one with the data i want then send it to my server So please any one tell if as example i want to send some info from my client to my server, then handle them from the server how could i do that : i have my socket server, also i don't wanna copy and paste codes i want to UNDERSTAND. My PacketReader.cs
[Zian][Deribelle] WTB Karkean neck 0/1 ore with cloak ore inf wing xD
12/21/2010 - Archlord Trading - 6 Replies
Hi i wtb Karkean necklace with inf wings dont care what lvl ore with cloak lv 4-5. pls send me private message. I will tell u my in-game name then u show me the neck. Ty. U need to have scroll. :mofo:



All times are GMT +2. The time now is 04:18.


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

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.