Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Mission Icon is the icon that is to the left of the mission title in missions dialog. Ryzom Core ships the default generic_generic mission for you. You can use the mission icon to easily and visually denote categories of missions when players are looking at the mission dialog. There are two primary steps to defining or changing a mission icon for a mission tree. The first step is to define the mission_icon sheet. You can see an example in the repository as generic_generic.mission_icon and is in your leveldesign/Game_elem/mission folder. The second part is to associate the mission icon with the mission tree.

...

The first two, MainIconBg and MainIconFg, combine to make the icon seen in the mission dialog or journal. Ryzom Core provides a number of default options for you to choose from in the asset database, specifically in: W:\database\interfaces\v3_items. Here are some examples:

MainIconBg:

  • Image Added
    BK_fyros

...

  • Image Added
    BK_mission

...

  • Image Added
    BK_generic

MainIconFg:

  • Image Added
    ICO_Task_Craft

...

  • Image Added
    ICO_Task_Generic

...

  • Image Added
    ICO_Task_Forage

The SmallTask is a tiny representation of the mission task icon:

  • Image Added
    Small_Task_Craft

...

  • Image Added
    Small_Task_Generic

...

  • Image Added
    Small_Task_Forage

Here's what an example mission_icon looks like:

...