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)

lCulito 07/05/2015 10:25

i just need swf's, i don't need help with code ;) learn to read first.

Destiny 07/05/2015 10:33

Quote:

Originally Posted by lCulito (Post 32342922)
i just need swf's, i don't need help with code ;) learn to read first.

i wont swf i ask only about game.xml :rtfm:

Healianth 07/05/2015 11:46

Quote:

Originally Posted by manulaiko3.0 (Post 32237876)
Oh God, you are annoying as fuck!

Can't you just learn by yourself, as we all did, and stop asking for support on a leaked files that just the names in documentation know how to use it?

Also I don't fucking know why you still trying. Files aren't pro coded and shouldn't be hard to read/understand and if you can't just stop trying and code your own server.

You need to chill out. Everyone here is just trying to learn and make their own server to play with their friends. If you don't want to help someone, then don't, but telling them to stop trying is not acceptable.

Do you know where society would be if nobody shared information or helped each other? We'd be at least 500 years behind.

S7K Yuuki 07/05/2015 12:00

Quote:

Originally Posted by ActualFate (Post 32343410)
You need to chill out. Everyone here is just trying to learn and make their own server to play with their friends. If you don't want to help someone, then don't, but telling them to stop trying is not acceptable.

Do you know where society would be if nobody shared information or helped each other? We'd be at least 500 years behind.

Personally I learned almost everything by myself, I started reading the code of "DarkOrbit remix 3.0" developed by manu, and I was able to make a server, yeah a shitty server but hey! It worked..

I should admit that after that manu taught me a lot about how the newest clients works, but that was after I had enough knowledge about how this works.

What we want to mean with all of that is you can't pretend to get help of the good developers here by saying "how add pet?".
Personally I'm glad to help anyone with any problem if he's able at least of search first on Google or even read the documentation of the emulator/ tool or whatever.

Healianth 07/05/2015 12:15

Quote:

Originally Posted by S7K Yuuki (Post 32343529)
Personally I learned almost everything by myself

With all due respect, not everyone is like you. Everyone learns at their own pace, and some people require more thorough attention to detail than others.

I don't care if you tell someone to do a Google search or look somewhere else. Just be nice about it. :) I regard the private server movement on ePvP as a learning experience for everyone. It's taught me a few things I didn't know, and it's refined my programming ability on the whole - I'd like to see it do that for everyone.

(Anyway, this is off-topic so I'm gonna stop yabbering on now.)

oleg-19952008 07/05/2015 19:10

What packages need to send to see the ship in space ? Here is what I have found and was able to send.

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

S7K Yuuki 07/05/2015 23:57

Quote:

Originally Posted by oleg-19952008 (Post 32347095)
What packages need to send to see the ship in space ? Here is what I have found and was able to send.

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

This is what i meant before, you seem to already learned something by yourself (because seems that you can send packets and recieve them)

Firts you should send the settings if i'm not wrong. (I got this packets from andromeda cause i don't remember then exactly XD)
Spoiler:
0|A|SET|1|1|1|1|1|1|1|1|1|1|1|0|0|1|1|4|3|1|1|0|0| 1|1|1|1
0|7|CLIENT_RESOLUTION|3,1280,720|1
0|7|MINIMAP_SCALE,3|8
0|7|RESIZABLE_WINDOWS,4|5,240,150,20,487,300
0|7|DISPLAY_PLAYER_NAMES|1
0|7|DISPLAY_CHAT|1
0|7|PLAY_MUSIC|0
0|7|PLAY_SFX|0
0|7|BAR_STATUS|23,1,24,1,25,1,26,1,27,1,34,0,35,0
0|7|WINDOW_SETTINGS,3|0,376,6,0,1,1051,111,1,3,968 ,494,1,5,10,10,0,10,4,330,1,13,315,122,0,15,958,6, 0,16,1084,311,1,20,7,544,1,23,1060,131,1,24,412,97 ,0
0|7|AUTO_REFINEMENT|0
0|7|QUICKSLOT_STOP_ATTACK|0
0|7|DOUBLECLICK_ATTACK|1
0|7|AUTO_START|1
0|7|DISPLAY_NOTIFICATIONS|1
0|7|SHOW_DRONES|1
0|7|DISPLAY_WINDOW_BACKGROUND|1
0|7|ALWAYS_DRAGGABLE_WINDOWS|1
0|7|PRELOAD_USER_SHIPS|1
0|7|QUALITY_PRESETTING|3
0|7|QUALITY_CUSTOMIZED|1
0|7|QUALITY_BACKGROUND|0
0|7|QUALITY_POIZONE|3
0|7|QUALITY_SHIP|3
0|7|QUALITY_ENGINE|3
0|7|QUALITY_COLLECTABLE|3
0|7|QUALITY_ATTACK|3
0|7|QUALITY_EFFECT|3
0|7|QUALITY_EXPLOSION|3
0|7|QUICKBAR_SLOT|6,39,7,45,17,16,21,23,53,59
0|7|SLOTMENU_POSITION,3|513,594
0|7|SLOTMENU_ORDER,3|0
0|7|MAINMENU_POSITION,3|514,623

