View Issue Details

IDProjectCategoryView StatusLast Update
0004695DarkRadiantGUIpublic28.12.2019 11:00
Reportergreebo Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.4.0 
Target Version2.5.0Fixed in Version2.5.0 
Summary0004695: New Game Setup Dialog
DescriptionWhile the terms used in idTech mapping (engine/fs_game/fs_game_base) are still applicable to TDM 2.0 they are rarely used this way. Rather TDM mappers are using fs_game only to indicate what mission they are working on.

In the .game file it's now possible to add a node for choosing which game setup dialog the game should be using:

<gameSetup>
  <dialog type="TDM" /><!-- Indicates the TDM-style setup dialog showing options for engine path and mission -->
  <missionFolder value="fms/" />
</gameSetup>

Only the darkmod.game has such a node, by default the idTechGeneric type is used. The game setup page denoted here needs to be supported by the code, needless to say.
TagsNo tags attached.

Activities

greebo

greebo

10.12.2017 09:23

administrator   ~0009753

Merged into master in ef56bbf.

Issue History

Date Modified Username Field Change
10.12.2017 09:22 greebo New Issue
10.12.2017 09:22 greebo Assigned To => greebo
10.12.2017 09:22 greebo Status new => assigned
10.12.2017 09:23 greebo Note Added: 0009753
10.12.2017 09:23 greebo Status assigned => resolved
10.12.2017 09:23 greebo Fixed in Version => 2.5.0
10.12.2017 09:23 greebo Resolution open => fixed
28.12.2019 11:00 greebo Status resolved => closed