Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

The config file and its functions

Rubber Duck Shobe edited this page Mar 13, 2021 · 6 revisions

DON'T USE THIS ANYMORE!!! Please use adVanceBepis instead.

This repo is for the old adVance mod, which is broken and really, really sucks. Also, this uses IPA. Nobody should have to deal with that.

The config file and its functions

Where is it and what is it for?

The config file will be generated on the first launch after installing/updating adVance. It's located in the UserData folder, which is in the same folder as V.exe, the game's executable. For a normal Steam install of the game at the default library location, this would mean the config is located at C:\Program Files (x86)\Steam\steamapps\common\V\UserData\adVance.ini.

What does what?

Configuration category

FrameRateCap

  • Integer
  • Default value: 300
  • FrameRateCap is the custom target frame rate the game should be set to.

UseCustomResolution

  • Boolean
  • Default value: False
  • UseCustomResolution controls whether a custom resolution should be used or not.

CustomResolutionWidth

  • Integer
  • Default value: 1920
  • CustomResolutionWidth is the width of the custom resolution to use.

CustomResolutionHeight

  • Integer
  • Default value: 1080
  • CustomResolutionHeight is the height of the custom resolution to use.

CustomResolutionFullscreen

  • Boolean
  • Default value: True
  • UseCustomFullscreen defines if the game should run in full screen with the custom resolution.

RazerChromaMode

  • String
  • Default value: default
  • RazerChromaMode defines the mode of Razer Chroma lighting to use. Can only be default or colorful, anything else will just make it revert to default.

QualitySettings category

VSyncCount

  • Integer
  • Default value: 0
  • VSyncCount defines the amount of VSync to use. Has to be an integer from -1 to 4. If you set it to anything out of that range, it will revert to 0.

AnisotropicFiltering

  • String
  • Default value: disable
  • AnisotropicFiltering does exactly what the name suggests, it controls if the game should enable anisotropic filtering or not. Can only be disable, enable or forceenable, anything else will make it revert to the default value.

Reset the config file to the default values

You messed up and now your game is broken? Simply delete the adVance.ini file and launch the game. The config file will be generated again with the default values!