Then you need to send the login command.
Code:

0|RDY|I|playerID|username|shipID|maxSpeed|shield|maxShield|health|maxHealth|cargo|maxCargo|user.x|user.y|mapId|factionId|clanId|shipAmmo|shipRockets|expansion|premium|exp|honor|level|credits|uridium|jackpot|rank|clanTag|ggates|1|cloaked
Regards!

oleg-19952008 07/06/2015 00:11

Quote:

Originally Posted by S7K Yuuki (Post 32349501)
This is what i meant before, you seem to already learned something by yourself (because seems that you can send packets and recieve them)

Firts you should send the settings if i'm not wrong. (I got this packets from andromeda cause i don't remember then exactly XD)
Spoiler:
0|A|SET|1|1|1|1|1|1|1|1|1|1|1|0|0|1|1|4|3|1|1|0|0| 1|1|1|1
0|7|CLIENT_RESOLUTION|3,1280,720|1
0|7|MINIMAP_SCALE,3|8
0|7|RESIZABLE_WINDOWS,4|5,240,150,20,487,300
0|7|DISPLAY_PLAYER_NAMES|1
0|7|DISPLAY_CHAT|1
0|7|PLAY_MUSIC|0
0|7|PLAY_SFX|0
0|7|BAR_STATUS|23,1,24,1,25,1,26,1,27,1,34,0,35,0
0|7|WINDOW_SETTINGS,3|0,376,6,0,1,1051,111,1,3,968 ,494,1,5,10,10,0,10,4,330,1,13,315,122,0,15,958,6, 0,16,1084,311,1,20,7,544,1,23,1060,131,1,24,412,97 ,0
0|7|AUTO_REFINEMENT|0
0|7|QUICKSLOT_STOP_ATTACK|0
0|7|DOUBLECLICK_ATTACK|1
0|7|AUTO_START|1
0|7|DISPLAY_NOTIFICATIONS|1
0|7|SHOW_DRONES|1
0|7|DISPLAY_WINDOW_BACKGROUND|1
0|7|ALWAYS_DRAGGABLE_WINDOWS|1
0|7|PRELOAD_USER_SHIPS|1
0|7|QUALITY_PRESETTING|3
0|7|QUALITY_CUSTOMIZED|1
0|7|QUALITY_BACKGROUND|0
0|7|QUALITY_POIZONE|3
0|7|QUALITY_SHIP|3
0|7|QUALITY_ENGINE|3
0|7|QUALITY_COLLECTABLE|3
0|7|QUALITY_ATTACK|3
0|7|QUALITY_EFFECT|3
0|7|QUALITY_EXPLOSION|3
0|7|QUICKBAR_SLOT|6,39,7,45,17,16,21,23,53,59
0|7|SLOTMENU_POSITION,3|513,594
0|7|SLOTMENU_ORDER,3|0
0|7|MAINMENU_POSITION,3|514,623

Then you need to send the login command.
Code:

0|RDY|I|playerID|username|shipID|maxSpeed|shield|maxShield|health|maxHealth|cargo|maxCargo|user.x|user.y|mapId|factionId|clanId|shipAmmo|shipRockets|expansion|premium|exp|honor|level|credits|uridium|jackpot|rank|clanTag|ggates|1|cloaked
Regards!

Send only one packet is obtained.
I can not understand one thing, how to send, I just get the package "LOGIN|ID_PLAYER|MY_SID|4.1" and then can't send the package, I tried to adapt code from AZURE but not quite what I wanted. And the better I all hell broke xD He even the connection is not established, and did not even open the port for the connection.

Gamer Welt 07/06/2015 16:27

sind davon noch welche aktuell `?

Requi 07/06/2015 16:38

Quote:

Originally Posted by oleg-19952008 (Post 32349568)
Send only one packet is obtained.
I can not understand one thing, how to send, I just get the package "LOGIN|ID_PLAYER|MY_SID|4.1" and then can't send the package, I tried to adapt code from AZURE but not quite what I wanted. And the better I all hell broke xD He even the connection is not established, and did not even open the port for the connection.

Maybe upload your project. If you upload it without the bin folder, I'll take a look.

Quote:

Originally Posted by Gamer Welt (Post 32353693)
sind davon noch welche aktuell `?

