mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Propose naming conventions
This commit is contained in:
parent
cd81a51912
commit
0e73f4c1c6
40
README.md
40
README.md
@ -1 +1,39 @@
|
|||||||
Init repository
|
|
||||||
|
# Proposed Repository Structure
|
||||||
|
|
||||||
|
* Distribution
|
||||||
|
* readme.txt
|
||||||
|
* changelog.txt
|
||||||
|
* license.txt
|
||||||
|
* GameData
|
||||||
|
* ReStock
|
||||||
|
* Assets: all model and texture files
|
||||||
|
* <Part Category>
|
||||||
|
* <Size Category>
|
||||||
|
* Assets
|
||||||
|
* Patches: patches to enable the replacement of the bits
|
||||||
|
|
||||||
|
* Assets: author source files
|
||||||
|
* Author: A folder per author
|
||||||
|
* license.txt (license your source files!)
|
||||||
|
* whatever asset file structure you want
|
||||||
|
|
||||||
|
# Proposed Asset Naming Conventions
|
||||||
|
|
||||||
|
restock-<descriptor>-<sizecategory>-<id>
|
||||||
|
|
||||||
|
## Examples:
|
||||||
|
|
||||||
|
### Largest 3.75m Tank
|
||||||
|
|
||||||
|
restock-fueltank-375-1.mu
|
||||||
|
restock-fueltank-375-1.dds
|
||||||
|
restock-fueltank-375-1-n.dds
|
||||||
|
restock-fueltank-375-1-e.dds
|
||||||
|
|
||||||
|
### Small radial Battery
|
||||||
|
|
||||||
|
restock-battery-radial-1.mu
|
||||||
|
restock-battery-radial-1.dds
|
||||||
|
restock-battery-radial-1-n.dds
|
||||||
|
restock-battery-radial-1-e.dds
|
||||||
|
Loading…
Reference in New Issue
Block a user