File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ from ..basic_game import BasicGame
2+
3+
4+ class ReadyOrNotGame (BasicGame ):
5+ Name = "Ready or Not Support Plugin"
6+ Author = "Ra2-IFV"
7+ Version = "0.0.0.1"
8+
9+ GameName = "Ready or Not"
10+ GameShortName = "readyornot"
11+ GameNexusName = "readyornot"
12+ GameValidShortNames = ["ron" ]
13+ # GameNexusId = "readyornot"
14+ GameBinary = "ReadyOrNot/Binaries/Win64/ReadyOrNot-Win64-Shipping.exe"
15+ GameLauncher = "ReadyOrNot.exe"
16+ GameDataPath = "ReadyOrNot/Content/Paks"
17+ GameDocumentsDirectory = "%USERPROFILE%/AppData/Local/ReadyOrNot"
18+ GameIniFiles = [
19+ "%GAME_DOCUMENTS%/Saved/Config/Windows/Game.ini" ,
20+ "%GAME_DOCUMENTS%/Saved/Config/Windows/GameUserSettings.ini" ,
21+ ]
22+ GameSavesDirectory = "%USERPROFILE%/AppData/Local/ReadyOrNot/Saved/SaveGames"
23+ GameSaveExtension = "sav"
24+ GameSteamId = 1144200
You can’t perform that action at this time.
0 commit comments