Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: A2D Editor

  1. #1

    Thumbs up A2D Editor



    Description:
    Smart editor (generator) expecially designed for creating description.ext file for game ArmA2 (and ArmA1, OFP).

    - Entering of parameters is designed with forms in separated sections
    - User can select which sections will be created
    - Final generated code is displayed before saving and user can change it manually
    - Attached Help file with description of all functions


    Installation:
    Extract all files into any directory.
    For example "C:\Program Files\A2D Editor".

    Help:
    Use key shortcut F1 in the running application, or menu Help -> Help Contents.

    Launch:
    Double click on the icon "A2D_Editor.exe".
    In case of any problems try to "Run as administrator" (see Help).

    Author:
    EMSI

    Armaholic mirror
    ArmedAssault.info mirror
    Personal mirror ( 1,5 MB )
    Last edited by EMSI; Sep 29 2009 at 16:04. Reason: New mirror added

    Arma series Editing Suite - Find here all released A2x Tools

  2. #2
    You should remove the spaces in the file name, makes it look very unprofessional.
    PMC Editing Wiki opened for ArmA 3 information, guides, tutorials, etc!

    PMC Tactical - Operation Flashpoint, Armed Assault and ArmA 2 addons / mods / missions.
    PMC Editing Wiki for tutorials.
    Vietnam: The Experience - BIS forum group, join now for all your Vietnam War mod needs.

  3. #3
    Staff Sergeant EMSI's Avatar
    Join Date
    Aug 30 2006
    Location
    Slovakia
    Posts
    377
    Author of the Thread
    Thanks for attention.
    Re-uploaded archive with corrections also in the Help file.
    Last edited by EMSI; Sep 23 2009 at 10:02.

  4. #4
    Great job EMSI, I'm sure this will help a lot of people, excellent work!
    Last edited by JDog; Sep 23 2009 at 18:35.

  5. #5
    This helps out bunches EMSI, thank you!

  6. #6

    Post

    Unless I missed it, support for the following is missing:

    header class:
    Code:
    class Header
    {
      gameType = COOP;
      minPlayers = 2;
      maxPlayers = 30;
    };
    and the legacy param1/param2:
    Code:
    titleParam2 = "Number of Revives:"; 
    valuesParam2[] = {2000,1000,20,10,7,5};
    defValueParam2 = 1000; 
    textsParam2[] = {"No Revive","Infinite","20 - Easy ","10 - Normal","7  - Hard","5  - Extreme"};

  7. #7
    Staff Sergeant EMSI's Avatar
    Join Date
    Aug 30 2006
    Location
    Slovakia
    Posts
    377
    Author of the Thread
    @JDog, Binkowski:
    ... always for the community

    @Kylania:
    Thanks for attention, I will add this (class Header).
    Param1/2 was exchanged with new system presented in patch 1.04 and this is on the MP options tab (bottom section).
    Now with this new system you can create more parameters then "only" 2 parameters.

    Anyway, next update will be available soon.
    Last edited by EMSI; Sep 24 2009 at 07:33.

  8. #8
    Staff Sergeant EMSI's Avatar
    Join Date
    Aug 30 2006
    Location
    Slovakia
    Posts
    377
    Author of the Thread

    v1.1 release

    Update to v1.1
    First post updated.

    Changelog:
    - added Header class for MP options
    - added some Tool Tip Texts
    - added Minimize function into menu
    - some minor fixes in the source code
    - updated Help file

  9. #9

    cannot access help files

    the program runs but when I click on help, the help window opens with a message that says navigation to the webpage was cancelled. I run the program as an administrator in Windows 7. Please help. thanks

  10. #10
    Staff Sergeant EMSI's Avatar
    Join Date
    Aug 30 2006
    Location
    Slovakia
    Posts
    377
    Author of the Thread
    Hmmm ... strange.
    Did you try to open the Help file directly (from the app directory) ?
    What type of error message is displayed ? Can you send me a screen of it via PM ?

Page 1 of 2 12 LastLast

Posting Permissions

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