zulu9812
The Newbie Nightmare
It really does make it a whole lot easier to integrate into other mods. Here is the format that I propose:
Inside the mod folder, alongside the Assets folder, there should be a folder entitled SDK-source-files, like so:
In that SDK-source-files would go all the .cpp, .h, etc. files that you edited - but not all the of the files of the whole source code, obviously (that would probably be illegal anyway).
In addition, the changes within each file should be enclosed in non-code comment lines, e.g. Start of [mod-name], End of [mod-name].
I realise that some modders do this already, but some don't (they don't release any source code at all). I would like to see this become a universal standard. This will help people to integrate mods into their own and it will help people to create their own SDK-based mods if they can easily inspect the code of other mods. After all, isn't that the point of the SDK in the first place? To help people to mod?
Inside the mod folder, alongside the Assets folder, there should be a folder entitled SDK-source-files, like so:
Code:
Mod folder--------------Assets--------------------------Art
--------------------------------------------------------Python
--------------------------------------------------------XML
------------------------SDK-source-files----------------
In that SDK-source-files would go all the .cpp, .h, etc. files that you edited - but not all the of the files of the whole source code, obviously (that would probably be illegal anyway).
In addition, the changes within each file should be enclosed in non-code comment lines, e.g. Start of [mod-name], End of [mod-name].
I realise that some modders do this already, but some don't (they don't release any source code at all). I would like to see this become a universal standard. This will help people to integrate mods into their own and it will help people to create their own SDK-based mods if they can easily inspect the code of other mods. After all, isn't that the point of the SDK in the first place? To help people to mod?