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)

orhan_55 05/02/2014 20:55

Answer Please!
 
Quote:

Originally Posted by orhan_55 (Post 28092775)
The Coolers or Moh Servidor the files I want.
I searched for weeks.
I'm so tired.

Why don't answer that!

Requi 05/02/2014 21:05

Quote:

Originally Posted by orhan_55 (Post 28109777)
Why don't answer that!

Nobody has them, except the server owners.
Code yourself some files.

Real.epvp 05/02/2014 21:34

Spoiler:
Nobody has them, except the server owners.
Code yourself some files.
__________________
I have the MOH server files but im not gonna give them out because im not like that

Úŭş 05/03/2014 15:28

Can anyone tell me the cloak packet?!

Thanks in advance,
~Asus

th0rex 05/03/2014 16:39

Quote:

Originally Posted by Úŭş (Post 28117676)
Can anyone tell me the cloak packet?!

Thanks in advance,
~Asus

Should be 0|n|INV|UserId|1 for invisible and 0 for visibile
if i remember right.

Edit: Yep, it's right.
Example usage:
Code:

        void connection_OnCloackRequest(object sender, PacketEventArgs e)
        {
            var connection = (IConnection) sender;
            m_logger.WriteInfoToConsole("Recieved CloackRequest");

            if (connection.Ship.CanCloack())
            {
                connection.Send(
                    PacketBuilder
                        .PacketHeader()
                        .Append("n", "INV")
                        .Append(connection.UserId)
                        .Append(1)
                        .FinalizePacket());
            }
        }


orhan_55 05/04/2014 16:33

Quote:

Originally Posted by Requi (Post 28109922)
Nobody has them, except the server owners.
Code yourself some files.

Please watch the video.
Too much error!


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

Spoiler:
http://youtu.be/P_xNKFRujLA

th0rex 05/04/2014 19:56

Quote:

Originally Posted by orhan_55 (Post 28131073)
Please watch the video.
Too much error!


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

Spoiler:
http://youtu.be/P_xNKFRujLA

Thats neither your cms nor your emulator. It's the emulator and cms from one ultimate. How about really making your own server which is NOT based on azure because it sucks. I thought you "know" c#.

Úŭş 05/04/2014 22:03

Quote:

Originally Posted by omitma (Post 28134086)
Thats neither your cms nor your emulator. It's the emulator and cms from one ultimate. How about really making your own server which is NOT based on azure because it sucks. I thought you "know" c#.

CMS = Adrian187's repack.
Emulator = Projekt Delta = One Ultimate (I know because when I worked with One Ultimate, I still have the emulator, and maybe the website source somewhere(OLD source, not new backpage one))

orhan_55 05/04/2014 22:55

Quote:

Originally Posted by omitma (Post 28134086)
Thats neither your cms nor your emulator. It's the emulator and cms from one ultimate. How about really making your own server which is NOT based on azure because it sucks. I thought you "know" c#.

Quote:

Originally Posted by Úŭş (Post 28135760)
CMS = Adrian187's repack.
Emulator = Projekt Delta = One Ultimate (I know because when I worked with One Ultimate, I still have the emulator, and maybe the website source somewhere(OLD source, not new backpage one))

So what should I do?

Emolaiko 05/04/2014 23:06

Code your own

deepblue23456 05/08/2014 05:09

Hey guys. İ searching darkorbit reloaded server files.Who help me?

Real.epvp 05/08/2014 21:44

Quote:

Hey guys. İ searching darkorbit reloaded server files.Who help me?
Code it on your own....

deepblue23456 05/08/2014 22:02

how? u help me on skype or teamviewer?

Real.epvp 05/08/2014 23:38

Quote:

how? u help me on skype or teamviewer?
Sorry im already making a server....

Anyone know the coordinates for a port in the middle of the map :P

Requi 05/08/2014 23:45

Quote:

Originally Posted by Real.epvp (Post 28181823)
Sorry im already making a server....

