• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Sinking effects for small ships

stuart277

SOH-CM-2025
Hi all
I have been working on a 27 foot lifeboat for CFS2.
I was wondering what effects could be used to simulate the sinking of the rather small lifeboat or if it needs a 'destroyed' model, like aircraft.
At the moment I have the following:
[EFFECTS.0]
; System = for_1
effect.0=100,LIBRARY,fx_ship_s,

[EFFECTS.1]
; System = aft_2
effect.0=100,LIBRARY,fx_ship_s,

The Lifeboat just burns and does not sink

I have tried fx_sink_s.fx but it is a really large 'splash' and wave effect.

Cheers
Stuart
 
Try this Stuart:

[EFFECTS.0]
; System = for_1
effect.0=100,LIBRARY,fx_ship_s,
effect.1=100,SINK,,

[EFFECTS.1]
; System = aft_2
effect.0=100,LIBRARY,fx_ship_s,
effect.1=100,SINK,,
 
Thanks Bearcat

Try this Stuart:

[EFFECTS.0]
; System = for_1
effect.0=100,LIBRARY,fx_ship_s,
effect.1=100,SINK,,

[EFFECTS.1]
; System = aft_2
effect.0=100,LIBRARY,fx_ship_s,
effect.1=100,SINK,,

Hi Bearcat
Thanks for the effects:
LIBRARY,fx_ship_s seems to cause a fire and ,SINK,, sinks the lifeboat.
Unfortunately (and expectedly), it goes down with all hands.
I might just try ,SINK,, by itself and look at a trigger to have people floating in the water (a simple model).
The other thing is a 'crash model', which I have never done.
Cheers
Stuart
 
Back
Top