Skip to content

CodeMason/Open-Skies

 
 

Repository files navigation

Open-Skies

Welcome! Outlier: Open Skies has been relicensed under MIT in order to maximize the utility people will get from the source code. The short version: You can do pretty much whatever you want with this code!

In short, Outlier is a 3D space combat and trading simulator with an X3 style dynamic universe and economy with a Freelancer style open world and an inertial flight model (face in a different direction than you fly and only thrust to change direction / velocity).

The full license is below, however read this first (you'll regret not reading these).

  1. You should seriously read the controls in src/resource/Controls.txt
  2. The skybox textures are 7zipped. You need to decompress them before you can test the game. assets/Textures/Skybox contains the archive.
  3. When you map your joystick, map throttle to a hat. You don't want to thrust constantly! This isn't Freelancer, you will run out of fuel fast if you don't use controlled bursts of thrust to manauver.
  4. Outlier represents a potentially massive start towards your own space combat and trading simulator! I encourage you to ask me questions and let me know what you come up with!

Also, this game contains additional open source components

jMonkeyEngine - BSD License

jmeplanet - Aaron Perkins, MIT license.

Now here is the license!


Copyright (c) 2015 Nathan Wiehoff

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Building requires JDK 8 and NetBeans IDE. You can get those as a free download. This game is cross platform and is developed on Linux, officially supported on Windows + Linux, and has been tested on OS X.

Fly safe!

About

A cross platform 3D space combat and trading simulator with a dynamic universe and complex property management and economy mechanics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.9%
  • GLSL 3.1%