Klar. Wie soll es denn outdaten, wenn es für eine fixe Client Version ist? ;)

45the45 07/06/2015 18:18

How to able this titles?
[Only registered and activated users can see links. Click Here To Register...]

lCulito 07/06/2015 22:40

Quote:

Originally Posted by 45the45 (Post 32354792)
How to able this titles?
[Only registered and activated users can see links. Click Here To Register...]

this is a packet for assign title

0|n|t| (UserID) |title_12

obviously change title_12 for your title_ID

ElementEvil 07/06/2015 22:44

Hello. I have Azure emulator and a custom CMS. How do i connect them to each other? Thank you very much for the help.

manulaiko3.0 07/07/2015 01:37

Quote:

Originally Posted by ElementEvil (Post 32357492)
Hello. I have Azure emulator and a custom CMS. How do i connect them to each other? Thank you very much for the help.

I made a library time ago, it can be usefull for you: [Only registered and activated users can see links. Click Here To Register...]

coltellino 07/07/2015 09:41

how to add hercules in darkorbit private server?

Healianth 07/07/2015 10:08

Does anyone have the English files for the old backpage? I only have the Spanish ones.

Check out this video if you're not sure what I'm talking about:


It's really just the images and stuff that I need, in English.


Thanks.

Destiny 07/07/2015 12:48

really cool old cms by XDR beter than icon8

Healianth 07/07/2015 14:07

Yeah, that's what I'm looking for but in English.

45the45 07/07/2015 14:56

You can translate I translate a little bit in english

Healianth 07/07/2015 15:02

Quote:

Originally Posted by 45the45 (Post 32361785)
You can translate I translate a little bit in english

No, I can't translate. The text is embedded in image files, and I'm not getting messy with PhotoShop for it.

I'm asking if anyone has the original English files - Please don't tell me to do something else because I've already excluded it as an option.

manulaiko3.0 07/07/2015 15:50

Quote:

Originally Posted by ActualFate (Post 32361830)
No, I can't translate. The text is embedded in image files, and I'm not getting messy with PhotoShop for it.

I'm asking if anyone has the original English files - Please don't tell me to do something else because I've already excluded it as an option.

[Only registered and activated users can see links. Click Here To Register...] they should have a copy there

45the45 07/07/2015 16:36

Quote:

Originally Posted by ActualFate (Post 32361830)
No, I can't translate. The text is embedded in image files, and I'm not getting messy with PhotoShop for it.

I'm asking if anyone has the original English files - Please don't tell me to do something else because I've already excluded it as an option.

For me it's easy I can pass you the do_img and the webcode that I fixing some things ;)

Quote:

Originally Posted by lCulito (Post 32357450)
this is a packet for assign title

0|n|t| (UserID) |title_12

obviously change title_12 for your title_ID

Yes I know but how enable?

I'm using aurora phpmyadmin and emu Project Delta

Requi 07/07/2015 19:25

Quote:

Originally Posted by ActualFate (Post 32361830)
No, I can't translate. The text is embedded in image files, and I'm not getting messy with PhotoShop for it.

I'm asking if anyone has the original English files - Please don't tell me to do something else because I've already excluded it as an option.

afaik the image is just a php fie, which renders some text into a graphic based on the parameters.

Healianth 07/07/2015 19:41

Quote:

Originally Posted by manulaiko3.0 (Post 32362285)
[Only registered and activated users can see links. Click Here To Register...] they should have a copy there

They won't. A crawler won't have made it to the backpage.

Original. English. Files. - Unless someone has them, please don't suggest things to me. I've already thought of them.


EDIT: Nevermind, apparently they're still on the live servers. o_O

Thanks everyone.

Requi 07/08/2015 12:14

Quote:

Originally Posted by ActualFate (Post 32364683)
They won't. A crawler won't have made it to the backpage.

Original. English. Files. - Unless someone has them, please don't suggest things to me. I've already thought of them.


EDIT: Nevermind, apparently they're still on the live servers. o_O

Thanks everyone.

psht. they dont know yet :D
[IMG=expandable: 0]http://darkorbit.com/do_img/en/intro/but_register_0.png[/IMG]

In my fav bar in chrome since 2013. just in case :rolleyes:
[IMG=expandable: 0]http://puush.requi-dev.de/?pic=E8lO.png[/IMG]

Healianth 07/08/2015 20:29

