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
To be able to better recognize OpenAssetTools created files and help with support, a rawfile with the same name as the target should be added to the end of each fastfile.
The rawfile should include a branding text like "Created with OpenAssetTools vX.X.X" that includes the current OpenAssetTools version.
Similar to the branding text that is already added to ipaks.
This makes it possible to recognize OpenAssetTools created files in the wild and the respective version.
This helps with identifying mods that were created with an OpenAssetTools version that potentially has a certain bug.
An additional line of text should also be included to help identify the original source of the mod.
It should include a line like "NAME_OF_MOD by NAME_OF_AUTHOR"
The name of the mod can be specified with the property >mod.name
The name of the author can be specified with the property >mod.author
As a fallback, if no name for the mod has been specified, it should take the name of the target
There should be no fallback for the name of the author since there should be no identifying information unless explicitly wanted
The text was updated successfully, but these errors were encountered:
If I manually add rawfile,mod to my zone definition will it override this setting? What If I wanted to add epic XXX_gamertagXX custom rawfile with my own unique branding? 😢
If I manually add rawfile,mod to my zone definition will it override this setting? What If I wanted to add epic XXX_gamertagXX custom rawfile with my own unique branding? 😢
Then you can still create another rawfile that does not have this exact name 😅
To be able to better recognize OpenAssetTools created files and help with support, a rawfile with the same name as the target should be added to the end of each fastfile.
The rawfile should include a branding text like "Created with OpenAssetTools vX.X.X" that includes the current OpenAssetTools version.
Similar to the branding text that is already added to ipaks.
This makes it possible to recognize OpenAssetTools created files in the wild and the respective version.
This helps with identifying mods that were created with an OpenAssetTools version that potentially has a certain bug.
An additional line of text should also be included to help identify the original source of the mod.
It should include a line like "NAME_OF_MOD by NAME_OF_AUTHOR"
>mod.name
>mod.author
The text was updated successfully, but these errors were encountered: