mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Major structural change to the repo
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
All the assets go here, perhaps like
|
||||
|
||||
* ReStock/Assets/Common/
|
||||
* ReStock/Assets/Common/Endcaps/...
|
||||
* ReStock/Assets/Engines/125m/...
|
||||
* ReStock/Assets/Engines/
|
||||
* ReStock/Assets/Engines/25m/...
|
||||
* ReStock/Assets/FuelTanks/
|
||||
* ReStock/Assets/FuelTanks/375m/....
|
@ -0,0 +1,12 @@
|
||||
// Proposed format:
|
||||
// #LOC_RestockPlus_partconfigname_fieldname
|
||||
// eg.
|
||||
// #LOC_RestockPlus_restock-engine-375-3_title = ...
|
||||
// #LOC_RestockPlus_restock-engine-375-3_description = ...
|
||||
|
||||
Localization
|
||||
{
|
||||
en-us
|
||||
{
|
||||
}
|
||||
}
|
@ -0,0 +1 @@
|
||||
// 3.75m drone code
|
@ -0,0 +1 @@
|
||||
// 3.75m docking port
|
@ -0,0 +1 @@
|
||||
// 3.75m orbital engine
|
@ -0,0 +1 @@
|
||||
// 3.75m compact fuel tank
|
@ -0,0 +1,3 @@
|
||||
// Patches for 1.25m engines
|
||||
// Contains:
|
||||
// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME): Adds compact, 2.5m and 2.5m (boattail) variants
|
@ -0,0 +1,3 @@
|
||||
// Patches for 3.75m structural Parts
|
||||
// Contents:
|
||||
// - Kerbodyne ADTP-2-3 (Size3to2Adapter): Adds hollow and fuelled variants
|
Reference in New Issue
Block a user