Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
modding:start [2022/05/07 14:51] – [Topics] joneirikmodding:start [2024/06/26 14:50] (current) – [Modding] joneirik
Line 1: Line 1:
-[[../start|<Back>]] 
- 
 ===== Modding ===== ===== Modding =====
 +[[..:start|<Back>]]
 +
 +> WIP: Guides for creating mods for the game 
  
 ---- ----
Line 24: Line 25:
 ==== Basic Concepts ==== ==== Basic Concepts ====
  
-**Bloodstained: Ritual of the Night** is a game built in Unreal Engine version 4.18.3. Unreal Engine provides a built-in way for developers to update their games after release, we utilize this to mod the game.+**Bloodstained: Ritual of the Night** is a game built in Unreal Engine version 4.22.3. Unreal Engine provides a built-in way for developers to update their games after release, we utilize this to mod the game.
  
 **Game Assets** - When I use the word **asset** from this point forward, it means anything the game uses to work - 3D models, animations,  sounds, blueprint scripts, etc. We want to replace these assets during modding. **Game Assets** - When I use the word **asset** from this point forward, it means anything the game uses to work - 3D models, animations,  sounds, blueprint scripts, etc. We want to replace these assets during modding.