mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Merge pull request #82 from ketsuban/valkyria-chronicles
Add basic Valkyria Chronicles support
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
from PyQt5.QtCore import QDir
|
||||
from ..basic_game import BasicGame
|
||||
|
||||
class ValkyriaChroniclesGame(BasicGame):
|
||||
Name = "Valkyria Chronicles Support Plugin"
|
||||
Author = "Ketsuban"
|
||||
Version = "1.0.0"
|
||||
|
||||
GameName = "Valkyria Chronicles"
|
||||
GameShortName = "vc1"
|
||||
GameBinary = "Valkyria.exe"
|
||||
GameLauncher = "Launcher.exe"
|
||||
GameDataPath = "%GAME_PATH%"
|
||||
GameSavesDirectory = "%GAME_PATH%/savedata"
|
||||
GameSteamId = 294860
|
||||
Reference in New Issue
Block a user