Quote:

Originally Posted by Requi (Post 32369167)
psht. they dont know yet :D
[IMG=expandable: 0]http://darkorbit.com/do_img/en/intro/but_register_0.png[/IMG]

In my fav bar in chrome since 2013. just in case :rolleyes:
[IMG=expandable: 0]http://puush.requi-dev.de/?pic=E8lO.png[/IMG]

Haha. I never thought of bookmarking any of the files. :P

It's a shame they don't keep a preloader.swf from 2012. I can't find it anywhere.

45the45 07/08/2015 20:47

Why no work?
[IMG=expandable: 1]http://i.imgur.com/WNvI8NZ.png[/IMG]
[IMG=expandable: 1]http://i.imgur.com/LqcJlZc.png[/IMG]

Healianth 07/08/2015 20:48

Quote:

Originally Posted by 45the45 (Post 32373621)
Why no work?
[Only registered and activated users can see links. Click Here To Register...]

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

[IMG=expandable: 1]http://i.imgur.com/LqcJlZc.png[/IMG]

Did you update the IP in maps.php?

45the45 07/08/2015 20:49

Quote:

Originally Posted by ActualFate (Post 32373649)
Did you update the IP in maps.php?

The server it's not mine :(
The only person that I know here it's LEJYONER (That do the server with friends)

Healianth 07/08/2015 20:55

Quote:

Originally Posted by 45the45 (Post 32373658)
The server it's not mine :(
The only person that I know here it's LEJYONER (That do the server with friends)

Then speak to him. There's nothing we can do if it's his/her server.

45the45 07/08/2015 20:55

I've you want registrer and try I've work ;)

Quote:

Originally Posted by ActualFate (Post 32373711)
Then speak to him. There's nothing we can do if it's his/her server.

ok

Destiny 07/11/2015 15:56

who know how old repair robot work
rep 3 50k per minute 2 20k rep1 5 reps 3 then how much hp in what time ?
i need for my uw simulator gml :D
screen with rep 4
[Only registered and activated users can see links. Click Here To Register...]

manulaiko3.0 07/11/2015 16:21

Quote:

Originally Posted by edox77 (Post 32395737)
who know how old repair robot work
rep 3 50k per minute 2 20k rep1 5 reps 3 then how much hp in what time ?
i need for my uw simulator gml :D
screen with rep 4
[Only registered and activated users can see links. Click Here To Register...]

You answered your own question.
Repair 4: 75.000 hp/min, in secs: 75.000/60
Repair 3: 50.000 hp/min, in secs: 50.000/60
Repair 2: 20.000 hp/min, in secs: 20.000/60
Repair 1: 5.000 hp/min, in secs: 5.000/60

Destiny 07/11/2015 16:47

Quote:

Originally Posted by manulaiko3.0 (Post 32395950)
You answered your own question.
Repair 4: 75.000 hp/min, in secs: 75.000/60
Repair 3: 50.000 hp/min, in secs: 50.000/60
Repair 2: 20.000 hp/min, in secs: 20.000/60
Repair 1: 5.000 hp/min, in secs: 5.000/60

ok i find way to x/per minute
rep 3 833/per sec
rep3 with pp 1083/per sec :)

jonyloco 07/13/2015 02:33

Hello friends,you can help my SpaceMap to upgrade to the new interface darkorbit

[IMG=expandable: 1]http://prntscr.com/7rzasv[/IMG]

-Real- 07/13/2015 05:40

Quote:

Hello friends,you can help my SpaceMap to upgrade to the new interface darkorbit

[Only registered and activated users can see links. Click Here To Register...]
1st Use The New Main.swf and Decrypt it.
2nd Learn Programming

Best Regards
-Real-

jonyloco 07/14/2015 03:16

Quote:

Originally Posted by -Real- (Post 32408903)
1st Use The New Main.swf and Decrypt it.
2nd Learn Programming

Best Regards
-Real-


Thanks , I just needed the main.swf . and i am programming

-Real- 07/14/2015 03:24

Quote:

Thanks , I just needed the main.swf . and i am programming
you can find all swf at darkorbit.com/Spacamap/"Here Goes SWF Name"
;)

DexteR42 07/14/2015 03:28

Someone plss give me PvP server files i needed realy pls >.< With PM..


If u wants PvE ?

-Real- 07/14/2015 03:42

Quote:

Someone plss give me PvP server files i needed realy pls >.< With PM..


If u wants PvE ?
People Won't give you there server files unless the ones that are Publicly Released. I suggest you learn programming before you try this ;)


All times are GMT +2. The time now is 19:43.

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