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

.meta files #449

Merged
merged 6 commits into from
Feb 19, 2024
Merged

.meta files #449

merged 6 commits into from
Feb 19, 2024

Conversation

briaguya-ai
Copy link
Collaborator

@briaguya-ai briaguya-ai commented Feb 19, 2024

tested in HarbourMasters/Shipwright#3952 by

  • adding a gShipLogoDL.meta file
{
    "path": "textures/nintendo_rogo_static/fancyShipDL.xml",
    "type": "DisplayList",
    "format": "XML",
    "version": 0
}
  • renaming gShipLogoDL to fancyShipDL.xml

This was referenced Feb 19, 2024
Comment on lines 90 to 92
if (lineStr.length() > 5 && lineStr.substr(lineStr.length() - 5) == ".meta") {
AddFile(lineStr.substr(0, lineStr.length() - 5));
} else {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i moved this logic to AddFile in #450

Copy link
Owner

@Kenix3 Kenix3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed with briaguya in VC

@Kenix3 Kenix3 merged commit 0ea6b6d into Kenix3:main Feb 19, 2024
4 checks passed
@briaguya-ai briaguya-ai deleted the metafiles branch April 29, 2024 05:41
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

Successfully merging this pull request may close these issues.

2 participants