Help!

Discuss any other topics here
Post Reply
Jue
Posts: 55
Joined: Mon Sep 17, 2007 1:25 am
Location: Colombia

Help!

Post by Jue »

It may give the player several lives during the development of the game?
If so, please tell me steps to do so

Thanks

-------------------------------------------------- -------------
Text translated by a machine, as there are no English.


----------------------------------------------------------------
http://www.iris3d.net
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Re: Help!

Post by darksmaster923 »

Jue wrote:It may give the player several lives during the development of the game?
If so, please tell me steps to do so

Thanks

-------------------------------------------------- -------------
Text translated by a machine, as there are no English.


----------------------------------------------------------------
http://www.iris3d.net
i dont understand but do u mean more tahn one player lives? there might be a better way but u can make a script that has the number of lives and when the player health reaches 0 u respawn him wit 1 less life
Herp derp.
User avatar
paradoxnj
RF2 Dev Team
Posts: 1328
Joined: Wed Mar 01, 2006 7:37 pm
Location: Brick, NJ
Contact:

Post by paradoxnj »

Here is some script pseudo-code. This should be done when the player's health reaches 0.

1. Decrement number of lives.
2. If number of lives is <= 0, game over, else respawn

That's all there is to it.
Jue
Posts: 55
Joined: Mon Sep 17, 2007 1:25 am
Location: Colombia

Thanks.

Post by Jue »

Thank you for your cooperation, it is actually a real challenge to learn how to handle RF, especially when I do not speak English, but that is no impediment to achieve this, and little by little things are working.

About my game. The demo I have a major drawback and that is to pass the data to a package VFS everything works well, but these data to encrypt the game starts to throw errors, and video in *. avi out in black and white, and the video is not pass, I can guide this problem?


Thanks.


I do not speak English nor write…
Jue
Posts: 55
Joined: Mon Sep 17, 2007 1:25 am
Location: Colombia

??

Post by Jue »

Health Package

What I say refers to health package in the file attribute


[HealthPackage]
Initial = 10
Low = 0
Higt = 10

That is correct?
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Post by darksmaster923 »

if you don't speak english, how are you writing?
well that should be fine, i don't see the problem with the health thing
and you don't have to encrypt
Herp derp.
User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Re: ??

Post by steven8 »

Jue wrote:Health Package

What I say refers to health package in the file attribute


[HealthPackage]
Initial = 10
Low = 0
Higt = 10

That is correct?
If this is copy-pasted in, the High is mispelled. High, not Higt. May be a typo just here, but it would mess things up in game.
Steve Dilworth - Resisting change since 1965!
Jue
Posts: 55
Joined: Mon Sep 17, 2007 1:25 am
Location: Colombia

ok

Post by Jue »

I do not speak English, the only thing I do is google translator translate what I say in the forum, and thus achieving learn RF insurance in Spanish if everything would be easier.

So every time I write something, the first pass by google translator.

You encrypt, simply because I do this in the manual option is to encrypt the file VFS.

Greetings.


http://Www.iris3d.net

Note: I need to give the player several lives?
User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA

Post by darksmaster923 »

but you do not HAVE to encrypt
Herp derp.
Post Reply