Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Jundiyy  
#1 Posted : Wednesday, February 7, 2018 9:35:58 AM(UTC)
Jundiyy
Captain
Joined: 1/8/2017(UTC)
Posts: 78

Was thanked: 4 time(s) in 4 post(s)
I’m sure this is probably simple but I can’t seem to find it.

When a raptor shoots on the ground, scorched marks appear on the ground.
I want scorched marks to appear after the Aurora Bomber drops it bomb. Is it possible?

And would it be the same line of coding to make the scorched marks appear after a missile defender and scrapped up technical shoots?

Thanks in advance
Jundiyy
Sponsor
Offline Jundiyy  
#2 Posted : Friday, February 16, 2018 11:23:12 AM(UTC)
Jundiyy
Captain
Joined: 1/8/2017(UTC)
Posts: 78

Was thanked: 4 time(s) in 4 post(s)
Anyone?
I've tried looking at the OCL and also the Weapon INI but no idea what I need to find.
Offline acidbrain  
#3 Posted : Friday, February 16, 2018 11:46:33 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
If you take a look at the weapon that is used by the raptor you will find 'RaptorJetMissileWeapon', there is a parameter called 'ProjectileDetonationFX' in that weapon.
If you take a look at 'WeaponFX_JetMissileDetonation' in FXList.ini you will find a parameter called 'TerrainScorch', the full FXList entry looks like this:
Code:

FXList WeaponFX_JetMissileDetonation
  ViewShake 
    Type = NORMAL
  End
  ParticleSystem
    Name = BuggyNewAirDeathSubExplosionSmoke
  End
  ParticleSystem
    Name = ArtilleryBarrageShockwave
  End
  TerrainScorch
    Type = RANDOM 
    Radius = 15
  End
  LightPulse 
    Color = R:255 G:128 B:51 
    Radius = 30 
    IncreaseTime = 0 
    DecreaseTime = 2333
  End
  Sound
    Name = ExplosionJetMissile
  End
End


If you add the TerrainScorch part to the FXlist(FX_AuroraBombDetonate) of the aurorabomb detonation it will also generate a scorchmark.
The possibility is there that im full of sjit, didnt test it...

Cheers

Edited by user Friday, February 16, 2018 11:47:49 AM(UTC)  | Reason: Secret

Panem et kirkinses
thanks 1 user thanked acidbrain for this useful post.
CommieDog on 2/27/2018(UTC)
Offline Jundiyy  
#4 Posted : Friday, February 16, 2018 4:57:04 PM(UTC)
Jundiyy
Captain
Joined: 1/8/2017(UTC)
Posts: 78

Was thanked: 4 time(s) in 4 post(s)
Yea you are full of not-sijt :)
It worked, nice one, I'm still a big noob and only mod rarely, so I haven't ever seen the FXList ini before lol.
I only work on about 4-5 ini files at the most.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.