• ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.

Problem Delta III SRMs and Faring not appearing

yocumkj

New member
Joined
May 2, 2024
Messages
10
Reaction score
10
Points
3
Location
Kokomo
When I load up the Delta 3 addon why doesn’t it load the Srm’s and Faring?IMG_2090.jpeg
 
When I load up the Delta 3 addon why doesn’t it load the Srm’s and Faring?View attachment 42424
I presume this is my 2016 addon you're using. You need the Velcro Rockets addon by sputnik for the fairings to work, then do the following note (also posted on its addon description):
IMG_20250218_222837.jpg
For the boosters, they were originally the same code as the old Delta II (2010) addon, but since those files also exist on the Velcro Rockets addon, just simply open the Delta III .ini files on its Multistage2015 folder and replace the following necessary code with these:
Code:
[BOOSTER_1]
N=3
MeshName="Velcro/B_Delta2/gem40"
Height=12.96
Diameter=1.17
EmptyMass=2280
FuelMass=17010
Thrust=608100
angle=0
off=(1.7,0.0,-7.4)
rot_speed=(0,-5,0)
speed=(5,0,0)
BurnTime=75
ENG_TEX=Exhaust2
eng_1=(0,0,-7.3)
eng_diameter=0.75
ENG_PSTREAM1=Delta311contrail
ENG_PSTREAM2=Delta311contrail2
CURVE_1=(0,91.3)
CURVE_2=(62,100)

[BOOSTER_2]
N=3
MeshName="Velcro/B_Delta2/gem40a"
Height=12.96
Diameter=1.17
EmptyMass=2280
FuelMass=17010
Thrust=608100
angle=40
off=(1.7,0.0,-7.4)
rot_speed=(0,-5,0)
speed=(5,0,0)
BurnTime=76
ENG_TEX=Exhaust2
eng_1=(0,0,-7.3)
eng_diameter=0.75
ENG_PSTREAM1=Delta311contrail
ENG_PSTREAM2=Delta311contrail2
CURVE_1=(0,91.3)
CURVE_2=(62,100)

[BOOSTER_3]
N=3
Burndelay=78
MeshName="Velcro/B_Delta2/gem40b"
Height=12.96
Diameter=1.17
EmptyMass=2280
FuelMass=17010
Thrust=608100
angle=80
off=(1.7,0.0,-7.4)
BurnTime=62.5
ENG_TEX=Exhaust2
eng_1=(0,0,-7.3)
eng_diameter=0.75
ENG_PSTREAM1=Delta311contrail
ENG_PSTREAM2=Delta311contrail2
 
Last edited:
I presume this is my 2016 addon you're using. You need the Velcro Rockets addon by sputnik for the fairings to work, then do the following note (also posted on its addon description):
View attachment 42432
For the boosters, they were originally the same code as the old Delta II (2010) addon, but since those files also exist on the Velcro Rockets addon, just simply open the Delta III .ini files on its Multistage2015 folder and replace the following necessary code with these:
Code:
[BOOSTER_1]
N=3
MeshName="Velcro/B_Delta2/gem40"
Height=12.96
Diameter=1.17
EmptyMass=2280
FuelMass=17010
Thrust=608100
angle=0
off=(1.7,0.0,-7.4)
rot_speed=(0,-5,0)
speed=(5,0,0)
BurnTime=75
ENG_TEX=Exhaust2
eng_1=(0,0,-7.3)
eng_diameter=0.75
ENG_PSTREAM1=Delta311contrail
ENG_PSTREAM2=Delta311contrail2
CURVE_1=(0,91.3)
CURVE_2=(62,100)

[BOOSTER_2]
N=3
MeshName="Velcro/B_Delta2/gem40a"
Height=12.96
Diameter=1.17
EmptyMass=2280
FuelMass=17010
Thrust=608100
angle=40
off=(1.7,0.0,-7.4)
rot_speed=(0,-5,0)
speed=(5,0,0)
BurnTime=76
ENG_TEX=Exhaust2
eng_1=(0,0,-7.3)
eng_diameter=0.75
ENG_PSTREAM1=Delta311contrail
ENG_PSTREAM2=Delta311contrail2
CURVE_1=(0,91.3)
CURVE_2=(62,100)

[BOOSTER_3]
N=3
Burndelay=78
MeshName="Velcro/B_Delta2/gem40b"
Height=12.96
Diameter=1.17
EmptyMass=2280
FuelMass=17010
Thrust=608100
angle=80
off=(1.7,0.0,-7.4)
BurnTime=62.5
ENG_TEX=Exhaust2
eng_1=(0,0,-7.3)
eng_diameter=0.75
ENG_PSTREAM1=Delta311contrail
ENG_PSTREAM2=Delta311contrail2
I did that and Renamed the Fairing Meshes but I got a CTD Upon Loading in and the faring still doesn’t show.
 

Attachments

  • IMG_2094.png
    IMG_2094.png
    454.4 KB · Views: 11
Back
Top