Atlantis: Infinite Coaster
This demo is a rollercoaster for the Oculus Rift. You will enjoy a fast ride through the streets of a huge city afloat on an endless ocean. The city as well as the track are generated randomly, so the layout will be slightly different on each start and the ride is infinite as the track will be extended again and again.
Note, that this is fast-paced experience. If you are new to the Rift, you should probably try a "slow" sit-and-look game first. Also, please stop if you feel uncomfortable, especially as the experience will not stop on its own.
Video
Screenshots
Download
Windows: Atlantis: Infinite Coaster v1.03
Changelog
v1.03 (05.10.2014)
- Optimized track generation to avoid collisions. (Technically, they are still not impossible, but rather unlikely.)
- Reduced default reference height to reduce the overall speed of the demo, which should make it a little bit more comfortable. (Of course, it is still a rough roller coaster ride - This is just a small adjustment. If you prefer the old setting, change "StartHeight" to 300 in the cfg files.)
- Fixed segmentation of the track in sharp turns. (Again, not impossible, but unlikely. After all, turns are random and one might have very bad luck...)
v1.02 (30.09.2014)
- Multithreaded loading reorganized to avoid excessive context switching. This fixes a possible race condition and an OpenGL crash on some GPUs (i.e. GTX770?) - Thanks for trying out all these test versions, Pascal!
- Fixed slow drop after track rising above reference height
- Added a screen menu, which warns about a wrong Rift setup or alows the user to override the monitor suggested by the Oculus SDK (which can be wrong in some cases)
- Reduced default city size for low and very low quality presets to improve performance on slower systems
- Added adjustment for the volume of individual sound effects in the cfg files
- Fixed gamma correction of loader (mostly sharper fonts).
- Default DebugLevel for "custom setting" changed to 3 for simpler debug instructions
- Switched from defaultEyeFov to MaxEyeFov to work around rare Oculus SDK bug
- Wrong output for allocated memory for street buffer structures
- Added logging details when uploading city meshes to the GPU
- Fixed wrong log name for plant object list
v1.01 (22.09.2014)
- Fix black screen on many GPUs (mostly nVidia)
- Write version to log file
- New setting in cfg to adjust the height of zero speed (StartHeight)
v1.00 (21.09.2014)
Bug reports
If you encounter any bugs, please report them in the corresponding thread of the Oculus Forum or contact me via email. As the track generation is still very simple, collisions with buildings will occur on almost every ride. Therefore at this moment, please, do not report collisions with buildings or sudden turns of the track.
Reporting bugs, which occur randomly
As the city and track are generated randomly, some bugs occur seldom and are difficult to reproduce. The random number generator of this demo uses a seed, which can be used to create the same set of random numbers again. This seed is written to atlantis.log, so please make sure to copy this file and send it along with the bug report. Also note, that the next start of the demo will replace this file with a new seed, so if the bug only occurs on a certain generated track, make sure to get the file before starting the demo again.
Getting detailed logs
For many bugs, a detailed log is very helpful. To increase the amount of information of the log file, create a custom configuration (like this) and set LogLevel to 3. Please attach the resulting atlantis.log to your bug report.
Configuration
When you start the game, you can choose from six different configurations. There are five presets, which represent different levels of image quality have different hardware requirements. If the demo does not run smoothly, try a lower setting. The sixth setting is used for custom configurations. This is done by editing the file atlantis.cfg with a simple text editor. Possible settings and explanations are found in the example file. You can also start from or edit the five default presets by either copying a cfg file the folder resources/config or by the corresponding file directly.
Currently, the Oculus SDK does not support Direct-to-Rift mode in OpenGL, so you have to set the display mode of your Rift to extended. This demo should detect on its own, which display corresponds to your Rift. It first displays the configuration menu on your primary display and then starts the demo on the display of your Rift. If no Rift is found, it will still run, but without lens distortion and according to the resolution settings in the configuration.