Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Two questions

Page: 1 of 1
 alexx860
11-24-2004, 7:04 AM
#1
OK my problem is now slved, but I've two question :

-Ive already have this work, but how make a weapon dismember the target when it die (it already dismember, but the part I want, like the head, ..., but I want dismember the arm, if I hit the arm, ...)

-How to remove black marks when hit a wall (in cgame I think)

Thx for your answers
alexx
 razorace
11-24-2004, 11:11 AM
#2
1. Check out the g_dismember code and work it back from there.

2. Do you mean for a certain weapon or for all weapons?
 alexx860
11-24-2004, 12:30 PM
#3
1. OK It work, I've found G_CheckForDismember, it work

2. I mean for all weapons

thxx

alexx
 Barada
11-24-2004, 3:47 PM
#4
If you're just trying to remove black marks, and not sparks or explosions from the weapon impacting the wall, you're just dealing with .EFX files.

Dig around in the weapons wall imact or explosion .EFX files in one of the assetts pk3's for each weapon and find the BURNMARK shaders in the EFX file. They should be labeled as a DECAL. remove em from the file.
 alexx860
11-24-2004, 10:28 PM
#5
ok thx you
but another question? where can I add a permanent force power (you must have it, and have only one level, always here)
What I must add? in w_force.c I think..
 razorace
11-25-2004, 9:02 AM
#6
You'll need to add that somewhere to the clientspawn function in g_client.c
Page: 1 of 1