Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@sdjnmxd
Copy link

sdjnmxd commented Jul 25, 2023

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
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant