diff --git a/run/Flan/Apocalypse Pack/vehicles/Buggy.txt b/run/Flan/Apocalypse Pack/vehicles/Buggy.txt index 94f49f65f..a0f0ee0f4 100644 --- a/run/Flan/Apocalypse Pack/vehicles/Buggy.txt +++ b/run/Flan/Apocalypse Pack/vehicles/Buggy.txt @@ -1,69 +1,71 @@ -//Naming -Name Buggy -ShortName buggy -//Visuals -Icon Buggy -Model apocalypse.Buggy -Texture Buggy -RotateWheels True -//Third Person Camera Distance -CameraDistance 7.5 -//Throttle -MaxThrottle 0.8 -MaxNegativeThrottle 0.5 -//Steering modifiers -TurnLeftSpeed 0.4 -TurnRightSpeed 0.4 -//Drag -Drag 10.0 -//For calculating whether wheels are on the ground or not for driving -WheelRadius 1.5 -//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones. -WheelPosition 0 -36 -10 -19 -WheelPosition 1 -36 -10 19 -WheelPosition 2 22 -10 18 -WheelPosition 3 22 -10 -18 -WheelSpringStrength 0.5 -//If true, then all wheels will apply drive forces -FourWheelDrive true -//Tank mode activate -Tank false -//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 -//Inventory Slots -CargoSlots 32 -ShellSlots 0 -//Driver and passenger positions -Driver -19 -2 -6 -360 360 -89 89 -RotatedDriverOffset 0 0 0 -Passengers 1 -Passenger 1 -19 -2 6 core -360 360 -89 89 -BarrelPosition 0 0 0 -//Delays are in ticks or 1/20ths of seconds -ShootDelay 1 -ShellDelay 70 -//Sounds -StartSound Engine -StartSoundLength 20 -EngineSound Engine -EngineSoundLength 20 -ShootSoundPrimary TankShell -ShootSoundSecondary M60Shoot -//Recipe -//Each section of the plane may have many parts -//The sections are tailWheel, tail, bay, topWing, leftWingWheel, leftWing, rightWingWheel, -//rightWing, nose, turret, coreWheel, core -AddRecipeParts core 1 smallChassis 2 vehicleSeat -AddRecipeParts frontLeftWheel 1 wheel -AddRecipeParts frontRightWheel 1 wheel -AddRecipeParts backLeftWheel 1 wheel -AddRecipeParts backRightWheel 1 wheel -//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white" -AddDye 10 gray -//Health and collision -SetupPart core 120 -42 -5 -14 75 25 28 -SetupPart frontLeftWheel 75 13 -10 15 15 15 5 -SetupPart frontRightWheel 75 13 -10 -20 15 15 5 -SetupPart backRightWheel 85 -43 -10 -22 15 15 7 -SetupPart backLeftWheel 85 -43 -10 15 15 15 7 -BulletDetection 7 \ No newline at end of file +//Naming +Name Buggy +ShortName buggy +//Visuals +Icon Buggy +Model apocalypse.Buggy +Texture Buggy +RotateWheels True +//Third Person Camera Distance +CameraDistance 7.5 +//Throttle +MaxThrottle 0.8 +MaxNegativeThrottle 0.5 +//Steering modifiers +TurnLeftSpeed 0.4 +TurnRightSpeed 0.4 +//Drag +Drag 10.0 +//For calculating whether wheels are on the ground or not for driving +WheelRadius 1.5 +//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones. +WheelPosition 0 -36 -10 -19 +WheelPosition 1 -36 -10 19 +WheelPosition 2 22 -10 18 +WheelPosition 3 22 -10 -18 +WheelSpringStrength 0.5 +//If true, then all wheels will apply drive forces +FourWheelDrive true +//Tank mode activate +Tank false +//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) +FuelTankSize 20000 +//Increasing fuel tank size in order to beat "Vehicles consume fuel very fast" #1270 issue. It was tested in real game, now jerry cans may fill it fully for 4-5 mins, +//as in real life, and players have real reason to make fuel stations/storages, dig coal, etc. +//Inventory Slots +CargoSlots 32 +ShellSlots 0 +//Driver and passenger positions +Driver -19 -2 -6 -360 360 -89 89 +RotatedDriverOffset 0 0 0 +Passengers 1 +Passenger 1 -19 -2 6 core -360 360 -89 89 +BarrelPosition 0 0 0 +//Delays are in ticks or 1/20ths of seconds +ShootDelay 1 +ShellDelay 70 +//Sounds +StartSound Engine +StartSoundLength 20 +EngineSound Engine +EngineSoundLength 20 +ShootSoundPrimary TankShell +ShootSoundSecondary M60Shoot +//Recipe +//Each section of the plane may have many parts +//The sections are tailWheel, tail, bay, topWing, leftWingWheel, leftWing, rightWingWheel, +//rightWing, nose, turret, coreWheel, core +AddRecipeParts core 1 smallChassis 2 vehicleSeat +AddRecipeParts frontLeftWheel 1 wheel +AddRecipeParts frontRightWheel 1 wheel +AddRecipeParts backLeftWheel 1 wheel +AddRecipeParts backRightWheel 1 wheel +//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white" +AddDye 10 gray +//Health and collision +SetupPart core 120 -42 -5 -14 75 25 28 +SetupPart frontLeftWheel 75 13 -10 15 15 15 5 +SetupPart frontRightWheel 75 13 -10 -20 15 15 5 +SetupPart backRightWheel 85 -43 -10 -22 15 15 7 +SetupPart backLeftWheel 85 -43 -10 15 15 15 7 +BulletDetection 7 diff --git a/run/Flan/Modern Weapons Pack/planes/A10.txt b/run/Flan/Modern Weapons Pack/planes/A10.txt index c3673377a..4543acebe 100644 --- a/run/Flan/Modern Weapons Pack/planes/A10.txt +++ b/run/Flan/Modern Weapons Pack/planes/A10.txt @@ -65,7 +65,8 @@ MissileSlots 4 AllowAllAmmo False AddAmmo mk4Rocket //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 620000 +//6200L IRL // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 105 43 0 Passengers 0 @@ -121,4 +122,4 @@ CollisionPoint 2 40 -181 leftWing CollisionPoint -5 27 47 rightWing CollisionPoint -5 35 111 rightWing CollisionPoint 2 40 181 rightWing -ModelScale 1.28 \ No newline at end of file +ModelScale 1.28 diff --git a/run/Flan/Modern Weapons Pack/planes/Apache.txt b/run/Flan/Modern Weapons Pack/planes/Apache.txt index c526e99c2..93f3f137b 100644 --- a/run/Flan/Modern Weapons Pack/planes/Apache.txt +++ b/run/Flan/Modern Weapons Pack/planes/Apache.txt @@ -61,7 +61,8 @@ MissileSlots 8 AllowAllAmmo False AddAmmo Hellfire //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 143000 +//officially, 1421L+4x871L in aux-tanks. If someone will introduce aux-tanks for helicopter, here is value 87000 for each. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 54 32 0 Passengers 1 diff --git a/run/Flan/Modern Weapons Pack/planes/B52.txt b/run/Flan/Modern Weapons Pack/planes/B52.txt index ee0c5ff5e..bcbfe39b7 100644 --- a/run/Flan/Modern Weapons Pack/planes/B52.txt +++ b/run/Flan/Modern Weapons Pack/planes/B52.txt @@ -70,7 +70,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 18173000 +//officially has 181725L fuel capacity and fueled by machines, not jerry cans // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 412 69 -13 Passengers 5 @@ -107,4 +108,4 @@ SetupPart nose 6000 28 18 -10 56 24 20 SetupPart core 7000 -5 19 -11 33 23 21 SetupPart tail 5000 -94 18 -46 89 55 94 HasGear True -ModelScale 1 \ No newline at end of file +ModelScale 1 diff --git a/run/Flan/Modern Weapons Pack/planes/BlackHawk.txt b/run/Flan/Modern Weapons Pack/planes/BlackHawk.txt index 210d19cfc..31e280d1c 100644 --- a/run/Flan/Modern Weapons Pack/planes/BlackHawk.txt +++ b/run/Flan/Modern Weapons Pack/planes/BlackHawk.txt @@ -57,7 +57,8 @@ MissileSlots 0 AllowAllAmmo False AddAmmo None //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 137000 +//IRL fuel capacity is 1361L+2x700L aux-tanks. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 49 13 14 Passengers 11 @@ -97,4 +98,4 @@ SetupPart tail 2000 -174 7 -15 112 35 30 SetupPart blades 1000 -164 59 -163 328 4 328 BulletDetection 8 HasGear False -ModelScale 1 \ No newline at end of file +ModelScale 1 diff --git a/run/Flan/Modern Weapons Pack/planes/Chinook.txt b/run/Flan/Modern Weapons Pack/planes/Chinook.txt index 9e8f138a1..4109eeb65 100644 --- a/run/Flan/Modern Weapons Pack/planes/Chinook.txt +++ b/run/Flan/Modern Weapons Pack/planes/Chinook.txt @@ -53,12 +53,13 @@ ModePrimary FullAuto ModeSecondary FullAuto //Add shoot origins. These are the points on your vehicle from which bullets / missiles / shells / bombs appear // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 3 BombSlots 0 MissileSlots 0 AllowAllAmmo False //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 783000 +//7828L (+3x3028L aux-tanks in cargo) // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 154 17 10 Passengers 25 @@ -144,4 +145,4 @@ CollisionPoint 239 73 -146 blades CollisionPoint 239 73 146 blades HasGear False ModelScale 1 -BulletDetection 24 \ No newline at end of file +BulletDetection 24 diff --git a/run/Flan/Modern Weapons Pack/planes/Cobra.txt b/run/Flan/Modern Weapons Pack/planes/Cobra.txt index 60b2318b9..859811f61 100644 --- a/run/Flan/Modern Weapons Pack/planes/Cobra.txt +++ b/run/Flan/Modern Weapons Pack/planes/Cobra.txt @@ -55,13 +55,14 @@ ModeSecondary FullAuto ShootPointPrimary 12 -4 -29 rightWing ShootPointPrimary 12 -4 29 leftWing // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 1 BombSlots 0 MissileSlots 8 AllowAllAmmo False AddAmmo mk4Rocket //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 116000 +//IRL FC is 1153L and 1165L from 4 aux-tanks, thanks to German Wikipedia // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 32 -4 0 Passengers 1 @@ -92,4 +93,4 @@ SetupPart blades 1000 -24 20 -20 48 16 40 SetupPart rightWing 2000 -12 1 -38 24 2 28 SetupPart leftWing 2000 -12 1 10 24 2 28 SetupPart tail 2000 -100 -12 -9 76 24 18 -BulletDetection 10 \ No newline at end of file +BulletDetection 10 diff --git a/run/Flan/Modern Weapons Pack/planes/F22.txt b/run/Flan/Modern Weapons Pack/planes/F22.txt index 55c2e7995..3badab191 100644 --- a/run/Flan/Modern Weapons Pack/planes/F22.txt +++ b/run/Flan/Modern Weapons Pack/planes/F22.txt @@ -61,7 +61,8 @@ MissileSlots 4 AllowAllAmmo False AddAmmo mk4Rocket //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 981000 +//8200kg of fuel or 2590USG or 9805L + 2x600USG aux-tanks. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 103 31 0 Passengers 0 @@ -117,4 +118,4 @@ CollisionPoint -83 76 -50 tail CollisionPoint -83 76 50 tail CollisionPoint -128 26 75 tail CollisionPoint -128 26 -75 tail -ModelScale 1.19 \ No newline at end of file +ModelScale 1.19 diff --git a/run/Flan/Modern Weapons Pack/planes/Hind.txt b/run/Flan/Modern Weapons Pack/planes/Hind.txt index fbb562a41..86834d09c 100644 --- a/run/Flan/Modern Weapons Pack/planes/Hind.txt +++ b/run/Flan/Modern Weapons Pack/planes/Hind.txt @@ -53,13 +53,14 @@ ModeSecondary FullAuto ShootPointPrimary -13 7 -53 rightWing ShootPointPrimary -13 7 53 leftWing // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 4 BombSlots 0 MissileSlots 8 AllowAllAmmo False AddAmmo mk4Rocket //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 213000 +//2130L in 5 internal tanks total // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 64 18 0 Passengers 5 @@ -94,4 +95,4 @@ SetupPart tail 2000 -242 32 -10 148 26 20 SetupPart leftWing 1000 -39 2 -83 25 33 65 SetupPart rightWing 1000 -39 2 18 25 33 65 SetupPart blades 1000 -30 68 -30 60 2 60 -BulletDetection 10 \ No newline at end of file +BulletDetection 10 diff --git a/run/Flan/Modern Weapons Pack/planes/LittleBird.txt b/run/Flan/Modern Weapons Pack/planes/LittleBird.txt index be0a01772..816c05e57 100644 --- a/run/Flan/Modern Weapons Pack/planes/LittleBird.txt +++ b/run/Flan/Modern Weapons Pack/planes/LittleBird.txt @@ -51,13 +51,14 @@ ModePrimary FullAuto ModeSecondary FullAuto //Add shoot origins. These are the points on your vehicle from which bullets / missiles / shells / bombs appear // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 2 BombSlots 0 MissileSlots 0 AllowAllAmmo False AddAmmo None //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 24000 +//IRL 62USG or 235L // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 16 7 6 Passengers 7 @@ -92,4 +93,4 @@ SetupPart tail 1000 -64 22 -5 38 13 11 SetupPart blades 1000 -54 37 -61 122 6 122 BulletDetection 8 HasGear False -ModelScale 1 \ No newline at end of file +ModelScale 1 diff --git a/run/Flan/Modern Weapons Pack/planes/SU25.txt b/run/Flan/Modern Weapons Pack/planes/SU25.txt index dc6930a59..6899b538e 100644 --- a/run/Flan/Modern Weapons Pack/planes/SU25.txt +++ b/run/Flan/Modern Weapons Pack/planes/SU25.txt @@ -60,13 +60,14 @@ ShootPointSecondary 38 28 64 leftWing ShootPointSecondary 38 28 -64 rightWing // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 2 BombSlots 0 MissileSlots 3 AllowAllAmmo False AddAmmo mk4Rocket //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 366000 +//IRL 3660L from 4 internal tanks and 2*840L external aux-tanks // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 79 32 0 Passengers 0 @@ -116,4 +117,4 @@ CollisionPoint 2 42 98 rightWing CollisionPoint -27 42 154 rightWing CollisionPoint -153 52 0 tail CollisionPoint -55 52 0 tail -CollisionPoint -108 109 0 tail \ No newline at end of file +CollisionPoint -108 109 0 tail diff --git a/run/Flan/Modern Weapons Pack/planes/Tiger.txt b/run/Flan/Modern Weapons Pack/planes/Tiger.txt index fc0674b66..3b003aae3 100644 --- a/run/Flan/Modern Weapons Pack/planes/Tiger.txt +++ b/run/Flan/Modern Weapons Pack/planes/Tiger.txt @@ -54,13 +54,14 @@ ShootPointPrimary 27 21 -31 leftWing m60 ShootPointSecondary 27 21 31 rightWing // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 2 BombSlots 0 MissileSlots 8 AllowAllAmmo False AddAmmo TRIGAT //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 136000 +//IRL 1360L; No data about aux-tanks // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 53 15 0 Passengers 1 diff --git a/run/Flan/Modern Weapons Pack/planes/Tornado.txt b/run/Flan/Modern Weapons Pack/planes/Tornado.txt index 482fc1d67..6080c633e 100644 --- a/run/Flan/Modern Weapons Pack/planes/Tornado.txt +++ b/run/Flan/Modern Weapons Pack/planes/Tornado.txt @@ -57,13 +57,14 @@ ShootPointPrimary 60 3 5 nose m60 ShootPointSecondary -60 16 -58 leftWing ShootPointSecondary -60 16 58 rightWing // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 2 BombSlots 0 MissileSlots 8 AllowAllAmmo False AddAmmo mk4Rocket //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 150000 +//Thanks to German Wikipedia, IRL 1500L + 750L in aux-tanks. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot -4 20 0 Passengers 0 diff --git a/run/Flan/Modern Weapons Pack/vehicles/Abrams.txt b/run/Flan/Modern Weapons Pack/vehicles/Abrams.txt index 29823c130..174479627 100644 --- a/run/Flan/Modern Weapons Pack/vehicles/Abrams.txt +++ b/run/Flan/Modern Weapons Pack/vehicles/Abrams.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 191000 +//Fuel capacity is oficially 504.4 US gallons, or 1909,3617 liters. Assume that jerry can has 1000 fuel points equal to 10 liters. So capacity will be approximately 1910000. As US Army Government in real life, you will also worry about fuel. //Inventory Slots CargoSlots 0 ShellSlots 5 diff --git a/run/Flan/Modern Weapons Pack/vehicles/ChallyIISimple.txt b/run/Flan/Modern Weapons Pack/vehicles/ChallyIISimple.txt index 0390fbc5a..d775450c9 100644 --- a/run/Flan/Modern Weapons Pack/vehicles/ChallyIISimple.txt +++ b/run/Flan/Modern Weapons Pack/vehicles/ChallyIISimple.txt @@ -28,9 +28,11 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 160000 +//Officially, fuel capacity is 421 USG or 1593 liters. Converted in to nearest forward value in order to avoid points less than 1000 of gerry can. So it is possible to easily manage number of cans to place into tank. //Inventory Slots -CargoSlots 0 +CargoSlots 5 +//Tanks have some storage inside IRL ShellSlots 5 //Driver and passenger positions Driver 0 28 0 -360 360 -10 20 @@ -75,4 +77,4 @@ SetupPart turret 21500 -48 23 -27 92 16 54 BulletDetection 7 RotateWheels true -Description British Main Battle Tank \ No newline at end of file +Description British Main Battle Tank diff --git a/run/Flan/Modern Weapons Pack/vehicles/Humvee.txt b/run/Flan/Modern Weapons Pack/vehicles/Humvee.txt index 045362d1a..38df4cab6 100644 --- a/run/Flan/Modern Weapons Pack/vehicles/Humvee.txt +++ b/run/Flan/Modern Weapons Pack/vehicles/Humvee.txt @@ -33,7 +33,8 @@ WheelSpringStrength 0.5 //If true, then all wheels will apply drive forces FourWheelDrive true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1000 +FuelTankSize 10000 +//IRL fuel capacity is 25USG ar 95L, but it is more convenient to round it to 10000 //Inventory Slots CargoSlots 36 ShellSlots 0 @@ -81,4 +82,4 @@ ModelScale 1 //Paintjob Settings //Format is "Paintjob iconName textureName requiredDyeAmount requiredDyeColour" Multiple colours may be listed in order, seperated by a space //Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white" -Paintjob Humvee_Test SkinHumvee_Test magenta 10 \ No newline at end of file +Paintjob Humvee_Test SkinHumvee_Test magenta 10 diff --git a/run/Flan/Modern Weapons Pack/vehicles/Leopard 2A6.txt b/run/Flan/Modern Weapons Pack/vehicles/Leopard 2A6.txt index 6eb374ff4..861352073 100644 --- a/run/Flan/Modern Weapons Pack/vehicles/Leopard 2A6.txt +++ b/run/Flan/Modern Weapons Pack/vehicles/Leopard 2A6.txt @@ -28,9 +28,10 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 120000 +//317USG or 1200L IRL //Inventory Slots -CargoSlots 0 +CargoSlots 5 ShellSlots 5 //Driver and passenger positions Driver 0 28 0 -360 360 -9 20 diff --git a/run/Flan/Modern Weapons Pack/vehicles/MIM23.txt b/run/Flan/Modern Weapons Pack/vehicles/MIM23.txt index 115760316..568fcaba9 100644 --- a/run/Flan/Modern Weapons Pack/vehicles/MIM23.txt +++ b/run/Flan/Modern Weapons Pack/vehicles/MIM23.txt @@ -52,7 +52,8 @@ MissileSlots 3 AllowAllAmmo False AddAmmo mim23Ammo //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 10000 +//It is AA Rocket Launcher, thus, leave it 10000 fuel pts. // ------------------------------------------------------ Passengers ------------------------------------------------------ Driver 0 6 0 -360 360 0 75 RotatedDriverOffset 8 0 0 @@ -79,4 +80,4 @@ SetupPart turret 400 -16 10 -16 32 24 32 SetupPart leftTrack 200 -24 -8 -16 48 12 8 SetupPart rightTrack 200 -24 -8 8 48 12 8 BulletDetection 7 -Description Russian AA Rocket Emplacement \ No newline at end of file +Description Russian AA Rocket Emplacement diff --git a/run/Flan/Modern Weapons Pack/vehicles/T-90.txt b/run/Flan/Modern Weapons Pack/vehicles/T-90.txt index 0b068dec3..ba239504d 100644 --- a/run/Flan/Modern Weapons Pack/vehicles/T-90.txt +++ b/run/Flan/Modern Weapons Pack/vehicles/T-90.txt @@ -28,9 +28,10 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 120000 +//1200L officially without external barrels. //Inventory Slots -CargoSlots 0 +CargoSlots 5 ShellSlots 5 //Driver and passenger positions Driver 0 20 0 -360 360 -10 20 @@ -74,4 +75,4 @@ SetupPart leftTrack 10000 -45 -10 22 116 20 11 SetupPart rightTrack 10000 -45 -10 -33 116 20 11 BulletDetection 7 RotateWheels true -Description Russian Main Battle Tank \ No newline at end of file +Description Russian Main Battle Tank diff --git a/run/Flan/WW2 Pack/planes/BF109.txt b/run/Flan/WW2 Pack/planes/BF109.txt index cbfbfcd61..7ab753b68 100644 --- a/run/Flan/WW2 Pack/planes/BF109.txt +++ b/run/Flan/WW2 Pack/planes/BF109.txt @@ -64,7 +64,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 40000 +//IRL 400L from 2 tanks. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 9 25 0 Passengers 0 @@ -167,4 +168,4 @@ CollisionPoint 71 39 10 nose CollisionPoint 95 31 1 nose CollisionPoint 95 31 -1 nose CollisionPoint 95 29 -1 nose -CollisionPoint 95 29 1 nose \ No newline at end of file +CollisionPoint 95 29 1 nose diff --git a/run/Flan/WW2 Pack/planes/Camel.txt b/run/Flan/WW2 Pack/planes/Camel.txt index 5a09033b7..1ebee8f6f 100644 --- a/run/Flan/WW2 Pack/planes/Camel.txt +++ b/run/Flan/WW2 Pack/planes/Camel.txt @@ -61,7 +61,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1500 +FuelTankSize 17000 +//IRL 168L // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 0 -4 0 Passengers 0 @@ -109,4 +110,4 @@ CollisionPoint 0 18 20 topWing CollisionPoint 0 18 40 topWing //Tail CollisionPoint -40 -2 0 tail -CollisionPoint -20 -2 0 tail \ No newline at end of file +CollisionPoint -20 -2 0 tail diff --git a/run/Flan/WW2 Pack/planes/Fokker.txt b/run/Flan/WW2 Pack/planes/Fokker.txt index 3c85580d1..1e70d1c9f 100644 --- a/run/Flan/WW2 Pack/planes/Fokker.txt +++ b/run/Flan/WW2 Pack/planes/Fokker.txt @@ -58,7 +58,8 @@ BombSlots 0 MissileSlots 0 AllowAllAmmo False //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1500 +FuelTankSize 8000 +//IRL 72L // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 0 -4 0 Passengers 0 @@ -106,4 +107,4 @@ CollisionPoint 15 18 20 topWing CollisionPoint 15 18 40 topWing //Tail CollisionPoint -40 -2 0 tail -CollisionPoint -20 -2 0 tail \ No newline at end of file +CollisionPoint -20 -2 0 tail diff --git a/run/Flan/WW2 Pack/planes/Lancaster.txt b/run/Flan/WW2 Pack/planes/Lancaster.txt index cb3c48c34..cf7a42fd4 100644 --- a/run/Flan/WW2 Pack/planes/Lancaster.txt +++ b/run/Flan/WW2 Pack/planes/Lancaster.txt @@ -61,7 +61,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 32000 +FuelTankSize 800000 +//IRL ranging from 7779L to 9792L, so let it be 8000L // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 115 20 0 Passengers 5 @@ -152,4 +153,4 @@ CollisionPoint -120 28 16 tail CollisionPoint -100 28 16 tail CollisionPoint -140 28 -16 tail CollisionPoint -120 28 -16 tail -CollisionPoint -100 28 -16 tail \ No newline at end of file +CollisionPoint -100 28 -16 tail diff --git a/run/Flan/WW2 Pack/planes/Mustang.txt b/run/Flan/WW2 Pack/planes/Mustang.txt index 91d42cee9..503fb3b23 100644 --- a/run/Flan/WW2 Pack/planes/Mustang.txt +++ b/run/Flan/WW2 Pack/planes/Mustang.txt @@ -68,7 +68,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 4000 +FuelTankSize 10000 +//IRL 348x2L+322L internal tanks. Let it be 1000L generally. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 9 23 0 Passengers 0 @@ -171,4 +172,4 @@ CollisionPoint 71 39 10 nose CollisionPoint 95 31 1 nose CollisionPoint 95 31 -1 nose CollisionPoint 95 29 -1 nose -CollisionPoint 95 29 1 nose \ No newline at end of file +CollisionPoint 95 29 1 nose diff --git a/run/Flan/WW2 Pack/planes/Spitfire.txt b/run/Flan/WW2 Pack/planes/Spitfire.txt index 95039d945..732fbd388 100644 --- a/run/Flan/WW2 Pack/planes/Spitfire.txt +++ b/run/Flan/WW2 Pack/planes/Spitfire.txt @@ -54,7 +54,7 @@ ShootPointPrimary 40 -4 -44 leftWing browning ShootPointSecondary -30 -12 0 DamageModifierPrimary 50 // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 1 BombSlots 4 MissileSlots 0 AllowAllAmmo False @@ -62,7 +62,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 5000 +FuelTankSize 39000 +//IRL upper 168L tank and lower 218L tank + one of 135/205/228/410/775L aux-tanks on hold. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot -4 -4 0 Passengers 0 @@ -113,4 +114,4 @@ CollisionPoint 40 2 0 nose CollisionPoint -60 2 0 bay CollisionPoint -40 2 0 bay //Tail -CollisionPoint -80 2 0 tail \ No newline at end of file +CollisionPoint -80 2 0 tail diff --git a/run/Flan/WW2 Pack/planes/Yak9.txt b/run/Flan/WW2 Pack/planes/Yak9.txt index 4514a8622..0a605cfae 100644 --- a/run/Flan/WW2 Pack/planes/Yak9.txt +++ b/run/Flan/WW2 Pack/planes/Yak9.txt @@ -54,7 +54,7 @@ ShootPointPrimary 60 3 -5 nose dp28 ShootPointSecondary -30 -12 0 DamageModifierPrimary 50 // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 2 BombSlots 3 MissileSlots 0 AllowAllAmmo False @@ -62,7 +62,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 43000 +//430L volume of tanks may be obtained by doing some math+physics with 322kg of benzin. Yak-9 original(no D, T or other letter) carried 322kg of fuel. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 12 4 0 Passengers 0 @@ -114,4 +115,4 @@ CollisionPoint 40 2 0 nose CollisionPoint -60 2 0 bay CollisionPoint -40 2 0 bay //Tail -CollisionPoint -80 2 0 tail \ No newline at end of file +CollisionPoint -80 2 0 tail diff --git a/run/Flan/WW2 Pack/planes/Zero.txt b/run/Flan/WW2 Pack/planes/Zero.txt index 3f6d53d28..dade0f44b 100644 --- a/run/Flan/WW2 Pack/planes/Zero.txt +++ b/run/Flan/WW2 Pack/planes/Zero.txt @@ -54,7 +54,7 @@ ShootPointPrimary 80 11 -6 nose type99 ShootPointSecondary -30 -22 0 DamageModifierPrimary 50 // ------------------------------------------------------ Inventory ------------------------------------------------------ -CargoSlots 0 +CargoSlots 2 BombSlots 3 MissileSlots 0 AllowAllAmmo False @@ -62,7 +62,8 @@ AddAmmo largeBomb AddAmmo smallBomb AddAmmo napalm //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 6000 +FuelTankSize 52000 +//IRL 518L or 137USG // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 10 2 0 Passengers 0 @@ -115,4 +116,4 @@ CollisionPoint 40 2 0 nose CollisionPoint -60 2 0 bay CollisionPoint -40 2 0 bay //Tail -CollisionPoint -80 2 0 tail \ No newline at end of file +CollisionPoint -80 2 0 tail diff --git a/run/Flan/WW2 Pack/vehicles/B1.txt b/run/Flan/WW2 Pack/vehicles/B1.txt index 1ad814389..059e7d9de 100644 --- a/run/Flan/WW2 Pack/vehicles/B1.txt +++ b/run/Flan/WW2 Pack/vehicles/B1.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 40000 +//400L IRL //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -75,4 +76,4 @@ SetupPart rightTrack 750 -60 -10 23 120 22 14 BulletDetection 5 //Size Multiplier; scales up the model -ModelScale 1.1 \ No newline at end of file +ModelScale 1.1 diff --git a/run/Flan/WW2 Pack/vehicles/BMWR75.txt b/run/Flan/WW2 Pack/vehicles/BMWR75.txt index ca6befc06..407e64b4d 100644 --- a/run/Flan/WW2 Pack/vehicles/BMWR75.txt +++ b/run/Flan/WW2 Pack/vehicles/BMWR75.txt @@ -33,7 +33,8 @@ WheelSpringStrength 0.5 //If true, then all wheels will apply drive forces FourWheelDrive false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1000 +FuelTankSize 10000 +//IRL from 24 to 42 and 102L //Inventory Slots CargoSlots 36 ShellSlots 0 @@ -96,4 +97,4 @@ AddEmitter largesmoke 3 [-32,-2,3] [1,1,1] [0,0.5,0] 0.8 2 0 1 core //4th gear change -AddEmitter largesmoke 1 [-32,-2,3] [1,1,1] [0,5,0] 0.7 0.75 0 1 core \ No newline at end of file +AddEmitter largesmoke 1 [-32,-2,3] [1,1,1] [0,5,0] 0.7 0.75 0 1 core diff --git a/run/Flan/WW2 Pack/vehicles/Chaffee.txt b/run/Flan/WW2 Pack/vehicles/Chaffee.txt index a12e38aa2..068eb6c8f 100644 --- a/run/Flan/WW2 Pack/vehicles/Chaffee.txt +++ b/run/Flan/WW2 Pack/vehicles/Chaffee.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 42000 +//IRL 110USG or 420L //Inventory Slots CargoSlots 10 ShellSlots 5 @@ -72,4 +73,4 @@ SetupPart rightTrack 6000 -50 -10 -28 94 19 7 SetupPart leftTrack 6000 -50 -10 21 94 19 7 BulletDetection 7 ModelScale 1 -Description American Light Tank \ No newline at end of file +Description American Light Tank diff --git a/run/Flan/WW2 Pack/vehicles/Chi-Ha.txt b/run/Flan/WW2 Pack/vehicles/Chi-Ha.txt index 376fbcbff..55ccda636 100644 --- a/run/Flan/WW2 Pack/vehicles/Chi-Ha.txt +++ b/run/Flan/WW2 Pack/vehicles/Chi-Ha.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 24000 +//IRL 235L //Inventory Slots CargoSlots 0 ShellSlots 5 @@ -70,4 +71,4 @@ SetupPart turret 8320 -18 19 -20 40 10 40 SetupPart leftTrack 6000 -36 -10 16 78 18 8 SetupPart rightTrack 6000 -36 -10 -24 78 18 8 BulletDetection 7 -Description Japanese Light Tank \ No newline at end of file +Description Japanese Light Tank diff --git a/run/Flan/WW2 Pack/vehicles/ChiNu.txt b/run/Flan/WW2 Pack/vehicles/ChiNu.txt index 92013a7ee..ee3bcefbf 100644 --- a/run/Flan/WW2 Pack/vehicles/ChiNu.txt +++ b/run/Flan/WW2 Pack/vehicles/ChiNu.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 24000 +//235L IRL //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -71,4 +72,4 @@ SetupPart rightTrack 8000 -69 -10 -25 118 25 8 SetupPart leftTrack 8000 -69 -10 17 118 25 8 BulletDetection 7 ModelScale 1.25 -Description Japanese Medium Tank \ No newline at end of file +Description Japanese Medium Tank diff --git a/run/Flan/WW2 Pack/vehicles/Churchill.txt b/run/Flan/WW2 Pack/vehicles/Churchill.txt index 8d5662da7..9bc761581 100644 --- a/run/Flan/WW2 Pack/vehicles/Churchill.txt +++ b/run/Flan/WW2 Pack/vehicles/Churchill.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 83000 +//682L+148L(aux-tank inside) //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -76,4 +77,4 @@ BulletDetection 5 //Size Multiplier; scales up the model ModelScale 0.8 -Description British Heavy Tank \ No newline at end of file +Description British Heavy Tank diff --git a/run/Flan/WW2 Pack/vehicles/Cromwell.txt b/run/Flan/WW2 Pack/vehicles/Cromwell.txt index 3da1c0302..ec598bd5f 100644 --- a/run/Flan/WW2 Pack/vehicles/Cromwell.txt +++ b/run/Flan/WW2 Pack/vehicles/Cromwell.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 50000 +//IRL 110IG+aux 30IG; so 500L //Inventory Slots CargoSlots 10 ShellSlots 5 @@ -71,4 +72,4 @@ SetupPart leftTrack 8000 -65 -10 -28 110 20 7 SetupPart rightTrack 8000 -65 -10 21 110 20 7 BulletDetection 7 ModelScale 1 -Description British Medium Tank \ No newline at end of file +Description British Medium Tank diff --git a/run/Flan/WW2 Pack/vehicles/Crusader.txt b/run/Flan/WW2 Pack/vehicles/Crusader.txt index 949cbbadd..c3ef887c8 100644 --- a/run/Flan/WW2 Pack/vehicles/Crusader.txt +++ b/run/Flan/WW2 Pack/vehicles/Crusader.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 50000 +//110IG + 30IG aux; so 500L //Inventory Slots CargoSlots 10 ShellSlots 5 @@ -72,4 +73,4 @@ SetupPart leftTrack 5600 -59 -10 -21 99 18 6 SetupPart rightTrack 5600 -59 -10 15 99 18 6 BulletDetection 7 ModelScale 1 -Description British Light Tank \ No newline at end of file +Description British Light Tank diff --git a/run/Flan/WW2 Pack/vehicles/Flak88.txt b/run/Flan/WW2 Pack/vehicles/Flak88.txt index 8c2cde4e5..8d09ac92a 100644 --- a/run/Flan/WW2 Pack/vehicles/Flak88.txt +++ b/run/Flan/WW2 Pack/vehicles/Flak88.txt @@ -26,7 +26,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 4000 +//This gun was on just simple cart, but imagine that it was motorred in minecraft. //Inventory Slots CargoSlots 0 ShellSlots 5 @@ -59,4 +60,4 @@ AddDye 8 gray SetupPart core 2500 -40 -8 -18 60 24 36 BulletDetection 7 ModelScale 1.2 -Description German Anti-Aircraft/Tank Gun \ No newline at end of file +Description German Anti-Aircraft/Tank Gun diff --git a/run/Flan/WW2 Pack/vehicles/Fury.txt b/run/Flan/WW2 Pack/vehicles/Fury.txt index 28d4b188e..bae1dc9af 100644 --- a/run/Flan/WW2 Pack/vehicles/Fury.txt +++ b/run/Flan/WW2 Pack/vehicles/Fury.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 60000 +//138–175 U.S. gallons (522–662 litres),so 600L //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -71,4 +72,4 @@ SetupPart leftTrack 8000 -61 -10 -28 112 17 13 SetupPart rightTrack 8000 -61 -10 15 112 17 13 BulletDetection 7 ModelScale 1.1 -Description American Medium Tank from the Movie "Fury" \ No newline at end of file +Description American Medium Tank from the Movie "Fury" diff --git a/run/Flan/WW2 Pack/vehicles/Greyhound.txt b/run/Flan/WW2 Pack/vehicles/Greyhound.txt index c860dc89f..f3da982ca 100644 --- a/run/Flan/WW2 Pack/vehicles/Greyhound.txt +++ b/run/Flan/WW2 Pack/vehicles/Greyhound.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 21000 +//IRL 56USG or 210L //Inventory Slots CargoSlots 10 ShellSlots 5 @@ -80,4 +81,4 @@ SetupPart backRightWheel 3000 -21 -10 -22 18 18 6 SetupPart backRightWheel 3000 -44 -10 -22 18 18 6 BulletDetection 7 ModelScale 0.9 -Description American Armored Car \ No newline at end of file +Description American Armored Car diff --git a/run/Flan/WW2 Pack/vehicles/Hellcat.txt b/run/Flan/WW2 Pack/vehicles/Hellcat.txt index a3400ca05..a09838585 100644 --- a/run/Flan/WW2 Pack/vehicles/Hellcat.txt +++ b/run/Flan/WW2 Pack/vehicles/Hellcat.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 29000 +//75USG or 284L IRL //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -84,4 +85,4 @@ PitchSound TurretTraverse1 PitchSoundLength 61 YawSound TurretTraverse2 -YawSoundLength 38 \ No newline at end of file +YawSoundLength 38 diff --git a/run/Flan/WW2 Pack/vehicles/IS2.txt b/run/Flan/WW2 Pack/vehicles/IS2.txt index 612c5aeff..647475f8f 100644 --- a/run/Flan/WW2 Pack/vehicles/IS2.txt +++ b/run/Flan/WW2 Pack/vehicles/IS2.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 52000 +//520L IRL without 270L of aux-tanks //Inventory Slots CargoSlots 20 ShellSlots 5 diff --git a/run/Flan/WW2 Pack/vehicles/Jeep.txt b/run/Flan/WW2 Pack/vehicles/Jeep.txt index cd925ea87..a26e77eee 100644 --- a/run/Flan/WW2 Pack/vehicles/Jeep.txt +++ b/run/Flan/WW2 Pack/vehicles/Jeep.txt @@ -33,7 +33,8 @@ WheelSpringStrength 0.5 //If true, then all wheels will apply drive forces FourWheelDrive true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1000 +FuelTankSize 7000 +//57L IRL //Inventory Slots CargoSlots 36 ShellSlots 0 @@ -73,4 +74,4 @@ SetupPart frontLeftWheel 1500 12 -10 -16 8 8 2 SetupPart frontRightWheel 1500 12 -10 14 8 8 2 BulletDetection 5 Description American Jeep -ModelScale 0.95 \ No newline at end of file +ModelScale 0.95 diff --git a/run/Flan/WW2 Pack/vehicles/KV1.txt b/run/Flan/WW2 Pack/vehicles/KV1.txt index d42fc8879..07baa4aac 100644 --- a/run/Flan/WW2 Pack/vehicles/KV1.txt +++ b/run/Flan/WW2 Pack/vehicles/KV1.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 61000 +//IRL-600-615L //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -70,4 +71,4 @@ SetupPart turret 11600 -42 19 -36 72 18 72 SetupPart leftTrack 8000 -68 -10 -33 117 20 14 SetupPart rightTrack 8000 -68 -10 19 117 20 14 BulletDetection 7 -Description Soviet Heavy Tank \ No newline at end of file +Description Soviet Heavy Tank diff --git a/run/Flan/WW2 Pack/vehicles/Kubel.txt b/run/Flan/WW2 Pack/vehicles/Kubel.txt index e519e3e0c..ca3abf422 100644 --- a/run/Flan/WW2 Pack/vehicles/Kubel.txt +++ b/run/Flan/WW2 Pack/vehicles/Kubel.txt @@ -33,7 +33,8 @@ WheelSpringStrength 0.5 //If true, then all wheels will apply drive forces FourWheelDrive false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1000 +FuelTankSize 10000 +//No data about IRL FC, so let it be 100L //Inventory Slots CargoSlots 36 ShellSlots 0 @@ -72,4 +73,4 @@ SetupPart backRightWheel 1500 -20 -10 14 8 8 2 SetupPart frontLeftWheel 1500 12 -10 -16 8 8 2 SetupPart frontRightWheel 1500 12 -10 14 8 8 2 BulletDetection 5 -Description German Jeep \ No newline at end of file +Description German Jeep diff --git a/run/Flan/WW2 Pack/vehicles/Luchs.txt b/run/Flan/WW2 Pack/vehicles/Luchs.txt index 3095d617a..b500b4215 100644 --- a/run/Flan/WW2 Pack/vehicles/Luchs.txt +++ b/run/Flan/WW2 Pack/vehicles/Luchs.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 29000 +//285L IRL //Inventory Slots CargoSlots 10 ShellSlots 1 @@ -71,4 +72,4 @@ SetupPart rightTrack 6000 -39 -10 -27 85 20 10 SetupPart leftTrack 6000 -39 -10 17 85 20 10 BulletDetection 7 ModelScale 1.1 -Description German Light Tank \ No newline at end of file +Description German Light Tank diff --git a/run/Flan/WW2 Pack/vehicles/M10.txt b/run/Flan/WW2 Pack/vehicles/M10.txt index 6b65ff8ff..fa4fb4b6d 100644 --- a/run/Flan/WW2 Pack/vehicles/M10.txt +++ b/run/Flan/WW2 Pack/vehicles/M10.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 62000 +//IRL 620L //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -85,4 +86,4 @@ PitchSound TurretTraverse1 PitchSoundLength 61 YawSound TurretTraverse2 -YawSoundLength 38 \ No newline at end of file +YawSoundLength 38 diff --git a/run/Flan/WW2 Pack/vehicles/M157mm.txt b/run/Flan/WW2 Pack/vehicles/M157mm.txt index 49a7f045c..de8cd2421 100644 --- a/run/Flan/WW2 Pack/vehicles/M157mm.txt +++ b/run/Flan/WW2 Pack/vehicles/M157mm.txt @@ -26,7 +26,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 3000 +//Its gun, not tank. Leave it 30L //Inventory Slots CargoSlots 0 ShellSlots 5 @@ -82,4 +83,4 @@ PitchSound TurretTraverse1 PitchSoundLength 61 YawSound TurretTraverse2 -YawSoundLength 38 \ No newline at end of file +YawSoundLength 38 diff --git a/run/Flan/WW2 Pack/vehicles/M3Halftrack.txt b/run/Flan/WW2 Pack/vehicles/M3Halftrack.txt index 78b6619c6..df7aeee8b 100644 --- a/run/Flan/WW2 Pack/vehicles/M3Halftrack.txt +++ b/run/Flan/WW2 Pack/vehicles/M3Halftrack.txt @@ -30,7 +30,8 @@ FourWheelDrive true //Tank mode activate Tank false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 23000 +//230L or 62USG IRL //Inventory Slots CargoSlots 20 ShellSlots 0 @@ -112,4 +113,4 @@ AddEmitter largesmoke 3 [-58,-2,0] [1,1,1] [0,0.5,0] 0.8 2 0 1 core //4th gear change -AddEmitter largesmoke 1 [-58,-2,0] [1,1,1] [0,5,0] 0.7 0.75 0 1 core \ No newline at end of file +AddEmitter largesmoke 1 [-58,-2,0] [1,1,1] [0,5,0] 0.7 0.75 0 1 core diff --git a/run/Flan/WW2 Pack/vehicles/PanzerIV.txt b/run/Flan/WW2 Pack/vehicles/PanzerIV.txt index 89fc2057f..4b7218971 100644 --- a/run/Flan/WW2 Pack/vehicles/PanzerIV.txt +++ b/run/Flan/WW2 Pack/vehicles/PanzerIV.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 47000 +//470L IRL //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -72,4 +73,4 @@ SetupPart rightTrack 8270 -48 -10 -25 102 19 7 SetupPart leftTrack 8270 -48 -10 18 102 19 7 BulletDetection 7 ModelScale 0.9 -Description German Medium Tank \ No newline at end of file +Description German Medium Tank diff --git a/run/Flan/WW2 Pack/vehicles/S100.txt b/run/Flan/WW2 Pack/vehicles/S100.txt index 5a7413269..aeaa9a7be 100644 --- a/run/Flan/WW2 Pack/vehicles/S100.txt +++ b/run/Flan/WW2 Pack/vehicles/S100.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 20000 +//No Data on IRL FC, but 200L diesel looks ok. //Inventory Slots CargoSlots 10 ShellSlots 2 @@ -77,4 +78,4 @@ PlaceableOnWater True FloatOnWater True WheelStepHeight 1 Buoyancy 0.08 -Description German Torpedo PT Boat \ No newline at end of file +Description German Torpedo PT Boat diff --git a/run/Flan/WW2 Pack/vehicles/SASJeep.txt b/run/Flan/WW2 Pack/vehicles/SASJeep.txt index 5a8a28959..6d9be87de 100644 --- a/run/Flan/WW2 Pack/vehicles/SASJeep.txt +++ b/run/Flan/WW2 Pack/vehicles/SASJeep.txt @@ -33,7 +33,8 @@ WheelSpringStrength 0.5 //If true, then all wheels will apply drive forces FourWheelDrive true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1000 +FuelTankSize 10000 +//100L //Inventory Slots CargoSlots 36 ShellSlots 0 @@ -77,4 +78,4 @@ SetupPart frontLeftWheel 1500 12 -10 -16 8 8 2 SetupPart frontRightWheel 1500 12 -10 14 8 8 2 BulletDetection 5 Description American Jeep -ModelScale 0.95 \ No newline at end of file +ModelScale 0.95 diff --git a/run/Flan/WW2 Pack/vehicles/SU-1-12.txt b/run/Flan/WW2 Pack/vehicles/SU-1-12.txt index 474f1f7f8..8e8e5f025 100644 --- a/run/Flan/WW2 Pack/vehicles/SU-1-12.txt +++ b/run/Flan/WW2 Pack/vehicles/SU-1-12.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 10000 +//IRL it had 40L tank on GasAAA car. //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -72,4 +73,4 @@ SetupPart rightTrack 8000 -48 -10 -25 102 19 7 SetupPart leftTrack 8000 -48 -10 18 102 19 7 BulletDetection 7 ModelScale 1 -Description Soviet Light SPG \ No newline at end of file +Description Soviet Light SPG diff --git a/run/Flan/WW2 Pack/vehicles/SdkFz2.txt b/run/Flan/WW2 Pack/vehicles/SdkFz2.txt index b0f3cd3b1..e544c7446 100644 --- a/run/Flan/WW2 Pack/vehicles/SdkFz2.txt +++ b/run/Flan/WW2 Pack/vehicles/SdkFz2.txt @@ -35,7 +35,8 @@ FourWheelDrive false //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1000 +FuelTankSize 36000 +//360L IRL //Inventory Slots CargoSlots 36 ShellSlots 0 @@ -96,4 +97,4 @@ AddEmitter largesmoke 3 [-40,-4,0] [1,1,1] [0,0.5,0] 0.8 2 0 1 core //4th gear change -AddEmitter largesmoke 1 [-40,-4,0] [1,1,1] [0,5,0] 0.7 0.75 0 1 core \ No newline at end of file +AddEmitter largesmoke 1 [-40,-4,0] [1,1,1] [0,5,0] 0.7 0.75 0 1 core diff --git a/run/Flan/WW2 Pack/vehicles/SdkFz222.txt b/run/Flan/WW2 Pack/vehicles/SdkFz222.txt index 97810a1bb..95936a6e6 100644 --- a/run/Flan/WW2 Pack/vehicles/SdkFz222.txt +++ b/run/Flan/WW2 Pack/vehicles/SdkFz222.txt @@ -30,7 +30,8 @@ FourWheelDrive true //Tank mode activate Tank false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 10000 +//German Wikipedia 100L //Inventory Slots CargoSlots 20 ShellSlots 0 @@ -106,4 +107,4 @@ AddEmitter largesmoke 3 [-37,0,8] [1,1,1] [0,0.5,0] 0.8 2 0 1 core //4th gear change -AddEmitter largesmoke 1 [-37,0,8] [1,1,1] [0,5,0] 0.7 0.75 0 1 core \ No newline at end of file +AddEmitter largesmoke 1 [-37,0,8] [1,1,1] [0,5,0] 0.7 0.75 0 1 core diff --git a/run/Flan/WW2 Pack/vehicles/SdkFz251.txt b/run/Flan/WW2 Pack/vehicles/SdkFz251.txt index d22ffd0d3..0056ee397 100644 --- a/run/Flan/WW2 Pack/vehicles/SdkFz251.txt +++ b/run/Flan/WW2 Pack/vehicles/SdkFz251.txt @@ -30,7 +30,8 @@ FourWheelDrive true //Tank mode activate Tank false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 16000 +//German wikipedia 160L //Inventory Slots CargoSlots 20 ShellSlots 0 @@ -95,4 +96,4 @@ PitchSound TurretTraverse1 PitchSoundLength 61 YawSound TurretTraverse2 -YawSoundLength 38 \ No newline at end of file +YawSoundLength 38 diff --git a/run/Flan/WW2 Pack/vehicles/Sherman.txt b/run/Flan/WW2 Pack/vehicles/Sherman.txt index 1f9a88452..87eae770b 100644 --- a/run/Flan/WW2 Pack/vehicles/Sherman.txt +++ b/run/Flan/WW2 Pack/vehicles/Sherman.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 60000 +//600L because IRL it oscillated between 522-662L //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -138,4 +139,4 @@ AddEmitter largesmoke 1 [-53,5,5] [1,1,1] [0,5,0] 0.7 0.75 0 1 core AddEmitter largesmoke 1 [-53,5,-5] [1,1,1] [0,5,0] 0.7 0.75 0 1 core AddEmitter flame 1 [-53,5,5] [1,1,1] [0,5,0] 0.7 0.73 0 1 core -AddEmitter flame 1 [-53,5,-5] [1,1,1] [0,5,0] 0.7 0.73 0 1 core \ No newline at end of file +AddEmitter flame 1 [-53,5,-5] [1,1,1] [0,5,0] 0.7 0.73 0 1 core diff --git a/run/Flan/WW2 Pack/vehicles/StuG.txt b/run/Flan/WW2 Pack/vehicles/StuG.txt index e93de433b..1f20637c9 100644 --- a/run/Flan/WW2 Pack/vehicles/StuG.txt +++ b/run/Flan/WW2 Pack/vehicles/StuG.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 43000 +//430L IRL //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -72,4 +73,4 @@ SetupPart rightTrack 7000 -55 -10 -21 101 19 8 SetupPart leftTrack 7000 -55 -10 23 101 19 7 BulletDetection 7 ModelScale 0.85 -Description German Medium Tank Destroyer \ No newline at end of file +Description German Medium Tank Destroyer diff --git a/run/Flan/WW2 Pack/vehicles/T3485.txt b/run/Flan/WW2 Pack/vehicles/T3485.txt index ebb984265..88cb0f653 100644 --- a/run/Flan/WW2 Pack/vehicles/T3485.txt +++ b/run/Flan/WW2 Pack/vehicles/T3485.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 81000 +//810L IRL //Inventory Slots CargoSlots 20 ShellSlots 5 @@ -72,4 +73,4 @@ SetupPart rightTrack 8000 -79 -10 -32 119 21 12 SetupPart leftTrack 8000 -79 -10 20 119 21 12 BulletDetection 7 ModelScale 1.3 -Description Soviet Medium Tank \ No newline at end of file +Description Soviet Medium Tank diff --git a/run/Flan/WW2 Pack/vehicles/Tiger.txt b/run/Flan/WW2 Pack/vehicles/Tiger.txt index d63ef6e56..1cc7c4811 100644 --- a/run/Flan/WW2 Pack/vehicles/Tiger.txt +++ b/run/Flan/WW2 Pack/vehicles/Tiger.txt @@ -1,167 +1,168 @@ -//Naming -Name Tiger -ShortName Tiger -//Visuals -Icon Tiger -Model ww2.Tiger -Texture tiger -//Third Person Camera Distance -CameraDistance 7.5 -//Throttle -MaxThrottle 0.45 -MaxNegativeThrottle 0.35 -//Steering modifiers -TurnLeftSpeed 0.3 -TurnRightSpeed 0.3 -//For calculating whether wheels are on the ground or not for driving -WheelRadius 1.0 -//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones. -WheelPosition 0 -32 -10 -18 -WheelPosition 1 -32 -10 18 -WheelPosition 2 32 -10 18 -WheelPosition 3 32 -10 -18 -WheelSpringStrength 0.5 -//Bouncy bouncy -Bounciness 0.3 -//If true, then all wheels will apply drive forces -FourWheelDrive true -//Tank mode activate -Tank true -//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 -//Inventory Slots -CargoSlots 20 -ShellSlots 5 -//Driver and passenger positions -Driver 0 39 0 -360 360 -8 15 -RotatedDriverOffset -6 0 -14 -Passengers 0 -//GunOrigin 1 0 0 10 -BarrelPosition 0 34 0 -AddAmmo shell -AddAmmo HEshell -AllowAllAmmo false -//Secondary gun -AddGun 10 32 10 turret mg42 -//Delays are in ticks or 1/20ths of seconds -ShootDelay 2 -ShellDelay 290 -//Sounds -StartSound TankIdle -StartSoundLength 20 -EngineSound TankMove -EngineSoundLength 60 -ShootSoundPrimary 88mmGun -ShootSoundSecondary MG42Shoot -DamageModifierPrimary 78 -//Recipe -//Each section of the plane may have many parts -//The sections are tailWheel, tail, bay, topWing, leftWingWheel, leftWing, rightWingWheel, -//rightWing, nose, turret, coreWheel, core -AddRecipeParts turret 1 heavyTankTurret 1 vehicleSeat -AddRecipeParts core 1 heavyTankBody -AddRecipeParts leftTrack 1 catTrack -AddRecipeParts rightTrack 1 catTrack -//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white" -AddDye 15 gray - -//Health and collision -SetupPart core 13500 -55 -1 -23 120 27 46 -SetupPart turret 13300 -30 26 -30 60 18 60 -SetupPart leftTrack 8000 -60 -10 -37 120 22 14 -SetupPart rightTrack 8000 -60 -10 23 120 22 14 - -BulletDetection 5 - -//Size Multiplier; scales up the model -ModelScale 1.2 -Description German Heavy Tank -BulletDetection 5 - -//Size Multiplier; scales up the model -ModelScale 1.2 -Description German Heavy Tank - -CanRoll true - -//Smoke effects - -//Basic emission -AddEmitter smoke 1 [-60,25,7] [1,1,1] [0,0.5,0] -1 1 0 1 core - -AddEmitter smoke 1 [-60,25,-7] [1,1,1] [0,0.5,0] -1 1 0 1 core - - -//Damage -AddEmitter smoke 2 [-34,26,-22] [7,1,7] [0,0.5,0] -1 1 0 0.75 core -AddEmitter smoke 2 [-34,26,22] [7,1,7] [0,0.5,0] -1 1 0 0.75 core -AddEmitter smoke 2 [5,43,14] [3,1,3] [0,0.5,0] -1 1 0 0.75 turret - -AddEmitter largesmoke 3 [-34,26,-22] [7,1,7] [0,1,0] -1 1 0 0.5 core -AddEmitter largesmoke 3 [-34,26,22] [7,1,7] [0,1,0] -1 1 0 0.5 core -AddEmitter largesmoke 2 [5,43,14] [3,1,3] [0,0.5,0] -1 1 0 0.5 turret - -AddEmitter largesmoke 1 [-34,26,-22] [7,1,7] [0,1.5,0] -1 1 0 0.25 core -AddEmitter largesmoke 1 [-34,26,22] [7,1,7] [0,1.5,0] -1 1 0 0.25 core - -AddEmitter flame 1 [-34,26,-22] [5,1,5] [0,1,0] -1 1 0 0.25 core -AddEmitter flame 1 [-34,26,22] [5,1,5] [0,1,0] -1 1 0 0.25 core -AddEmitter largesmoke 1 [5,43,14] [3,1,3] [0,1,0] -1 1 0 0.5 turret - - - - - -//1st gear change - -AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,1.5,0] 0.02 0.07 0 1 core - -AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,1.5,0] 0.02 0.07 0 1 core - -//1st gear - -AddEmitter explode 1 [-60,25,7] [1,1,1] [0,0.2,0] 0.05 0.2 0 1 core - -AddEmitter explode 1 [-60,25,-7] [1,1,1] [0,0.2,0] 0.05 0.2 0 1 core - -//2nd gear change - -AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,3,0] 0.2 0.25 0 1 core - -AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,3,0] 0.2 0.25 0 1 core - -//2nd gear - -AddEmitter explode 1 [-60,25,7] [1,1,1] [0,0.7,0] 0.2 0.5 0 1 core - -AddEmitter explode 1 [-60,25,-7] [1,1,1] [0,0.7,0] 0.2 0.5 0 1 core - - -//3rd gear change - -AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,4,0] 0.5 0.52 0 1 core - -AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,4,0] 0.5 0.52 0 1 core - -AddEmitter flame 1 [-60,25,7] [1,1,1] [0,2,0] 0.5 0.51 0 1 core - -AddEmitter flame 1 [-60,25,-7] [1,1,1] [0,2,0] 0.5 0.51 0 1 core - -//3rd gear -AddEmitter explode 1 [-60,25,7] [1,1,1] [0,0.7,0] 0.5 2 0 1 core - -AddEmitter explode 1 [-60,25,-7] [1,1,1] [0,0.7,0] 0.5 2 0 1 core - -AddEmitter largesmoke 3 [-60,25,7] [1,1,1] [0,0.5,0] 0.8 2 0 1 core - -AddEmitter largesmoke 3 [-60,25,-7] [1,1,1] [0,0.5,0] 0.8 2 0 1 core - -//4th gear change - -AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,5,0] 0.7 0.75 0 1 core - -AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,5,0] 0.7 0.77 0 1 core - -AddEmitter flame 1 [-60,25,7] [1,1,1] [0,5,0] 0.7 0.73 0 1 core - -AddEmitter flame 1 [-60,25,-7] [1,1,1] [0,5,0] 0.7 0.73 0 1 core +//Naming +Name Tiger +ShortName Tiger +//Visuals +Icon Tiger +Model ww2.Tiger +Texture tiger +//Third Person Camera Distance +CameraDistance 7.5 +//Throttle +MaxThrottle 0.45 +MaxNegativeThrottle 0.35 +//Steering modifiers +TurnLeftSpeed 0.3 +TurnRightSpeed 0.3 +//For calculating whether wheels are on the ground or not for driving +WheelRadius 1.0 +//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones. +WheelPosition 0 -32 -10 -18 +WheelPosition 1 -32 -10 18 +WheelPosition 2 32 -10 18 +WheelPosition 3 32 -10 -18 +WheelSpringStrength 0.5 +//Bouncy bouncy +Bounciness 0.3 +//If true, then all wheels will apply drive forces +FourWheelDrive true +//Tank mode activate +Tank true +//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) +FuelTankSize 54000 +//IRL Tiger I had 540L and Tiger II had 860L +//Inventory Slots +CargoSlots 20 +ShellSlots 5 +//Driver and passenger positions +Driver 0 39 0 -360 360 -8 15 +RotatedDriverOffset -6 0 -14 +Passengers 0 +//GunOrigin 1 0 0 10 +BarrelPosition 0 34 0 +AddAmmo shell +AddAmmo HEshell +AllowAllAmmo false +//Secondary gun +AddGun 10 32 10 turret mg42 +//Delays are in ticks or 1/20ths of seconds +ShootDelay 2 +ShellDelay 290 +//Sounds +StartSound TankIdle +StartSoundLength 20 +EngineSound TankMove +EngineSoundLength 60 +ShootSoundPrimary 88mmGun +ShootSoundSecondary MG42Shoot +DamageModifierPrimary 78 +//Recipe +//Each section of the plane may have many parts +//The sections are tailWheel, tail, bay, topWing, leftWingWheel, leftWing, rightWingWheel, +//rightWing, nose, turret, coreWheel, core +AddRecipeParts turret 1 heavyTankTurret 1 vehicleSeat +AddRecipeParts core 1 heavyTankBody +AddRecipeParts leftTrack 1 catTrack +AddRecipeParts rightTrack 1 catTrack +//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white" +AddDye 15 gray + +//Health and collision +SetupPart core 13500 -55 -1 -23 120 27 46 +SetupPart turret 13300 -30 26 -30 60 18 60 +SetupPart leftTrack 8000 -60 -10 -37 120 22 14 +SetupPart rightTrack 8000 -60 -10 23 120 22 14 + +BulletDetection 5 + +//Size Multiplier; scales up the model +ModelScale 1.2 +Description German Heavy Tank +BulletDetection 5 + +//Size Multiplier; scales up the model +ModelScale 1.2 +Description German Heavy Tank + +CanRoll true + +//Smoke effects + +//Basic emission +AddEmitter smoke 1 [-60,25,7] [1,1,1] [0,0.5,0] -1 1 0 1 core + +AddEmitter smoke 1 [-60,25,-7] [1,1,1] [0,0.5,0] -1 1 0 1 core + + +//Damage +AddEmitter smoke 2 [-34,26,-22] [7,1,7] [0,0.5,0] -1 1 0 0.75 core +AddEmitter smoke 2 [-34,26,22] [7,1,7] [0,0.5,0] -1 1 0 0.75 core +AddEmitter smoke 2 [5,43,14] [3,1,3] [0,0.5,0] -1 1 0 0.75 turret + +AddEmitter largesmoke 3 [-34,26,-22] [7,1,7] [0,1,0] -1 1 0 0.5 core +AddEmitter largesmoke 3 [-34,26,22] [7,1,7] [0,1,0] -1 1 0 0.5 core +AddEmitter largesmoke 2 [5,43,14] [3,1,3] [0,0.5,0] -1 1 0 0.5 turret + +AddEmitter largesmoke 1 [-34,26,-22] [7,1,7] [0,1.5,0] -1 1 0 0.25 core +AddEmitter largesmoke 1 [-34,26,22] [7,1,7] [0,1.5,0] -1 1 0 0.25 core + +AddEmitter flame 1 [-34,26,-22] [5,1,5] [0,1,0] -1 1 0 0.25 core +AddEmitter flame 1 [-34,26,22] [5,1,5] [0,1,0] -1 1 0 0.25 core +AddEmitter largesmoke 1 [5,43,14] [3,1,3] [0,1,0] -1 1 0 0.5 turret + + + + + +//1st gear change + +AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,1.5,0] 0.02 0.07 0 1 core + +AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,1.5,0] 0.02 0.07 0 1 core + +//1st gear + +AddEmitter explode 1 [-60,25,7] [1,1,1] [0,0.2,0] 0.05 0.2 0 1 core + +AddEmitter explode 1 [-60,25,-7] [1,1,1] [0,0.2,0] 0.05 0.2 0 1 core + +//2nd gear change + +AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,3,0] 0.2 0.25 0 1 core + +AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,3,0] 0.2 0.25 0 1 core + +//2nd gear + +AddEmitter explode 1 [-60,25,7] [1,1,1] [0,0.7,0] 0.2 0.5 0 1 core + +AddEmitter explode 1 [-60,25,-7] [1,1,1] [0,0.7,0] 0.2 0.5 0 1 core + + +//3rd gear change + +AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,4,0] 0.5 0.52 0 1 core + +AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,4,0] 0.5 0.52 0 1 core + +AddEmitter flame 1 [-60,25,7] [1,1,1] [0,2,0] 0.5 0.51 0 1 core + +AddEmitter flame 1 [-60,25,-7] [1,1,1] [0,2,0] 0.5 0.51 0 1 core + +//3rd gear +AddEmitter explode 1 [-60,25,7] [1,1,1] [0,0.7,0] 0.5 2 0 1 core + +AddEmitter explode 1 [-60,25,-7] [1,1,1] [0,0.7,0] 0.5 2 0 1 core + +AddEmitter largesmoke 3 [-60,25,7] [1,1,1] [0,0.5,0] 0.8 2 0 1 core + +AddEmitter largesmoke 3 [-60,25,-7] [1,1,1] [0,0.5,0] 0.8 2 0 1 core + +//4th gear change + +AddEmitter largesmoke 1 [-60,25,7] [1,1,1] [0,5,0] 0.7 0.75 0 1 core + +AddEmitter largesmoke 1 [-60,25,-7] [1,1,1] [0,5,0] 0.7 0.77 0 1 core + +AddEmitter flame 1 [-60,25,7] [1,1,1] [0,5,0] 0.7 0.73 0 1 core + +AddEmitter flame 1 [-60,25,-7] [1,1,1] [0,5,0] 0.7 0.73 0 1 core diff --git a/run/Flan/WW2 Pack/vehicles/Tiger131.txt b/run/Flan/WW2 Pack/vehicles/Tiger131.txt index f4bc0e903..4b004659c 100644 --- a/run/Flan/WW2 Pack/vehicles/Tiger131.txt +++ b/run/Flan/WW2 Pack/vehicles/Tiger131.txt @@ -1,78 +1,79 @@ -//Naming -Name Tiger131 -ShortName Tiger131 -//Visuals -Icon Tiger131 -Model ww2.Tiger131 -Texture 131 -//Third Person Camera Distance -CameraDistance 7.5 -//Throttle -MaxThrottle 0.6 -MaxNegativeThrottle 0.5 -//Steering modifiers -TurnLeftSpeed 0.3 -TurnRightSpeed 0.3 -//For calculating whether wheels are on the ground or not for driving -WheelRadius 1.0 -//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones. -WheelPosition 0 -32 -10 -18 -WheelPosition 1 -32 -10 18 -WheelPosition 2 32 -10 18 -WheelPosition 3 32 -10 -18 -WheelSpringStrength 0.5 -//Bouncy bouncy -Bounciness 0.3 -//If true, then all wheels will apply drive forces -FourWheelDrive true -//Tank mode activate -Tank true -//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 -//Inventory Slots -CargoSlots 20 -ShellSlots 5 -//Driver and passenger positions -Driver 0 39 0 -360 360 -8 15 -RotatedDriverOffset -6 0 -14 -Passengers 0 -//GunOrigin 1 0 40 0 -BarrelPosition 0 34 0 -AddAmmo shell -AddAmmo HEshell -//Secondary gun -AddGun 8 20 0 turret mg42 -//Delays are in ticks or 1/20ths of seconds -ShootDelay 1 -ShellDelay 145 -//Sounds -StartSound TankIdle -StartSoundLength 20 -EngineSound TankMove -EngineSoundLength 75 -ShootSoundPrimary Tank2Shoot -ShootSoundSecondary MG42Shoot -TurretRotationSpeed 0.025 -DamageModifierPrimary 78 -//Recipe -//Each section of the plane may have many parts -//The sections are tailWheel, tail, bay, topWing, leftWingWheel, leftWing, rightWingWheel, -//rightWing, nose, turret, coreWheel, core -AddRecipeParts turret 1 heavyTankTurret 1 vehicleSeat -AddRecipeParts core 1 heavyTankBody -AddRecipeParts leftTrack 1 catTrack -AddRecipeParts rightTrack 1 catTrack -//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white" -AddDye 15 yellow - -//Health and collision -SetupPart core 13500 -55 -1 -23 120 27 46 -SetupPart turret 13300 -30 26 -30 60 18 60 -SetupPart leftTrack 8000 -60 -10 -37 120 22 14 -SetupPart rightTrack 8000 -60 -10 23 120 22 14 - -BulletDetection 5 - -//Size Multiplier; scales up the model -ModelScale 1.2 -Description German Heavy Tank from the Movie "Fury" \ No newline at end of file +//Naming +Name Tiger131 +ShortName Tiger131 +//Visuals +Icon Tiger131 +Model ww2.Tiger131 +Texture 131 +//Third Person Camera Distance +CameraDistance 7.5 +//Throttle +MaxThrottle 0.6 +MaxNegativeThrottle 0.5 +//Steering modifiers +TurnLeftSpeed 0.3 +TurnRightSpeed 0.3 +//For calculating whether wheels are on the ground or not for driving +WheelRadius 1.0 +//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones. +WheelPosition 0 -32 -10 -18 +WheelPosition 1 -32 -10 18 +WheelPosition 2 32 -10 18 +WheelPosition 3 32 -10 -18 +WheelSpringStrength 0.5 +//Bouncy bouncy +Bounciness 0.3 +//If true, then all wheels will apply drive forces +FourWheelDrive true +//Tank mode activate +Tank true +//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) +FuelTankSize 54000 +//IRL it was captured TigerI tank with 540L. +//Inventory Slots +CargoSlots 20 +ShellSlots 5 +//Driver and passenger positions +Driver 0 39 0 -360 360 -8 15 +RotatedDriverOffset -6 0 -14 +Passengers 0 +//GunOrigin 1 0 40 0 +BarrelPosition 0 34 0 +AddAmmo shell +AddAmmo HEshell +//Secondary gun +AddGun 8 20 0 turret mg42 +//Delays are in ticks or 1/20ths of seconds +ShootDelay 1 +ShellDelay 145 +//Sounds +StartSound TankIdle +StartSoundLength 20 +EngineSound TankMove +EngineSoundLength 75 +ShootSoundPrimary Tank2Shoot +ShootSoundSecondary MG42Shoot +TurretRotationSpeed 0.025 +DamageModifierPrimary 78 +//Recipe +//Each section of the plane may have many parts +//The sections are tailWheel, tail, bay, topWing, leftWingWheel, leftWing, rightWingWheel, +//rightWing, nose, turret, coreWheel, core +AddRecipeParts turret 1 heavyTankTurret 1 vehicleSeat +AddRecipeParts core 1 heavyTankBody +AddRecipeParts leftTrack 1 catTrack +AddRecipeParts rightTrack 1 catTrack +//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white" +AddDye 15 yellow + +//Health and collision +SetupPart core 13500 -55 -1 -23 120 27 46 +SetupPart turret 13300 -30 26 -30 60 18 60 +SetupPart leftTrack 8000 -60 -10 -37 120 22 14 +SetupPart rightTrack 8000 -60 -10 23 120 22 14 + +BulletDetection 5 + +//Size Multiplier; scales up the model +ModelScale 1.2 +Description German Heavy Tank from the Movie "Fury" diff --git a/run/Flan/WW2 Pack/vehicles/TigerII.txt b/run/Flan/WW2 Pack/vehicles/TigerII.txt index 31c8034c5..58b8f2d82 100644 --- a/run/Flan/WW2 Pack/vehicles/TigerII.txt +++ b/run/Flan/WW2 Pack/vehicles/TigerII.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 86000 +//Tiger II had 860L IRL //Inventory Slots CargoSlots 20 ShellSlots 5 diff --git a/run/Flan/WW2 Pack/vehicles/Type4HoRo.txt b/run/Flan/WW2 Pack/vehicles/Type4HoRo.txt index 69c63aadb..5ac937cce 100644 --- a/run/Flan/WW2 Pack/vehicles/Type4HoRo.txt +++ b/run/Flan/WW2 Pack/vehicles/Type4HoRo.txt @@ -28,7 +28,8 @@ FourWheelDrive true //Tank mode activate Tank true //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 24000 +//IRL had 235L diesel tank. //Inventory Slots CargoSlots 0 ShellSlots 5 @@ -64,4 +65,4 @@ SetupPart core 8500 -43 -3 -26 85 23 52 SetupPart rightTrack 7000 -48 -10 -25 102 19 7 SetupPart leftTrack 7000 -48 -10 18 102 19 7 BulletDetection 7 -Description Japanese Light SPG \ No newline at end of file +Description Japanese Light SPG diff --git a/run/Flan/WW2 Pack/vehicles/UC2Pdr.txt b/run/Flan/WW2 Pack/vehicles/UC2Pdr.txt index fd1a6612a..96ab3d7e1 100644 --- a/run/Flan/WW2 Pack/vehicles/UC2Pdr.txt +++ b/run/Flan/WW2 Pack/vehicles/UC2Pdr.txt @@ -29,7 +29,8 @@ FourWheelDrive true //Tank mode activate Tank false //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 2000 +FuelTankSize 10000 +//IRL had 91L or 20IG //Inventory Slots CargoSlots 10 //Driver and passenger positions @@ -67,4 +68,4 @@ SetupPart rightTrack 5600 -39 -10 -20 73 14 6 SetupPart leftTrack 5600 -39 -10 14 73 14 6 BulletDetection 7 ModelScale 1 -Description British Armored Vehicle \ No newline at end of file +Description British Armored Vehicle diff --git a/run/Flan/Ye Olde Pack/planes/Biplane.txt b/run/Flan/Ye Olde Pack/planes/Biplane.txt index 9293f6363..1872c9ea0 100644 --- a/run/Flan/Ye Olde Pack/planes/Biplane.txt +++ b/run/Flan/Ye Olde Pack/planes/Biplane.txt @@ -55,7 +55,8 @@ BombSlots 0 MissileSlots 0 AllowAllAmmo False //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1000 +FuelTankSize 15000 +//Increased size due to #1270 fix. No IRL equivalents. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 0 -4 0 Passengers 0 @@ -101,4 +102,4 @@ CollisionPoint 0 18 20 topWing CollisionPoint 0 18 40 topWing //Tail CollisionPoint -40 -2 0 tail -CollisionPoint -20 -2 0 tail \ No newline at end of file +CollisionPoint -20 -2 0 tail diff --git a/run/Flan/Ye Olde Pack/planes/TwoSeatBiplane.txt b/run/Flan/Ye Olde Pack/planes/TwoSeatBiplane.txt index 74f49d567..d6a0780df 100644 --- a/run/Flan/Ye Olde Pack/planes/TwoSeatBiplane.txt +++ b/run/Flan/Ye Olde Pack/planes/TwoSeatBiplane.txt @@ -55,7 +55,8 @@ BombSlots 0 MissileSlots 0 AllowAllAmmo False //Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick) -FuelTankSize 1500 +FuelTankSize 17000 +//No IRL equivalents, so let it be 170L. // ------------------------------------------------------ Passengers ------------------------------------------------------ Pilot 0 -4 0 Passengers 1 @@ -106,4 +107,4 @@ CollisionPoint 0 18 40 topWing //Tail CollisionPoint -40 -2 0 tail //Bay -CollisionPoint -20 -2 0 bay \ No newline at end of file +CollisionPoint -20 -2 0 bay