Menu

Window mode, keys and volume

Help
jota jota
2020-05-25
2020-05-27
  • jota jota

    jota jota - 2020-05-25

    Hello, nice project, cool game.
    I was looking for some freeware offroad game. Quick questions:

    I want to play it in WINDOWED MODE (im in win7 32b)
    how can i do it?

    -Controls: how can i change the setup?

    -Audio: How can i modify the volume? is just too high!

    THANKS A LOT!

     
  • Onsemeliot

    Onsemeliot - 2020-05-25

    You should be able to change all that in the simple txt configuration file. Please consult the "README-win.txt" file in the "doc" folder for details!

     
  • jota jota

    jota jota - 2020-05-26

    Thanks for the reply, i have read the file, but havent found anything about how to run the game in windowed mode, or how to modify the audio settings/volume.....

     
  • Onsemeliot

    Onsemeliot - 2020-05-26

    That is very odd. Which version do you use?:

    Your configuration file (trigger-rally-0.6.6.config) should contain everything you need (I quote just a part of the file):

        <video
            automatic="yes"
            width="800"
            height="600"
            bpp="0"
            fullscreen="no"
            requirergb="no"
            requirealpha="no"
            requiredepth="yes"
            requirestencil="no"
            stereo="none"
            stereoeyeseparation="0.07"
            stereoswapeyes="no"
            />
            <!-- Automatic video mode ("automatic"):
                yes - ignore user values and run fullscreen at desktop resolution and color depth
                no - run with user-provided values for width, height and bpp
            -->
            <!-- Possible values for stereo:
                none
                quadbuffer - use hardware stereo support
                red-blue - anaglyph
                red-green - anaglyph
                red-cyan - anaglyph
                yellow-blue - anaglyph
            -->
    
        <audio
            enginevolume="0.2"
            sfxvolume="0.7"
            codrivervolume="1.0"
            />
            <!-- Possible range of volumes: 0 to 1.
                enginevolume - sets the gain of the car's engine
                sfxvolume - sets the (max) gain of wind, skids, crash, gear change, etc.
                codrivervolume - sets the gain of the codriver's voice
            -->
    
     
  • jota jota

    jota jota - 2020-05-27

    Solved, thanks and keep up the work with such cool game!

     

Log in to post a comment.