In-Orbit emulator by BoBn
Well, I closed this thread because I hadn't time to upload it and i didn't wanted people asking me all the day for new updates.
Today i want to re-open it again because
idk if i'll finish the emulator, at least i want to release all my work at the date. The emulator it's coded in Java, but it's very messed up and is not considered stable nor intended for public use, because it has too many bugs.
As i said, its bad coded but i learned a lot developing it, so i want to start a new one with all the new knowledge xD
Features:
Quote:
- Portals
- Rank System
- Chat system ([Only registered and activated users can see links. Click Here To Register...] with a few commands)
- All ships except Aegis, Citadel, Spearhead
- NPC's are in development (TestMap ID:201)
- In-Game ACP working perfectly (Only a few commands done)
- The equipment doesn't work properly because I'm too lazy to do it
- *All In-Orbit features
|
Download:
[Only registered and activated users can see links. Click Here To Register...]
VT:
[Only registered and activated users can see links. Click Here To Register...]
*You have an installation guide into the 'old post' spoiler
Quote:
Originally Posted by >Ready to go<
x86 Java:
@echo off
title Dark Orbit Emulator by BoBn
color b9
"%programfiles(x86)%\java\jre7\bin\java.exe" -jar Server.jar
pause>nul
x64 Java:
@echo off
title Dark Orbit Emulator by BoBn
color b9
"%programfiles%\java\jre7\bin\java.exe" -jar Server.jar
pause>nul
|
Old Post:
Hi elitepvpers community!
Well, first of all i want to say that i'm a young spanish guy who doesn't have any advanced programming knowledge, i'm starting software engineering this week :p
So if you want to blame me, go to another place, i'm trying my best with this emulator.
I'm making an emulator for
[Only registered and activated users can see links. Click Here To Register...] from Bau in Java and i wanted to share with you the first release of it.
The currently features is
just the user login into the space map but my plans is to do a full emulator with all the functions, like the official Dark Orbit as possible.
I'll release the source code when the project go more advanced.
Changelog:
Quote:
Installation:
Quote:
- Create a new Database with the name 'darkorbit' and import 'darkorbit.sql' file.
- You should edit the 'Server.config.php' , 'KERNEL-DOCMS\Server.config.php' , 'KERNEL-DOCMS\Class.db.php' and 'KERNEL-DOCMS\Files\en_US\GLOBAL\dbConnection.php'
with your MySQL data.
- To run the emulator (.jar file) you should do it through the Console of Windows. Something like this.. (An example is in the emulator folder)
Code:
java -jar Server.jar
- NOTE: You should have at least Java 1.7 to run the emulator
|
Thanks to Bau, manulaiko, Snowy, Cryz35, C0untLizzi, and another awesome guys for their help
[Only registered and activated users can see links. Click Here To Register...]