Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
azapf committed Nov 6, 2024
1 parent a0b27a7 commit 35b32ad
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion character.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ You can choose between the following General Movement Mode:
- Teleporting: only teleportation allowed, no smooth walking
- Both: smooth walking and teleportation enabled
To explore the different modes you can switch them in the main menu under the character page.
To explore the different modes you can switch them in the main menu under the **controls page**.
The general movement modes can be switched in runtime. So you can for example start with only smooth walking allowed and learn teleport in gameplay, simply change the value of the `GeneralMovementMode` variable in the HexaCharacter.
Expand Down
Binary file added images/MainMenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 30 additions & 1 deletion menu_settings_savegame.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Lumina Interaction Framework VR (LIFVR) Documentation

## 11. Menu, Game mode, Settings, Save game

---

### _Table of Contents_
---
>:running: [Main Menu](#Menu)
>:gear: [Settings](#Settings)
>:gloves: [Lumina Game Mode](#Lumina-Game-Mode)

---

## 11. Game Framework Classes

### Menu
----

The main menu is intended to be an example of how to setup an in game menu to access variables and change them in runtime. The base for the main menu is the `BP_Menu` actor (child of `Menu` C++). This actor is spawned by the ControllerCharacter class if the Menu enhanced input action is triggered. In there you can adjust the relative location and rotation of the menu to the character. The `BP_Menu` actor contains two widgets, the main widget `BPW_MainMenu` and a second background widget `BPW_MainMenuBackground` (C++ base class: `MainMenu`), which is used to create the 3D effect.

<img src="./images/MainMenu.png" style="width: 75%;">

The main menu has a **developer page** with settings, which are useful for development. It can be accessed by clicking the red ß button on the main pa n ge.

### Settings Object
----

### Lumina Game Mode
----

0 comments on commit 35b32ad

Please sign in to comment.