Forged Alliance Forever Forged Alliance Forever Forums 2015-05-22T00:59:23+02:00 /feed.php?f=41&t=9876 2015-05-22T00:59:23+02:00 2015-05-22T00:59:23+02:00 /viewtopic.php?t=9876&p=100335#p100335 <![CDATA[Re: air with personal shield]]>
Aulex wrote:
Don't shields produce a lot of particles when they're hit, or is that just a single effect.


Shield create a mesh-entity at the impact location. Its not an effect it the traditional sense.

Resin

Statistics: Posted by Resin_Smoker — 22 May 2015, 00:59


]]>
2015-05-20T23:26:23+02:00 2015-05-20T23:26:23+02:00 /viewtopic.php?t=9876&p=100312#p100312 <![CDATA[Re: air with personal shield]]> Statistics: Posted by ckitching — 20 May 2015, 23:26


]]>
2015-05-20T23:11:07+02:00 2015-05-20T23:11:07+02:00 /viewtopic.php?t=9876&p=100311#p100311 <![CDATA[Re: air with personal shield]]> Statistics: Posted by Aulex — 20 May 2015, 23:11


]]>
2015-05-20T19:12:34+02:00 2015-05-20T19:12:34+02:00 /viewtopic.php?t=9876&p=100298#p100298 <![CDATA[Re: air with personal shield]]>
Resin_Smoker wrote:
Personal shields don't work well on aircraft as the shield has a very difficult time keeping up with the aircraft's position in physical space. Odds are that 50% of the time the aircraft will not be covered by the shield as the shields position is updated every 4 ticks while the rendering engine updates 10x faster. This is why ALL aircraft (including the Continental) use bubble hit-boxes for both general impacts and shielding. Consequently, it's also why aircraft have such huge hit-boxes in relation to their mesh size.

Now why i could tell you how the shield is works, it's better to have to look at the UEF Titan and see what was done there instead. You'll learn far more and understand the basics of shielding if you just sit down and read it. Unit ID UEL0303 I think... look at both script and bp. with what is shown there you can manually add P-shields to anything you'd like. I made a mod that does this on the fly via my nifty little shield drone. (4DC)

Resin


Would be possible to have the shield work as a extra function "inside" the unit acting as a second HP bar?
pseudocode example

Code:
Event=WeaponHit
If ShieldHP>0
ShieldMesh=TRUE
ShieldHP=ShieldHP-WeaponDamage
else
ShieldMesh=0
[follows normal "unit takes damage" code]

Statistics: Posted by zeroAPM — 20 May 2015, 19:12


]]>
2015-05-20T18:00:59+02:00 2015-05-20T18:00:59+02:00 /viewtopic.php?t=9876&p=100297#p100297 <![CDATA[Re: air with personal shield]]>
Resin

Statistics: Posted by Resin_Smoker — 20 May 2015, 18:00


]]>
2015-05-20T22:59:52+02:00 2015-05-20T17:51:33+02:00 /viewtopic.php?t=9876&p=100296#p100296 <![CDATA[Re: air with personal shield]]> https://mega.co.nz/#!6ltnBBZB!Kl2QNcjI8 ... kN4O4MH4sg

here is it. Its whole mode, frigate with shield issue, is in unit/navy/t1/frigate/uas0103 -> also before was trying take it on hook, or only with .bp whiteout other files, but with same outcome :(

Statistics: Posted by Ithilis_Quo — 20 May 2015, 17:51


]]>
2015-05-20T13:43:35+02:00 2015-05-20T13:43:35+02:00 /viewtopic.php?t=9876&p=100291#p100291 <![CDATA[Re: air with personal shield]]>
Ithilis_Quo wrote:
It was cause plenty of problem so i let be personal shield on air in past..

what i was try is make personal shield on bout, and again it make some vierd problem.
- i creat mesh file, remane stuf inside, shield work, recive dmg insted of hp, but dont show on (naval) units. dont idea why.
- when shiep is destroyed in cca 20% wreck dont sink, and then its unreclaimable what is pretty sad, and dont know what to do with it.

any advice?



Link me your files please

Statistics: Posted by Resin_Smoker — 20 May 2015, 13:43


]]>
2015-05-20T13:41:19+02:00 2015-05-20T13:41:19+02:00 /viewtopic.php?t=9876&p=100290#p100290 <![CDATA[Re: air with personal shield]]>
what i was try is make personal shield on bout, and again it make some vierd problem.
- i creat mesh file, remane stuf inside, shield work, recive dmg insted of hp, but dont show on (naval) units. dont idea why.
- when shiep is destroyed in cca 20% wreck dont sink, and then its unreclaimable what is pretty sad, and dont know what to do with it.

any advice?

Statistics: Posted by Ithilis_Quo — 20 May 2015, 13:41


]]>
2015-04-30T15:29:12+02:00 2015-04-30T15:29:12+02:00 /viewtopic.php?t=9876&p=99371#p99371 <![CDATA[Re: air with personal shield]]>
Ithilis_Quo wrote:
thx for answer. Hmm And on continental shield work fine, or i only thought that it work fine? Ad first i was copypasting p-shield from obsidian, what is imho same as on titan, but that was change my units for some vierd kind of packing flying tank :D that was imposible to shoot. and units model was total crazy, have some parth from obsidian but was looking as when you are trying pack him on small place:D i will try it with titan p shield, but imho it would be same.



Copy and Paste wont do it.... Part of why is that technically the unit is changing its texture / shader when the shield kicks on. What you need to do is define a new "Mesh" blueprint that the units blueprint / script go to when the shield is called for. Look for a secondary blueprint file in the units folder and you'll see that it's just a mesh blueprint. The meshname and path must be added to that units blueprint definition of the shield.

Keep in mind that if you copy and paste from another unit your likely to see your unit change skins to look like another unit entirely.

Resin

Statistics: Posted by Resin_Smoker — 30 Apr 2015, 15:29


]]>
2015-04-30T10:12:00+02:00 2015-04-30T10:12:00+02:00 /viewtopic.php?t=9876&p=99362#p99362 <![CDATA[Re: air with personal shield]]> that was imposible to shoot. and units model was total crazy, have some parth from obsidian but was loking as when you are trying pack him on small place:D i will try it with titan p shield, but imho it would be same.

Statistics: Posted by Ithilis_Quo — 30 Apr 2015, 10:12


]]>
2015-04-30T03:27:12+02:00 2015-04-30T03:27:12+02:00 /viewtopic.php?t=9876&p=99351#p99351 <![CDATA[Re: air with personal shield]]>
Now why i could tell you how the shield is works, it's better to have to look at the UEF Titan and see what was done there instead. You'll learn far more and understand the basics of shielding if you just sit down and read it. Unit ID UEL0303 I think... look at both script and bp. with what is shown there you can manually add P-shields to anything you'd like. I made a mod that does this on the fly via my nifty little shield drone. (4DC)

Resin

Statistics: Posted by Resin_Smoker — 30 Apr 2015, 03:27


]]>
2015-04-30T01:21:42+02:00 2015-04-30T01:21:42+02:00 /viewtopic.php?t=9876&p=99349#p99349 <![CDATA[air with personal shield]]> But problem is that i have no idea how :(

I copypast continental bubble shield . What work but its responsible for weird bug where +- 50% of AA attack on gunship is going through shield and immediately damage gunship even with full shield. I think that personal shield would fix it, but dont know how to make it.

Is here someone with this kind of knowledge, and can help me?

Statistics: Posted by Ithilis_Quo — 30 Apr 2015, 01:21


]]>