You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to export the resource with ID 300 by running the command "SaintCoinach.Cmd ui 300" through the command line, the parameter was not recognized correctly.
#151
Open
sdjnmxd opened this issue
Jul 25, 2023
· 0 comments
The "ui" command in SaintCoinach.Cmd supports exporting specific resources by appending either individual resource parameters or a range of resource parameters.
However, when running SaintCoinach.Cmd <GameDirectory> ui 300 or SaintCoinach.Cmd <GameDirectory> ui 0 999 through the command line, the args[2] and args[3] were not recognized correctly. As a result, all UI resources were exported instead, which does not seem to align with the expected outcome. For example:
.\SaintCoinach.Cmd.exe <GameDirectory> ui 300
Defined sheet AOZContentBriefingObject is missing.
Defined sheet CustomTalkDefineClient is missing.
Defined sheet EventIconPriorityPair is missing.
Defined sheet FishingNoteInfo is missing.
Defined sheet MandervilleWeaponEnhance is missing.
Defined sheet MiniGameTurnBreakAction is missing.
Defined sheet MiniGameTurnBreakConst is missing.
Defined sheet MiniGameTurnBreakEnemy is missing.
Defined sheet MiniGameTurnBreakPop is missing.
Defined sheet MiniGameTurnBreakPopOffset is missing.
Defined sheet MiniGameTurnBreakStage is missing.
Defined sheet MiniGameTurnBreakStatus is missing.
Defined sheet MJIGardenscaping is missing.
Defined sheet MJIName is missing.
Defined sheet QuestEventAreaEntranceInfo is missing.
Defined sheet QuestLinkMarkerIcon is missing.
Defined sheet TofuPreset is missing.
Defined sheet TofuPresetCategory is missing.
Defined sheet TofuPresetObject is missing.
Game version: 2023.06.28.0000.0000
Definition version: 2023.06.28.0000.0000
Command 1: uiHD
Specifically, when running in interactive command line mode, the parameter can be recognized correctly. For example:
.\SaintCoinach.Cmd.exe <GameDirectory>
Defined sheet AOZContentBriefingObject is missing.
Defined sheet CustomTalkDefineClient is missing.
Defined sheet EventIconPriorityPair is missing.
Defined sheet FishingNoteInfo is missing.
Defined sheet MandervilleWeaponEnhance is missing.
Defined sheet MiniGameTurnBreakAction is missing.
Defined sheet MiniGameTurnBreakConst is missing.
Defined sheet MiniGameTurnBreakEnemy is missing.
Defined sheet MiniGameTurnBreakPop is missing.
Defined sheet MiniGameTurnBreakPopOffset is missing.
Defined sheet MiniGameTurnBreakStage is missing.
Defined sheet MiniGameTurnBreakStatus is missing.
Defined sheet MJIGardenscaping is missing.
Defined sheet MJIName is missing.
Defined sheet QuestEventAreaEntranceInfo is missing.
Defined sheet QuestLinkMarkerIcon is missing.
Defined sheet TofuPreset is missing.
Defined sheet TofuPresetCategory is missing.
Defined sheet TofuPresetObject is missing.
Game version: 2023.06.28.0000.0000
Definition version: 2023.06.28.0000.0000
SaintCoinach.Cmd (Version 0.1.0.0)
> uihd 300
1 images processed
>
The text was updated successfully, but these errors were encountered:
The "ui" command in SaintCoinach.Cmd supports exporting specific resources by appending either individual resource parameters or a range of resource parameters.
However, when running
SaintCoinach.Cmd <GameDirectory> ui 300
orSaintCoinach.Cmd <GameDirectory> ui 0 999
through the command line, theargs[2]
andargs[3]
were not recognized correctly. As a result, all UI resources were exported instead, which does not seem to align with the expected outcome. For example:Specifically, when running in interactive command line mode, the parameter can be recognized correctly. For example:
The text was updated successfully, but these errors were encountered: