Results 1 to 8 of 8

Thread: Description.ext

  1. #1
    Yes, i did search but nothing there answered my question so here we go:

    I am trying to learn how to use description.ext to improve my soon-to-be-released mission. I have searched varius websites, forums and come up with nothing that is truely helpful with what im trying to do. What am i trying to do? Im trying do make a description.ext for a mission. Any tutorials, links, comments woul be helpful to me as i try to get things rolling for my mission.

    Thanks

  2. #2
    This might help.

  3. #3
    Second Lieutenant
    Join Date
    Jul 12 2001
    Posts
    4,062
    Author of the Thread
    i already saw that, but it really dosnt indicate where and how to obtain the file.

  4. #4
    Retired Moderator
    Join Date
    May 26 2002
    Location
    Chicago
    Posts
    4,467
    I belive you make a .txt file and save it as Description.ext
    Sergeant of Marines

  5. #5
    EDIT: Nevermind




  6. #6
    Second Lieutenant
    Join Date
    Jul 12 2001
    Posts
    4,062
    Author of the Thread
    there we go

  7. #7
    The one and only OFP MOM
    Join Date
    Jul 4 2001
    Location
    Jerusalem, ISRAEL
    Posts
    7,641
    OK, I have a small problem with this. I added the following to a mission's description.ext:

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">class Weapons
    {
    class BAR2
    {
    count = 1;
    };
    };

    class Magazines
    {
    class BAR2
    {
    count = 10;
    };
    };[/QUOTE]<span id='postcolor'>
    When I click on the WEAPONS tab in the briefing and change to this weapon, it shows no magazines available. How come?

  8. #8
    The one and only OFP MOM
    Join Date
    Jul 4 2001
    Location
    Jerusalem, ISRAEL
    Posts
    7,641
    Problem resolved. What was documented as the addon&#39;s magazine name wasn&#39;t the same as what I found in the addon&#39;s congig.cpp file.

    Never mind.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •