mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add strutted tanks
This commit is contained in:
parent
51115b3694
commit
96a55b0a78
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -25,6 +25,9 @@ Localization
|
||||
#LOC_Restock_variant-mounting_truss = Truss
|
||||
#LOC_Restock_variant-mounting_compact = Compact
|
||||
|
||||
#LOC_Restock_variant-gold-truss = Gold (Mounted)
|
||||
#LOC_Restock_variant-silver-truss = Silver (Mounted)
|
||||
|
||||
#LOC_Restock_variant-engine_pod-orange = Pod (Orange)
|
||||
#LOC_Restock_variant-engine_pod-grey = Pod (Grey)
|
||||
|
||||
|
@ -31,6 +31,10 @@
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
SphereFrame = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
@ -43,6 +47,42 @@
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
SphereFrame = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = GoldStruts
|
||||
displayName = #LOC_Restock_variant-gold-truss
|
||||
primaryColor = #fccb0a
|
||||
secondaryColor = #666666
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
SphereFrame = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = SilverStruts
|
||||
displayName = #LOC_Restock_variant-silver-truss
|
||||
primaryColor = #cecece
|
||||
secondaryColor = #666666
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
SphereFrame = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -72,6 +112,10 @@
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
CylFrame = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
@ -84,6 +128,42 @@
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
CylFrame = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = GoldStruts
|
||||
displayName = #LOC_Restock_variant-gold-truss
|
||||
primaryColor = #fccb0a
|
||||
secondaryColor = #666666
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
CylFrame = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = SilverStruts
|
||||
displayName = #LOC_Restock_variant-silver-truss
|
||||
primaryColor = #cecece
|
||||
secondaryColor = #666666
|
||||
TEXTURE
|
||||
{
|
||||
mainTextureURL = ReStock/Assets/FuelTank/restock-foil-tanks-silver-1
|
||||
_SpecMap= ReStock/Assets/FuelTank/restock-foil-tanks-silver-1-s
|
||||
}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
CylFrame = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -66,11 +66,12 @@ v0.2.0
|
||||
- Electrical
|
||||
- OX-4L 1x6 Solar Panels
|
||||
- OX-4W 3x2 Solar Panels
|
||||
- Bugfixes
|
||||
- Bugfixes and Tweaks
|
||||
- Updated Gigantor colliders to be closer to stock
|
||||
- Updated Gigantor mesh to be more performant
|
||||
- Fixed Twin Boar flag being on wrong side compared to original model
|
||||
- Tweaked Nerv plume to be prettier
|
||||
- Added optional structural struts on Baguette and Dumpling tanks
|
||||
|
||||
v0.1.4
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user