mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Fix formatting
This commit is contained in:
parent
0e73f4c1c6
commit
a08486d581
32
README.md
32
README.md
@ -8,8 +8,8 @@
|
|||||||
* GameData
|
* GameData
|
||||||
* ReStock
|
* ReStock
|
||||||
* Assets: all model and texture files
|
* Assets: all model and texture files
|
||||||
* <Part Category>
|
* `<Part Category>`
|
||||||
* <Size Category>
|
* `<Size Category>`
|
||||||
* Assets
|
* Assets
|
||||||
* Patches: patches to enable the replacement of the bits
|
* Patches: patches to enable the replacement of the bits
|
||||||
|
|
||||||
@ -20,20 +20,18 @@
|
|||||||
|
|
||||||
# Proposed Asset Naming Conventions
|
# Proposed Asset Naming Conventions
|
||||||
|
|
||||||
restock-<descriptor>-<sizecategory>-<id>
|
restock-`<descriptor>`-`<sizecategory>`-`<id>`-`<suffix>`
|
||||||
|
|
||||||
|
Suffix is like -n for nomral map, -e for emissive, etc
|
||||||
|
|
||||||
## Examples:
|
## Examples:
|
||||||
|
#### Largest 3.75m Tank
|
||||||
### Largest 3.75m Tank
|
* restock-fueltank-375-1.mu
|
||||||
|
* restock-fueltank-375-1.dds
|
||||||
restock-fueltank-375-1.mu
|
* restock-fueltank-375-1-n.dds
|
||||||
restock-fueltank-375-1.dds
|
* restock-fueltank-375-1-e.dds
|
||||||
restock-fueltank-375-1-n.dds
|
#### Small radial Battery
|
||||||
restock-fueltank-375-1-e.dds
|
* restock-battery-radial-1.mu
|
||||||
|
* restock-battery-radial-1.dds
|
||||||
### Small radial Battery
|
* restock-battery-radial-1-n.dds
|
||||||
|
* restock-battery-radial-1-e.dds
|
||||||
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