[RELEASE] DarkOrbit Remix PS Boss Of Open-Source Private Servers!

01/16/2014 18:56 manulaiko#1
DarkOrbit Remix PS
Boss Of Open-Source Private Servers

Current version: 3.0 [Beta Release]

Features:


Changelog:

Download:

See you!!
01/16/2014 19:04 PRΞĐΛTØR#2
Quote:
Originally Posted by manulaiko View Post
Hi!!

As I've released Old DarkOrbit Remix PS because I won't be able to put it online I'll release DarkOrbit Remix PS for the same reason.

Features:

Bugs:

Changelog:

Download:

WARNING!!!

If you want it works 100% you need to edit something in the apache config file:

Go to apache/conf/extra/httpd-xampp.conf and add this line:
Code:
<FilesMatch "\.es$">
    SetHandler application/x-httpd-php
</FilesMatch>
Why??
Because the .htaccess of the htdocs file was fucking the server, I couldn't load the data for the shop system u.u
Good Job Friend!!! ;)
01/16/2014 19:19 Madatek#3
If someone adds also NPCs and "AI" with normal ships, this could become the new remix fronteer :D
01/16/2014 20:19 manulaiko#4
Quote:
Originally Posted by Madatek View Post
If someone adds also NPCs and "AI" with normal ships, this could become the new remix fronteer :D
I'll try to do it :D

BTW: cms uploaded, added vt
01/16/2014 20:32 «Ice.Shock™#5
Great work just took a look at the source and it looks very nice also thanks for the Packets file ^^ I luv u for dis!
01/16/2014 20:33 Hype#6
Very good work! Thank you guy!
01/16/2014 20:37 manulaiko#7
Quote:
Originally Posted by «Ice.Shock™ View Post
Great work just took a look at the source and it looks very nice also thanks for the Packets file ^^ I luv u for dis!
Thanks!

I'll make a new topic teaching how to find packets by reverse engeneree (idk if I wrote it well :P)
01/16/2014 21:14 Requi#8
I'd recommend you to do this for the sendError void:
Code:
public static void sendError(int error)
{
ConnectionManager.Send("ERR|" + error);
}
Code:
public static void sendError(errortype error)
{
ConnectionManager.Send("ERR|" + error);
}
public enum errorType
{
LOGINFAILED = 0,
DOUBLELOGGEDIN = 1,
DESTROYED = 2
}
The code numbers aren't the real one. It's just improvised :p
01/16/2014 21:20 manulaiko#9
Quote:
Originally Posted by Requi View Post
I'd recommend you to do this for the sendError void:
Code:
public static void sendError(int error)
{
ConnectionManager.Send("ERR|" + error);
}
Code:
public static void sendError(errortype error)
{
ConnectionManager.Send("ERR|" + error);
}
public enum errorType
{
LOGINFAILED = 0,
DOUBLELOGGEDIN = 1,
DESTROYED = 2
}
The code numbers aren't the real one. It's just improvised :p
Thanks!
I'll add it to the next version but I did it with Int because the error codes are in the ServerCommands.cs so you can call the method like sendError(ServerCommands.LOGINFAILED); and save some lines :P
01/16/2014 21:40 cryz35#10
Quote:
Originally Posted by manulaiko View Post
Thanks!
I'll add it to the next version but I did it with Int because the error codes are in the ServerCommands.cs so you can call the method like sendError(ServerCommands.LOGINFAILED); and save some lines :P
Good job, It's way better than your old emulator :D
Just a thing, in the loginassembly;
Send("RSY|I|" + ....
isn't it supposed to be RDY?
01/16/2014 21:42 manulaiko#11
Quote:
Originally Posted by cryz35 View Post
Good job, It's way better than your old emulator :D
Just a thing, in the loginassembly;
Send("RSY|I|" + ....
isn't it supposed to be RDY?
Yes! didn't fell in the count 'till now, I think that was the bug of spacemap :D

BTW: If you make little updates to the emulator and want to release it you can do it in this thread ;)
01/16/2014 22:06 Destiny#12
login page no load i have xamp :D i fix must select index.es have login page xd
cant fly i fix RDY
01/16/2014 23:57 nckrnckr#13
very good but :

wtf? :D
how to fix
[Only registered and activated users can see links. Click Here To Register...]
01/17/2014 00:51 Destiny#14
delete xampp folder in htdocs and index.php
01/17/2014 01:07 nckrnckr#15
and now:
://

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