Anyone know the coordinates for a port in the middle of the map :P

max x / 2
max y /2

Real.epvp 05/08/2014 23:52

-_- is it the x multiplied by 200 and the y multiplied by 200?

Requi 05/09/2014 00:26

Quote:

Originally Posted by Real.epvp (Post 28181937)
-_- is it the x multiplied by 200 and the y multiplied by 200?

Fly to max x and max y.
e.g.: 200 and 500
50000 and 20000 are for the portal positions

/2 = 25000 and 10000

cryz35 05/10/2014 10:00

Quote:

Originally Posted by Real.epvp (Post 28181937)
-_- is it the x multiplied by 200 and the y multiplied by 200?

x and y multiplies by 100 in Azure based emulators.
ex: 130/170 in map means x:13000 y:17000
For the mid map coordinates, fly to bottom right in a map and save down the coordinates. Then divide by 2.

Nulgenilet 05/10/2014 20:45

Hi can i have some help pliz

[IMG=expandable: 1, title: ?]http://puu.sh/8GWRG.png[/IMG]

deepblue23456 05/11/2014 08:20

Hi guys.
I have a problem
portal vessels of the bi skip everyone involved from the game
Repair and chat with the robot does not work
Emergency bi please help :)

Real.epvp 05/15/2014 22:17

Anyone Know the packet to add a title?

Requi 05/16/2014 06:15

Quote:

Originally Posted by Real.epvp (Post 28259480)
Anyone Know the packet to add a title?

0|n|t|userid|titleid

\\xsUserSxs// 05/17/2014 09:40

Hi can somebody help me i got problem every time i start the emulator and connect to space map i see connection lost and recive this message in emulator

sended policy file
user connected to the server

Anohros 05/17/2014 14:54

Hi,
Quote:

Originally Posted by Requi (Post 28261302)
0|n|t|userid|titleid

In darkorbit reloaded (newer versions), you have to state a title color: [DATA EVENT] 0|n|t|userid|colorid|titlename

Specified colors:
(Color id -> Color hexcode)
222 -> 0x3B5998
364 -> 0xAAAA00
365 -> 0xCCCCCC
366 -> 0xCD7F32

.. or let the default color: 0xFFFF00 (Yellow), with wrong color id like -1 or 333.

The titlenames are in the translationTitles.php

Quote:

Originally Posted by \\xsUserSxs// (Post 28272618)
Hi can somebody help me i got problem every time i start the emulator and connect to space map i see connection lost and recive this message in emulator

sended policy file
user connected to the server

Have you checked whether the policy file was sended (should be happened, else you would not become the lost connection info), was the file undamaged? Has the server any other errors?

With regards,
Anohros

TufanTR 05/17/2014 15:37

