Home   Help Search Login Register  

Author Topic: Couple Questions  (Read 466 times)

0 Members and 1 Guest are viewing this topic.

Echo5Hotel

  • Guest
Couple Questions
« on: 28 Dec 2004, 04:15:57 »
A couple of questions regarding the description.ext file.  

1.  Does it matter what order things are placed into it?  I am creating a single player mission that I wanted to have respawn into another team member.  So far my description.ext has these entries above the weapons and ammo section:

 Respawn=GROUP;
Respawndelay=2;
class Weapons
{
    class bas_jm4acog
    {
        count = 2;
    };
    class bas_jm4acogs
and the weapon section continues to the bottom.

However, when playing the single mission it does not respawn the player into another member of the group for some reason.  Is there something I am doing wrong or is something out of order?

2.  Can someone direct me to some instruction with using the sideradio command?  The command ref says that you have to make entries for the raio messages into the description.ext but I cant seem to find any more detail than that.

Thanks for any help that yall can give me.

Kaliyuga

  • Guest
Re:Couple Questions
« Reply #1 on: 28 Dec 2004, 04:57:50 »
 It's not possible to have respawn in a single player mission

:cheers:

GI-YO

  • Guest
Re:Couple Questions
« Reply #2 on: 28 Dec 2004, 11:05:25 »
heres the link for the sideradio which is in the comref.

http://www.ofpec.com/editors/comref.php?letter=S#sideRadio

dont actually know anything about it though......


GI-YO

Echo5Hotel

  • Guest
Re:Couple Questions
« Reply #3 on: 28 Dec 2004, 14:49:22 »
Kaliyuga, thanks.  ;D  Thats probably a good reason for it not to work.   :D  

GI-YO thanks for the link.  I had seen that before.  It was helpful as far as it went.  When they say this:

Description:
Send message to side radio channel. Message is defined in description.ext.

I just wish it would tell HOW to define it in the description.ext.  I looked in the description.ext tutes and couldn't find anything on defining radio messages. ???  If anyone else has an insight to this please let me know.  Thanks again to both of yall.  :)
« Last Edit: 28 Dec 2004, 14:49:55 by Echo5Hotel »