Problem ISRU type cargos.

Slice N Splice

New member
Joined
Aug 13, 2010
Messages
105
Reaction score
0
Points
0
I am making a cargo similiar to danstephs ISRU and i have a question.

Like the ISRU how do i make my cargo pop open?

I am using the IRSU as an example but i just cannot get it to work no matter what i try.
 
So you're trying to make something that 'inflates'? If so you could possibly make it simply change into the inflated vessel.

Darren
 
If you have a look at the config file for the ISRU UCGO cargo you'll see that when it's unpacked it calls another config which, in turn, calls a dll - UcgoIsru.dll.

So, if you want your cargo to inflate you will need to write a DLL that does that.
 
If you have a look at the config file for the ISRU UCGO cargo you'll see that when it's unpacked it calls another config which, in turn, calls a dll - UcgoIsru.dll.

So, if you want your cargo to inflate you will need to write a DLL that does that.


Well, what i want is for the box to pop open like the ISRU box, and inflate.
 
Not a problem. You will need to write a DLL to handle that part.
 
Back
Top