<MenuItem Text="Open Sauce Tool">
<MenuItem Text="Build a Map or Yelo Cache File Ex" Description="Builds a cache file with extra Open Sauce arguments from a Scenario tag. Output cache file will be in .yelo format instead of .map if the use-memory-updates is on.">
<TextItem Text="Mod Name" Name="Mod Name"
Description="The name of the mod this scenario belongs to. This will also be used when naming the new data-files" />
<ListItem Text="Create A New" Name="Create A New"
Description="Should new data-files be created before building the cache?" />
<LIItem Text="No" Value="0" />
<LIItem Text="Yes" Value="1" />
<ListItem Text="Store Resources" Name="Store Resources"
Description="Should the scenario's bitmaps/sounds/locale data be stored in the data-files?" />
<LIItem Text="No" Value="0" />
<LIItem Text="Yes" Value="1" />
<ListItem Text="Use Memory Upgrades" Name="Use Memory Upgrades"
Description="Does the scenario require Open Sauce's memory upgrades to run? Produces .yelo file instead of .map" />
<LIItem Text="No" Value="0" />
<LIItem Text="Yes" Value="1" />
<FileItem Text="Scenario Tag" Name="Scenario" Filter="Scenario Tags (*.scenario)|*.scenario"
Description="Scenario tag to create a map or yelo cache file from." />
<Tool Arguments="build-cache-file-ex [Mod Name] [Create A New] [Store Resources] [Use Memory Upgrades] [Scenario]" />
</MenuItem>
Bookmarks