Graphics.NewbieConfigFileLayout - lordmundi/wikidoctest GitHub Wiki

Newbie Config File Layout

A Snippet Of Config File

Below is a snipped snip of a config file

DSP_CONFIG
{
  POSTLOAD
  {
    ${DOUG_HOME}/configs/lensflare.cfg
    ${DOUG_HOME}/configs/orb_lights.cfg
    ${DOUG_HOME}/configs/iss_lights.cfg
    ${DOUG_HOME}/configs/eva_lights.cfg
    ...
  }

  DEFINES
  {
    BORDER_WIDTH          8
    MENU_WIDTH            32
    TITLE_BAR_SIZE        22
  }

  LOADS
  {
    ${MISSION}
    {
      scenes
      {
        default scene_load.str
      }
    }
  }

  ....
}

Config File As A Tree

The above file as viewed in a non-disclosed non-working GUI.