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

03/01/2014 19:21 HammerTyrs22#181
manulaiko , you can publish a pre release ???

please that would be great
03/01/2014 19:39 manulaiko#182
Ok but I won't make any updates or fix any bug untill I release the good one :D
03/02/2014 00:18 skylord094#183
excellent work. Since a few days ago I'm following your work and could not ask for more

just one question:
- In this upgrade the ship will have fluid movements?
03/02/2014 09:32 Diаmonds#184
Quote:
Originally Posted by skylord094 View Post
excellent work. Since a few days ago I'm following your work and could not ask for more

just one question:
- In this upgrade the ship will have fluid movements?
Yes, that's what he said on the previous page, with the list of the work he has done ;)
03/02/2014 12:18 manulaiko#185
New version: DarkOrbit Remix PS 3.0 [Beta Release]

-v3.0 [Beta Release]

Download:

Download Eclipse:

If you're new in java I recommend you to read this book:
[Only registered and activated users can see links. Click Here To Register...]

See you!
03/02/2014 13:48 nckrnckr#186
cms dont work :(
where emulator start ?
03/02/2014 14:22 128th#187
As soon as i add the 'index.es' line to the directory module part, apache refuses to start afterwards, help please?
03/02/2014 15:33 Úŭş#188
Well, maybe you should make a java and a c# version like always was before just without java just a recommendation
PS: How to start this new emulator???
~Úŭş
03/02/2014 17:00 sebanowicz_pl#189
please video
03/02/2014 22:38 'Heaven.#190
Just took a look at your source.

You can improove it a lot...

Code:
public static boolean getBool(String value)
 {
  if(value.equalsIgnoreCase("true")) {
   return true;
  } else {
   return false;
  }
 }
turns into

Code:
public static boolean getBool(String value)
 {
  return value.equalsIgnoreCase("true");
 }
if you want you can take a look at encapsulation and properties, you arent using them in every class as you should

Also use a HashMap instead of a TreeMap, its much faster if you do not need an order(which isnt needed here)
03/02/2014 23:46 Destiny#191
cant import db have error and cant use java need ready emulator no java source can upload working db and emu
03/03/2014 02:03 skylord094#192
i have this error:

"No suitable driver found for jdbc:mysql://localhost/dorps"
03/03/2014 19:01 Patrick_Bang#193
<?php
require_once '../dorps/index.es';
?>

db is uploaded finished ! pls help me :)
03/03/2014 22:03 rakt33#194
how emulator work?


looking for players dev team PvP Battles P-server
sorry for bad english.
[Only registered and activated users can see links. Click Here To Register...]
(Not 24/7 NO VPS)
My skype: rakt33
.................................................. ......................with thanks to ElitePVPers....................................... .......................
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
.................................................. ..................................Press thanks............................................ ................................
03/04/2014 12:40 manulaiko#195
Quote:
Originally Posted by manulaiko View Post
Ok but I won't make any updates or fix any bug untill I release the good one :D
Maybe next week will be ready