Re: Sonifight and its failure

AlirezaNosrati - The MK9 menu options are stored as ints - take a look at the config for it - for example:

<Trigger>
      <triggerType>Normal</triggerType>
      <allowanceType>InMenu</allowanceType>
      <comparisonType>EqualTo</comparisonType>
      <Id>18</Id>
      <Name>Single Player Main Menu - Challenge Tower</Name>
      <Description>Says menu option using tolk</Description>
      <Value xsi:type="xsd:string">2</Value>
      <WatchIdList>
        <int>6</int>
      </WatchIdList>
      <SecondaryIdList>
        <int>24</int>
      </SecondaryIdList>
      <SampleFilename>Challenge Tower</SampleFilename>
      <SampleSpeed>1</SampleSpeed>
      <SampleVolume>1</SampleVolume>
      <UseTolk>true</UseTolk>
      <IsClock>false</IsClock>
</Trigger>

To find the video options you'd need to track down the video options - obvious, right?

If it's going through a set of options like 640x480, 800x600, 1024x768 etc I'd look for a value that increases by 1 each time you increase, and decreases by 1 each time you lower the resolution setting. So internally the resolution setting is just an int. Probably.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — General Game Discussion : r3dux via Audiogames-reflector
    • ... AudioGames . net Forum — General Game Discussion : r3dux via Audiogames-reflector
    • ... AudioGames . net Forum — General Game Discussion : r3dux via Audiogames-reflector
    • ... AudioGames . net Forum — General Game Discussion : stirlock via Audiogames-reflector
    • ... AudioGames . net Forum — General Game Discussion : SirBadger via Audiogames-reflector

Reply via email to