[Release] Orbit Reborn - Source

10/25/2014 15:17 linkpad#1
Hello everyone since bigpoint decided to stop Orbit Reborn, I'll no longer continue to work on it. That's why I release all my work today.

Please note that the source code is really not optimized and was bad coded, I also use a lot of timers anyway it was working great. Also the structure of the code and the socket is based on an habbo emulator called "Snowlight".

I release also the website even if it was really bad coded. I don't send the spacemap and the swf, because the archive will be too big then ;)

Have fun with all my work !

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

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

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

Script for rank calculation : [Only registered and activated users can see links. Click Here To Register...]
If you want emulator with NPC : [Only registered and activated users can see links. Click Here To Register...]


Dosyaları çalıştırmak için rehber hazırlamayacağım, nasıl çalıştıracağınızı bana sormayın!
I will not make any tutorials, dont ask me how to run the files!

PS : These source are only for educational purposes.

Thanks to cryz35 for the turkish translation.
10/25/2014 15:25 Destiny#2
oh link :(
btw emu have error
10/25/2014 15:53 Luffa#3
I'm sad to see another great developer getting taken down by bp.

I hope you are not gonna face the sames strikes from BP as i have.

Best Regards Bau
10/25/2014 15:56 Destiny#4
i fix xd how start spae ball xd
10/25/2014 15:57 linkpad#5
Quote:
Originally Posted by edox77 View Post
oh link :(
btw emu have error
I give the source, I'll not make any tutorials about how to run it.

Quote:
i fix xd how start spae ball xd
Just go to /game/handlers/chat.cs
10/25/2014 16:14 steppdroid#6
Hangar not work :(
10/25/2014 16:19 Destiny#7
the best server link i love your work xd
10/25/2014 16:50 steppdroid#8
Quote:
Originally Posted by edox77 View Post
the best server link i love your work xd
you will work in the hangar?
10/25/2014 16:56 Destiny#9
no use in db tabel player_config and set shield speed and dmg
10/25/2014 17:02 steppdroid#10
Rockets not work
10/25/2014 17:10 ĞIce.Shock™#11
Quote:
Originally Posted by linkpad View Post
I give the source, I'll not make any tutorials about how to run it.
Quote:
Originally Posted by steppdroid View Post
Rockets not work
I guess you got the answer
10/25/2014 17:10 Requi#12
97% will download it to start their own server without knowledge.
The other 3% will download it to take a look at the source for inspiration or to see, how the server works at some parts.

Thanks for sharing it. I'll take a look as soon as I got internet again :o
10/25/2014 17:18 th0rex#13
Most of the source seems good but there are some parts which are useless. For example:
Code:
         public byte[] ToDeltas()
        {
            var SendMessage = new List<byte>();
            //SendMessage.AddRange(BitConverter.GetBytes(Message.Count));
            SendMessage.Reverse();
            //...
         }
Why would you reverse an empty List ? Generally I don't like the whole ServerMessage structure. Why would you catch something when calling someList.AddRange(...); The only exception this method can throw is ArgumentNullException and I don't think you ever pass null in that method.
There are also some logical fails like
Code:
if (Session == null || Session.Stopped || Message == null)
            {
                Output.WriteLine("Session is null or stopped or no message IP : " + Session.RemoteAddress, OutputLevel.Warning);
                return;
            }
You are trying to access the property RemotAddress of an objects which can be null. Thats all I found so far and the rest looks really clean (except for the unused code which was just commented out) and I kinda like the packet handling part (but not the ServerMessage class). Anyway thank you for releasing it. I'm sure it can help some people who don't want to leech (im gonna call it that) but to learn something.

And I guess the things which are wrong don't interest you that much but the people who want to use this should fix them / be aware of them.
10/25/2014 18:48 Sebasebbb#14
[Only registered and activated users can see links. Click Here To Register...]
I play 1 day whit general and now the server is closed.. Fu*k bigpoint !
10/25/2014 19:07 nckrnckr#15
if shared CMS, would be better. :o :p