Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Raptor Dan

Pages: 1 2 [3] 4 5
21
EVEN MORE PROGRESS!

22

More progress

23
Ok here man this will do things when the player's health is below whatever you want. Place it anywhere in the OnTick section of the players script file which you must add yourself if you haven't yet:

Code: [Select]
float PlayerHealth = self.Health();

if (PlayerHealth <= 10 && ShowOnce != 1)
{
      Hud.AddMessage("Danger Low Health",120);
ShowOnce = 1;
}
else if (PlayerHealth > 10 && ShowOnce == 1)
{
ShowOnce = 0;
}

Just change the 10 to whatever you want as well as the "Danger Low Health" message. You'll also need to put this:

Code: [Select]
int ShowOnce = 0;
up in the top section of the player script where other variables are declared.

My problem with adding stuff like that is finding the file I need to edit in the first place, where exactly do I find the script that edits the player?
Is it the one that's in the game/defs/actors?

24
Another question, and it's a feature I sorely miss in the first Turok, but how does one get enemies to make impact sounds when they melee you?
It's entirely absent in 2 and the attacks feel less impactful.

25
I have a question, but is there a way to add in a Low Health indicator, much like the Low Oxygen indicator where Adon would tell you you're running out of air?

26

Oops I did it again.

A mix of Perkristian's HD Doom sounds, some of the classic Doom sounds, and some of Quake 2's sounds reintroduced into a classic of its own time. Download not yet available.

27
I'm wondering if there's a way to cut off sounds so that they don't overlap, like with pain sounds and consecutive gunshots like with the assault rifle.

28
Because I am an unambitious clutz who never finishes his work, some SFX from Bioshock got my interest. :y

I just love giving weapons some beef to them.

29
Though they've been considerably upscaled, they don't seem to offer much definition to the actual textures themselves which makes the the size a waste.

30
Oh cool I will play now! :campaigner:

Hold your horses, I haven't even uploaded the updated version yet!
Grab it here: https://www.dropbox.com/s/a7mtmvfawoexgzz/fear_sfx.kpf?dl=0

Pages: 1 2 [3] 4 5
SimplePortal 2.3.6 © 2008-2014, SimplePortal