- Joined
- Nov 20, 2007
- Messages
- 11,962
- Reaction score
- 765
- Points
- 188
Hopefully someone knows if I can do this!
I want to have just a particle stream without an engine exhaust texture associated with it.
The end result to look like this:
http://i89.photobucket.com/albums/k207/Notebook_04/Blue Streak/img035.jpg
You can see the main engine exhaust close to the pad, and the gas-generator exhausts with their fuel rich colour and texture. Thats what the particle stream would generate.
Got a start on it in the BlueStreak_F2.ini file:
Not sure any of this is valid, just trying at the moment.
Anyone done this before?
N.
I want to have just a particle stream without an engine exhaust texture associated with it.
The end result to look like this:
http://i89.photobucket.com/albums/k207/Notebook_04/Blue Streak/img035.jpg
You can see the main engine exhaust close to the pad, and the gas-generator exhausts with their fuel rich colour and texture. Thats what the particle stream would generate.
Got a start on it in the BlueStreak_F2.ini file:
;================================== Start of textures
[TEXTURE_LIST]
;TEX_1=Exhaust
TEX_4=GasGenExhaust
[EX_MAIN_0] ;main engine
OFF=(0,.8,-7.7)
DIR=(0,0.03,-0.97)
LENGTH=16
WIDTH=.7
[EX_MAIN_1] ;main engine
OFF=(0,-.8,-7.7)
DIR=(0,-0.03,-0.97)
LENGTH=16
WIDTH=.7
[EX_GasGenExhaust] ;gas generator
OFF=(-1,.2,-7.7)
DIR=(0,0,-1)
LENGTH=8
WIDTH=.1
[EX_GASGEN] gas generator
OFF=(-1,-.2,-7.7)
DIR=(0,0,-1)
LENGTH=8
WIDTH=.1
;================================== End of textures
[CONFIG]
;other stuff here
EX_GasGenExhaust=GasGenExhaust
;================================== End of CONFIG
Not sure any of this is valid, just trying at the moment.
Anyone done this before?
N.