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)

YURI-ELIADE.ITALY 02/05/2017 16:19

someone can give me the editable emulator on darkplanets source that was released long ago

majcoo1new 02/05/2017 18:02

hey, i need help with this problem. in htdocs/spacemap/xml/maps.php i will change ip to 127.0.0.1
i dont know where is problem. any tips?
[Only registered and activated users can see links. Click Here To Register...]

YURI-ELIADE.ITALY 02/06/2017 15:18

someone can tell me how I can set the triangle of the portals on the spider

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

porra123456 02/06/2017 16:37

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35712841)
someone can tell me how I can set the triangle of the portals on the spider

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

u need a emulator source , because this is a packet ... " RDY| blablabla "" ...

YURI-ELIADE.ITALY 02/06/2017 16:46

Quote:

Originally Posted by porra123456 (Post 35713105)
u need a emulator source , because this is a packet ... " RDY| blablabla "" ...


better explained

MuffinMario 02/06/2017 22:11

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35713146)
better explained

get a packet list from your specific darkorbit version or decompile your swf and look for the code that handles the drones based on receiving packets.
It should be the RDY|... packet which also includes the username, guild, level, etc. .

YURI-ELIADE.ITALY 02/06/2017 22:16

Quote:

Originally Posted by MuffinMario (Post 35714319)
get a packet list from your specific darkorbit version or decompile your swf and look for the code that handles the drones based on receiving packets.
It should be the RDY|... packet which also includes the username, guild, level, etc. .

RDY I find it in the emulator I spacemap

porra123456 02/06/2017 23:38

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35713146)
better explained

If u dont understand u need to study C# before making a server.

ItsTequila 02/07/2017 00:50

Quote:

Originally Posted by porra123456 (Post 35714554)
If u dont understand u need to study C# before making a server.

In fact C# is totally not the only language he is required to know in order to create a server. There are other powerful languages as well. I would personally use C# due to it's networking performance which is a bit better than C++.
Java is a great alternative as well with even more powerful network libraries and it's the original language of Darkorbit's emulators.

It's not that hard to code an emulator on any of those languages if you got the base knowledge of what is what and how it would be most efficient way of doing it. I've spent long time experimenting with many ways but if you don't want to lose as much time as me just get a book on the language you'd like to start coding on and get on reading.

The actual stuff you need to read about is:
- Basic functions and variables
- How to implement them into a more efficient code
- Networking / Sockets (TCP / for better understanding read UDP one as well)

After you finish with that you're gonna be good to go and able to code an emulator on your own.

However if you've done everything right you should probably understand how trash DO's networking is.

I know the post is a bit long but I tried covering every single detail on what you need. Hope I didn't miss something.

Good luck and have fun on your journey =)

th0rex 02/07/2017 14:14

Quote:

Originally Posted by NUMANDERBUHMAN (Post 35714714)
There are other powerful languages as well. I would personally use C# due to it's networking performance which is a bit better than C++.

Wtf why should C# be just the slightest bit faster than C++ when it comes to networking ? If anything it's slower.

d5d 02/07/2017 18:42

Need
 
Quote:

Originally Posted by ShockWaveDO (Post 35704733)
Im need 7.5.3 cms and emulator.
ım have 9.0 [Only registered and activated users can see links. Click Here To Register...]
trade :)

i nedd your cms pleaaase

Luffa 02/07/2017 20:03

Quote:

Originally Posted by C0untLizzi (Post 35715809)
Wtf why should C# be just the slightest bit faster than C++ when it comes to networking ? If anything it's slower.

True I agree with u Lizzi, if you find that c++ is slower, then you are doing something wrong with it.


C++ is a powerfull language.




-Bau

YURI-ELIADE.ITALY 02/07/2017 22:12

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

I found this emulator that has the GGs triangle not buy ammunition 10 iris and will not display them in mappa.sono three years that I joined this forum now let's see what I have learned in these three years from this forum, though not I never studied to encode codes what little I know I learned in this particular forum.

Azza12 02/08/2017 23:59

Hey guys i want to make my own private server, but i'm looking for files around 2010-16 can anyone send me a starter files, and i code the rest?

Skype: azza.hudson15

YURI-ELIADE.ITALY 02/09/2017 14:46

#region Packets
else if (_userAuth)
{
if (packetHeader.StartsWith("PNG"))
{
socketClosed = false;
this.LastPing = Program.GetUnixTimestamp;

}
#endregion
#region RDY|MAP
else if (packetHeader.StartsWith("RDY"))
{
}
else if (packet[0] == "SEL")
{
var id = uint.Parse(packet[1]);
if (id < 1000)

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

help my cod

Requi 02/09/2017 22:13

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35721740)
#region Packets
else if (_userAuth)
{
if (packetHeader.StartsWith("PNG"))
{
socketClosed = false;
this.LastPing = Program.GetUnixTimestamp;

}
#endregion
#region RDY|MAP
else if (packetHeader.StartsWith("RDY"))
{
}
else if (packet[0] == "SEL")
{
var id = uint.Parse(packet[1]);
if (id < 1000)

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

help my cod

Maybe show us the declaration of packetHeader?
And why is everybody still using this awful source?

YURI-ELIADE.ITALY 02/16/2017 21:59

I tell me how can I set the icons such as I drew

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

manulaiko3.0 02/17/2017 10:23

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35744032)
I tell me how can I set the icons such as I drew

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

Use a newer client.

Destiny 02/17/2017 11:11

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35744032)
I tell me how can I set the icons such as I drew

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

in game.xml you must edit minimizedIconSlot and staticButtonSlots.
Its take much time find x y for each button ofc you need edit buttons for each resultion id.

YURI-ELIADE.ITALY 02/17/2017 22:09

well the first part arranged tomorrow I will do the second part

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

Destiny 02/17/2017 23:51

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35746992)
well the first part arranged tomorrow I will do the second part

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

