Skip to content
Daniel Aquino edited this page Sep 30, 2022 · 59 revisions

This is the general (non technical) FAQ.

FAQ's are broken up into the following sections:

How do I play ProjectX ?

See: Download and Installation

How do I request a feature or submit a bug ?

Bugs and Feature Requests are in the issue tracker.

How many people still play ?

A semi updated list is here: Players

Where can I get information on the Forsaken Port ?

See Porting Info.

Where can I read information on the game engine internals ?

See Development.

What changes have you done from the original Forsaken ?

You can look at the issue tracker, commit history and Wiki for detailed information.

There is also some a Changes list generated by hand.

Forsaken level Walk Throughs ?

Silence's Videos and Walk Throughs @ YouTube

What is forsaken game play like ?

Forsaken is generally considered a six degrees of freedom / 360 shooter. It was originally a clone of the Descent series with a different story line and emphasis on balanced weapons, fast arcade like feel, state of the art rendering (in it's day), tripple cording for faster flying.

Is Forsaken a space sim ?

Forsaken is not really considered a space sim because:

  • Letting go of the throttle brings you to a halt almost instantly
  • All the levels are inside space stations most even on earth
  • Your not flying a ship but something more like a hover bike

With that established Forsaken is most closely (in fact a clone) related to Descent.

Descent 3 was released after Forsaken and is probably the most similar since it includes tripple cording.

See: Descent Info

Also see Related Projects on the Home page.

Are there any other Forsaken related sites ?

The links section on Forsaken Planet contains a list of old sites:

https://forsakenx.github.io/fsplanet/

Where can I get information that pertains to the original (cd) Forsaken ?

Forsaken Planet is a great resource: https://forsakenx.github.io/fsplanet/

Where can I get more general information about Forsaken ?

Wasn't there a Forsaken book?

http://www.amazon.com/Forsaken-Official-Strategy-Guide/dp/1578409950

How do I play music in the game ?

This was removed a long time ago because it used a Microsoft specific cd api which would not work for other systems.

We also moved away from using the old CD in general since we've updated textures, folder layouts, and various other things.

We may one day add ability to play music in game back through other means.

Bots

You must compile using make BOT=1.

Here is a few practical examples of launching bots.

See the Command-line docs for further details.

Hosting a game:

./projectx -port:2300 -quickHost -window -mode:800:600 -noSfx -pilot:host

Joining a game:

./projectx -port:2301 -quickJoin -tcp localhost -window -mode:800:600 -noSfx -pilot:player
Clone this wiki locally