- added bigger fuel tank

- edited texture colors to differentiate from original models (helium parts are red) ; still waiting for actual art
This commit is contained in:
Youen Toupin 2015-06-13 21:46:40 +02:00
parent 1cda53febf
commit 3b8797193a
8 changed files with 42 additions and 2 deletions

Binary file not shown.

View File

@ -0,0 +1,35 @@
PART
{
name = heliumTank
module = Part
author = Youen
mesh = model.mu
scale = 1
rescaleFactor = 1
node_stack_top = 0.0, 0.295, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.295, 0.0, 0.0, -1.0, 0.0, 0
TechRequired = advLanding
entryCost = 3000
cost = 2000
category = FuelTank
subcategory = 0
title = Helium tank
description = Disposable helium tank for all your lifting needs (and birthday party balloons). Do not refill after use.
attachRules = 1,0,1,1,0
mass = 0.2
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2000 // = 2900
breakingForce = 50
breakingTorque = 50
bulkheadProfiles = size0
RESOURCE
{
name = Helium
amount = 770
maxAmount = 770
}
}

BIN
Parts/HeliumTank/model.mu Normal file

Binary file not shown.

BIN
Parts/HeliumTank/tank.dds Normal file

Binary file not shown.

View File

@ -11,7 +11,7 @@ PART
cost = 40
category = FuelTank
subcategory = 0
title = Helium tank
title = Helium tank (radial)
description = Disposable helium tank for all your lifting needs (and birthday party balloons). Do not refill after use.
attachRules = 0,1,0,0,1
mass = 0.003

View File

@ -6,7 +6,7 @@
}
}
@PART[balloon]
@PART[heliumTank]
{
%MODULE[TweakScale]
{

View File

@ -36,6 +36,11 @@ xcopy /y ..\..\..\..\Parts\HeliumTankRadial\heliumTankRadial.cfg HeliumTankRadia
xcopy /y ..\..\..\..\Parts\HeliumTankRadial\model.mu HeliumTankRadial
xcopy /y ..\..\..\..\Parts\HeliumTankRadial\ksp_r_xenonTank_diff.dds HeliumTankRadial
mkdir HeliumTank
xcopy /y ..\..\..\..\Parts\HeliumTank\heliumTank.cfg HeliumTank
xcopy /y ..\..\..\..\Parts\HeliumTank\model.mu HeliumTank
xcopy /y ..\..\..\..\Parts\HeliumTank\tank.dds HeliumTank
cd "%scriptPath%..\package"
IF EXIST ..\Aerostats.zip del ..\Aerostats.zip
"%scriptPath%7z.exe" a ..\Aerostats.zip GameData