Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Fury on October 31, 2009, 06:16:55 am

Title: Age old request, shield hit effect for surface shields
Post by: Fury on October 31, 2009, 06:16:55 am
Pretty please? :) Could we also have a flag which disables shield meshes on a ship but doesn't disable surface shields, please?
Title: Re: Age old request, shield hit effect for surface shields
Post by: Snail on October 31, 2009, 08:28:52 am
Pretty please? :) Could we also have a flag which disables shield meshes on a ship but doesn't disable surface shields, please?
For the latter option, couldn't you just delete the shield mesh of the model?
Title: Re: Age old request, shield hit effect for surface shields
Post by: Fury on October 31, 2009, 09:08:25 am
I wouldn't want to alter retail or mvps models, then package altered models with a mod and repeat the process if mvps models are updated.
Title: Re: Age old request, shield hit effect for surface shields
Post by: Goober5000 on October 31, 2009, 07:15:37 pm
Surface shields are actually supposed to come with shield hit effects.  Unfortunately, the shield hit code is very tangled and obscure.  I spent a weekend trying to get shield hits to work on a model without a shield mesh, to no success.  I suspect that code will have to be entirely rewritten.
Title: Re: Age old request, shield hit effect for surface shields
Post by: Tolwyn on November 01, 2009, 10:26:05 am
Wanderer wrote a script for Saga to do just that - it's just that the effect looks very crappy.

When you add "surface shields" flag, normal shields are probably disabled, aren't they?
Title: Re: Age old request, shield hit effect for surface shields
Post by: Spoon on November 01, 2009, 11:34:20 am
When you add "surface shields" flag, normal shields are probably disabled, aren't they?
No they are not. In fact, I wish you guys had added surface flags for the thunderbolt in the WCS wc4 techdemo. There are some angles at which shots will pass through your shields, surface shield flag will fix this.
Title: Re: Age old request, shield hit effect for surface shields
Post by: Tolwyn on November 01, 2009, 02:29:58 pm
An interesting point - I've been playing with that idea for some time now. ;)
Title: Re: Age old request, shield hit effect for surface shields
Post by: Zacam on November 01, 2009, 02:47:55 pm
Is it compatible with "intrinsic no shields"? And no, I have no idea where I might be going with that, I've been up for past 24hrs now.
Title: Re: Age old request, shield hit effect for surface shields
Post by: chief1983 on November 02, 2009, 09:40:29 am
I don't believe the type of shield effect will interfere with 'intrinsic no shields' as long as there _are_ shields.  If shields aren't there then intrinsic no shields does nothing as there can't be shields anyway.