Results 1 to 3 of 3

Thread: Export Parent Classes in TKOH:Rearmed.

  1. #1

    Thumbs up Export Parent Classes in TKOH:Rearmed.

    Parent Classes for TKOH:Rearmed GUI Editing.

    Hey well as i was GUI editing today turns out that for some reason my missions were not liking the formula for determining GUI colors for the user setting.
    I've spent about 4 hours now and after manually entering colors from Arma GUI parent classes it is now stable with a nice olive green.

    If anyone has any ideas on what could be the cause (i'm assuming that exporting Parent Classes works without an issue in TKOH alone) please throw in your suggestions id like to get it working as it should, but for anyone who wants to save some time here we are:

    HTH someone save some time
    Spoiler:

  2. #2
    Mission config space (ext) and config (cpp) are separate worlds.
    You need to copy+paste the UI classes from the cpp to your ext, if you want to make use of them.

  3. #3
    In the description.ext i include the links much neater:

    ala
    #include "Dialogs\description.hpp" <--- defines the UI Classes then loads the other files.
    #include "Dialogs\GunShopS.hpp"
    #include "Dialogs\LaptopHQ.hpp"
    #include "Dialogs\Range_Settings.hpp"
    #include "Business\Watertower\Acquired.hpp"
    #include "Business\Supermarket\Acquired.hpp"
    #include "Business\NS_Fuel_Station\Acquired.hpp"
    #include "Business\FuelStation\Acquired.hpp"
    #include "Business\Farm\Acquired.hpp"
    #include "Business\Elektrozavodsk_Factory\Acquired.hpp"
    #include "Business\Cafe\Acquired.hpp"

Similar Threads

  1. Child/Parent controls?
    By gc8 in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 0
    Last Post: Apr 9 2012, 01:14
  2. How to include a header of the parent directory?
    By idl0r in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 7
    Last Post: Aug 8 2011, 12:27
  3. Setting parent class
    By Powerstrip in forum ARMA 2 & OA : ADDONS - Configs & Scripting
    Replies: 2
    Last Post: Sep 9 2010, 16:17
  4. parent directory
    By d3nn16 in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 0
    Last Post: Jun 27 2010, 17:24
  5. Parent classes and types
    By Dr_Eyeball in forum ARMA - MISSION EDITING & SCRIPTING
    Replies: 0
    Last Post: Feb 23 2007, 09:46

Posting Permissions

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