Home   Help Search Login Register  

Author Topic: Please help  (Read 970 times)

0 Members and 1 Guest are viewing this topic.

StaSi

  • Guest
Please help
« on: 22 Oct 2004, 20:47:58 »
IÂ'm really sorry about my stupid question.. :-[
I did read topic about respawning but i Â'really canÂ't make it work.
So could anyone help me and explain how to make players in my side respawn in mp map??? I donÂ't have a clue about scripting or stuff. And I opened mission editor first time this morning. So what to do and where to put writings and stuff... a real rookie... ???

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re:Please help
« Reply #1 on: 22 Oct 2004, 23:45:55 »
My suggestion is: Look in the template folder of your ofp directory. It contains MP-missions made by BIS themselves, and they are uncompressed (as far as I remember). Look at a simple mission (sweep and clear) and see how the designers of OFP handled these questions. It's the best way to get started. Good luck!
OFPEC | Intel Depot
RETARDED Ooops... Retired!

pazuzu

  • Guest
Re:Please help
« Reply #2 on: 23 Oct 2004, 09:39:37 »
Use these two commands in your description.ext file:

respawn=3;
respawndelay=8;


Numbers for 'respawn' are:

0 = no respawn
1 = seagull (the default)
2 = instant
3 = at the base (Respawn Marker)
4 = group (only for leader of group, into living AI members of the group)
5 = side

RespawnDelay= time in seconds

StaSi

  • Guest
Re:Please help
« Reply #3 on: 23 Oct 2004, 13:52:32 »
Thank you very very much.. itÂ's working fine now ;D :D