good :)

YURI-ELIADE.ITALY 02/19/2017 12:57

Quote:

Originally Posted by bdsmn (Post 35751219)
Hi, how to fix darkplanets login problem ?
[Only registered and activated users can see links. Click Here To Register...]


I gave me too this problem so I do not have reversed the date of my pc

19/02/2017 = 02/19/2017
try and work :handsdown:

bdsmn 02/19/2017 14:00

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35751268)
I gave me too this problem so I do not have reversed the date of my pc

19/02/2017 = 02/19/2017
try and work :handsdown:

ı try but dont work :(

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

YURI-ELIADE.ITALY 02/19/2017 14:18

Quote:

Originally Posted by bdsmn (Post 35751512)
ı try but dont work :(

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

ADD me skype yuri.celella2 :handsdown:

jaguar48 02/19/2017 15:54

Quote:

Originally Posted by bdsmn (Post 35751512)
ı try but dont work :(

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

isim carlito mu

bdsmn 02/20/2017 17:08

i fixed darkplanets emulator.
but a new problem here :)
how to fixed solace ship ? i can't get map for solace

YURI-ELIADE.ITALY 02/20/2017 22:20

help me plz

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

porra123456 02/20/2017 22:43

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35756730)
help me plz

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

maybe the swf is trying load a equipment what doesn't exist in database or have in database and not in server files

Freshek 02/21/2017 07:30

I'm wondering why do people still use old emulators instead of coding them by themself. Nowadays everyone want to create his own pserver without any knowledge about programming.

Requi 02/21/2017 08:33

Quote:

Originally Posted by Freshek (Post 35757463)
I'm wondering why do people still use old emulators instead of coding them by themself. Nowadays everyone want to create his own pserver without any knowledge about programming.

Nowadays?
[IMG=expandable: 1]http://i.imgur.com/UvXnCPj.png[/IMG]

It's been always like that.

bdsmn 02/21/2017 20:33

Quote:

Originally Posted by bdsmn (Post 35755631)
i fixed darkplanets emulator.
but a new problem here :)
how to fixed solace ship ? i can't get map for solace

hey please help

YURI-ELIADE.ITALY 02/21/2017 20:43

as never localhost equipment opens've servers on vps and it does not open to help me please

Luffa 02/21/2017 21:14

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35759479)
as never localhost equipment opens've servers on vps and it does not open to help me please



Hey Yuri, I send a little present to the data-center, that is hosting your vps.


Enjoy

YURI-ELIADE.ITALY 02/21/2017 21:20

Quote:

Originally Posted by Βau (Post 35759584)
Hey Yuri, I send a little present to the data-center, that is hosting your vps.


Enjoy

add me skype yuri.celella2

YURI-ELIADE.ITALY 02/23/2017 13:39

help rank not update

***NOMAD*** 02/23/2017 16:01

Quote:

Originally Posted by YURI-ELIADE.ITALY (Post 35764738)
help rank not update

I log here almost every day and I always see you asking for help with your private server project. Now, I don't know anything about these servers or coding so I don't know how to create one. I don't want to go personal but I think you should learn more about these servers and stuff around them in general before you attempt to create your own. Maybe you can ask if someone with more experience wants to help you and join your team :).

Good luck with your server!
-NOMAD

YURI-ELIADE.ITALY 02/23/2017 18:55

Quote:

Originally Posted by ***NOMAD*** (Post 35765235)
I log here almost every day and I always see you asking for help with your private server project. Now, I don't know anything about these servers or coding so I don't know how to create one. I don't want to go personal but I think you should learn more about these servers and stuff around them in general before you attempt to create your own. Maybe you can ask if someone with more experience wants to help you and join your team :).

Good luck with your server!
-NOMAD


I have my server in garden after so many years in this wonderful forum and I learned a few things and I try to put into practice on my server but does not have many things like a few but over time I think I can improve and get a vps grande.mi'd love to have more people with whom to work on my server to gether.

Freshek 02/23/2017 23:02

You learned everything except programming.

porra123456 02/24/2017 14:36

someone can send to me a cms with drone formation ? i make a emulator , i need just the cms

manulaiko3.0 02/24/2017 17:03

Quote:

Originally Posted by porra123456 (Post 35768287)
someone can send to me a cms with drone formation ? i make a emulator , i need just the cms

CMS are independent of the emulator, although both rely in the DB, one can work without the other.

As there's not a standard DB for DarkOrbit PS being actively used this means that your database will differ from almost every other database and, therefor, making it almost impossible to mix with an already made CMS.

tl;dr: make your own CMS.


All times are GMT +2. The time now is 15:30.

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