StressLevelZero / MarrowSDK-Legacy

MIT License
288 stars 36 forks source link

Request: Add identifier for platform in mod build output #81

Open tmartin357 opened 1 year ago

tmartin357 commented 1 year ago

Can you add something to differentiate PCVR and Quest mods in the mod's output? Maybe a field in pallet.json?

This would help any current or future mod management programs make sure it is installing the correct version for the user's platform.

Strazyplus commented 1 year ago

What he is talking about is the name of the folder of the mod you can confuse android version with Windows Since they are both named author.palletname

would suggest adding a .pc or .meta to the end of the folder name,

I would prefer .fb because facebook :^)

valentinegb commented 1 year ago

.q2 might be a better identifier for Quest since that's the shorthand used in the SDK and there are .meta files used by Unity that could be confused with. (Facebook the company is now Meta, and the Oculus Quest 2 is now Meta Quest 2, so I don't think .fb would make sense anymore.)

That is if we were to add identifiers to the folder name, I think it would be more useful to have the platform as a property in the pallet.json. Why not both though!