Ok, so I have a good new blood effect I have made (small so it keeps the game rated teen) but I cannot figure out the correct function to make the blood effect WORK when I shoot someone.
Is it
ImpactEffectSoft = ""
?
If not, can someone point me in the right direction to getting my blood effect to work?
Blood Effect? [Solved]
Moderator: Moderators
- Bonecrusher16O
- Private Second Class
- Posts: 66
- Joined: Mon Apr 25, 2011 5:57 pm
- Projects :: Snipers Galore and SAM
- xbox live or psn: PS3 :)
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Blood Effect?
So you're getting it right by using ImpactEffectSoft since soldiers are "soft". How exactly did you go about creating your blood effect? If you post a link to the .fx file I could take a look at it for you if you want and possibly fix anything that might be preventing it from working.[color=#FF8000]art_guide.doc[/color] wrote:s – Soldier (soft) collision
v – Vehicle (rigid) collision
b – Building (static) collision
o – Ordnance (ordnance :^) collision
t – Terrain collision
f – Flag collison -used on flyers specifically for Space CTF to collide with the flag
- Bonecrusher16O
- Private Second Class
- Posts: 66
- Joined: Mon Apr 25, 2011 5:57 pm
- Projects :: Snipers Galore and SAM
- xbox live or psn: PS3 :)
Re: Blood Effect?
Here
Hidden/Spoiler:
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Blood Effect?
Hmm, the .fx file seems fine... Do you have the files listed in your ingame.req file? It should have this in it:
Alternatively, you could just shove the above textures and your .fx file in one of your sides' effects folders.
Code: Select all
ucft
{
REQN
{
"texture"
"com_sfx_dirt2"
"com_sfx_smoke2"
}
REQN
{
"config"
"your_fx_file_name"
}- Bonecrusher16O
- Private Second Class
- Posts: 66
- Joined: Mon Apr 25, 2011 5:57 pm
- Projects :: Snipers Galore and SAM
- xbox live or psn: PS3 :)
Re: Blood Effect?
It works, thanks :maulsaber:
