A feature flag denotes whether a scenario uses the new or old format for its metadata. With the old format (legacy scenarios and openBoE scenarios created prior to this PR) everything displays in the scenario picker as before, and scenario designers get 2 text fields to display however they want, and 2 text fields that are pretty much useless.
With the new format, Author and Contact info are formatted onto the first line in the scenario picker display. The scenario designer gets 1 line to write a teaser. Fix #593 Also fix a bug where scenario ratings were appearing as integers ingame instead of the correct "G", "PG", etc.
This commit is contained in:
@@ -484,6 +484,14 @@
|
||||
<reference key="NSOnImage" ref="229763992"/>
|
||||
<reference key="NSMixedImage" ref="909111550"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="788000513">
|
||||
<reference key="NSMenu" ref="399390342"/>
|
||||
<string key="NSTitle"> Advanced Scenario Details</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="229763992"/>
|
||||
<reference key="NSMixedImage" ref="909111550"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="800006778">
|
||||
<reference key="NSMenu" ref="399390342"/>
|
||||
<string key="NSTitle"> Import Town</string>
|
||||
@@ -1289,6 +1297,7 @@
|
||||
<reference ref="726312118"/>
|
||||
<reference ref="926133930"/>
|
||||
<reference ref="788000512"/>
|
||||
<reference ref="788000513"/>
|
||||
<reference ref="637087210"/>
|
||||
<reference ref="878691898"/>
|
||||
<reference ref="800006778"/>
|
||||
@@ -1425,6 +1434,11 @@
|
||||
<reference key="object" ref="788000512"/>
|
||||
<reference key="parent" ref="399390342"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">893</int>
|
||||
<reference key="object" ref="788000513"/>
|
||||
<reference key="parent" ref="399390342"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">817</int>
|
||||
<reference key="object" ref="637087210"/>
|
||||
|
Reference in New Issue
Block a user