[Only registered and activated users can see links. Click Here To Register...]
Buradaki dosyaları indirdim, eclipse vs. indirdim. nasıl açıyorum bunu ?? :(
"Go to File > Import and follow the instructions, Important: the path to the sources must be the folder emulator1" yazıyor ama böyle şeyler var: [Only registered and activated users can see links. Click Here To Register...] hangisini seçeceğim? :(

[Only registered and activated users can see links. Click Here To Register...]
Here I downloaded the files, vs eclipse. I downloaded. How do I open?? : (
"Go to File> Import and follow the instructions, Important: the sources must be the path to the folder emulator1 says," but there are things like: [Only registered and activated users can see links. Click Here To Register...] which one do I choose? : (

sorry for bad english.
google translate :(

Real.epvp 05/17/2014 16:32

Quote:

[RELEASE] DarkOrbit Remix PS Boss Of Open-Source Private Servers!
Here I downloaded the files, vs eclipse. I downloaded. How do I open?? : (
"Go to File> Import and follow the instructions, Important: the sources must be the path to the folder emulator1 says," but there are things like: [Only registered and activated users can see links. Click Here To Register...] which one do I choose? : (
To open the java emulator and edit and to run it you will need Eclipse (There probably other but eclipse is the one i use) Open eclipse > Import > Import the file that holds all the emulator files.. You can edit it there. Now to run it click Main open it and open the launcher. Now on the Tool Bar above press Run icon to run the launcher now the emulator should be running :)

TufanTR 05/17/2014 20:31

Quote:

Originally Posted by Real.epvp (Post 28276994)
To open the java emulator and edit and to run it you will need Eclipse (There probably other but eclipse is the one i use) Open eclipse > Import > Import the file that holds all the emulator files.. You can edit it there. Now to run it click Main open it and open the launcher. Now on the Tool Bar above press Run icon to run the launcher now the emulator should be running :)

DarkOrbit Emulator 1.0
Reading configuration file...
Settigns file readed!
Connection to MySQL...
Couldn't connect to MySQL!
No suitable driver found for jdbc:mysql://localhost/do :confused:



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

Real.epvp 05/18/2014 03:15

Did you change anything in the internal index files?

Diаmonds 05/18/2014 08:57

Quote:

Originally Posted by TufanTR (Post 28279699)
DarkOrbit Emulator 1.0
Reading configuration file...
Settigns file readed!
Connection to MySQL...
Couldn't connect to MySQL!
No suitable driver found for jdbc:mysql://localhost/do :confused:



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


Just use the search function of elitepvpers and search for "how to fix manulaiko emulator" or something like this, there is a tutorial

maciek111s5 05/19/2014 09:47

Quote:

Originally Posted by TufanTR (Post 28279699)
DarkOrbit Emulator 1.0
Reading configuration file...
Settigns file readed!
Connection to MySQL...
Couldn't connect to MySQL!
No suitable driver found for jdbc:mysql://localhost/do :confused:



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

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

download connector

TufanTR 05/19/2014 17:43

One Ultimate
OldWarrior
The Coolers
Explosive Space
Exterminio Total
server emulator&cms is shared?

Real.epvp 05/19/2014 18:43

Quote:

One Ultimate
OldWarrior
The Coolers
Explosive Space
Exterminio Total
server emulator&cms is shared?
Nope

deppLOL 05/20/2014 19:55

Give it 1 p-server with npc´s or just pvp?

Real.epvp 05/20/2014 21:41

Quote:

Give it 1 p-server with npc´s or just pvp?
Most Server are PVP...

fire.rox 05/21/2014 10:06

Who's the owner of "Exterminio Total" on epvp?

CoolJedy 05/22/2014 18:53

Can somebody help me find a Melter.swf(NPC from zeta) but not the small version

I m searching for the 2011 version
[Only registered and activated users can see links. Click Here To Register...]

P1sLucH 05/31/2014 08:00

Hallo emulator is not run Win xp

Theterminato 05/31/2014 11:59

I use Visual C# 2010, and I am editing the source (from Azure DO server 0.5.0), I have added new things, but it doesn't work. I can't see my changes. It launch a old version of Azure ????

So, I have rebuild the server, but that doesn't works, the .exe will not be created.

I have errors, but too many other people can edit the source (I see on this forum) without fix the errors?!

PS: It also doesn't works with 0.5.1

Diаmonds 05/31/2014 12:10

Quote:

Originally Posted by Theterminato (Post 28428940)
I use Visual C# 2010, and I am editing the source (from Azure DO server 0.5.0), I have added new things, but it doesn't work. I can't see my changes. It launch a old version of Azure ????

So, I have rebuild the server, but that doesn't works, the .exe will not be created.

I have errors, but too many other people can edit the source (I see on this forum) without fix the errors?!

PS: It also doesn't works with 0.5.1

Like we told you on your other thread, can you show us your error log?

Theterminato 06/01/2014 15:08

Quote:

Originally Posted by TheDarkDiamonds (Post 28429090)
Like we told you on your other thread, can you show us your error log?

Already fixed!


All times are GMT +2. The time now is 21:32.

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