Author Topic: Borderlands .ini Settings Tweaks  (Read 1387 times)

0 Members and 1 Guest are viewing this topic.

ekay

  • Registered Forum Member
  • *
  • Posts: 373
  • Karma: +0/-0
    • View Profile
Borderlands .ini Settings Tweaks
« on: November 02, 2009, 11:50:26 AM »
Here are some of the things you'll want to do straight away. For those unfamiliar with .ini tweaks, they are text files in your Documents folder that store your settings. They are generated automatically by running the game, so If you tweak them, do something wrong and mess up the game, just delete them and you're back on track.

**Find the ini config files under USER NAME\Documents\My Games\Borderlands\WillowGame\Config in Vista/Win7**

To disable the startup movies:
-----------------------------
Within WillowEngine.ini

Find:
Quote
[FullScreenMovie]
StartupMovies=2K_logo
StartupMovies=Gearbox_logo
StartupMovies=NVidia
StartupMovies=Loading
SkippableMovies=2K_logo
SkippableMovies=Gearbox_logo
SkippableMovies=Attract
SkippableMovies=NVidia


and add // or ; to the beginning to disable them, like this.
Quote
[FullScreenMovie]
//StartupMovies=2K_logo
//StartupMovies=Gearbox_logo
//StartupMovies=NVidia
//StartupMovies=Loading
//SkippableMovies=2K_logo
//SkippableMovies=Gearbox_logo
//SkippableMovies=Attract
//SkippableMovies=NVidia


I did it to all of them, but it doesn't work with the Skippable ones.


To enable VSync:
-----------------
Within WillowEngine.ini

Search for "UseVsync" and you should come across the following line:
Quote
UseVsync=False


Change to TRUE. If you are running on anything but a CRT, this is important.
You will also notice a few lines under it "MaxMultisamples=1", I think this is AntiAliasing. I set it to '2', not sure if it works though.


To disable voice chat:
---------------------
Within WillowEngine.ini

Search for "bHasVoiceEnabled" and you should come across the following line:
Quote
bHasVoiceEnabled=True


Change to FALSE. The ingame mic is always enabled, lets assume you will use mumble, so disabling this is important.


To increase FOV for 16:9 or 16:10
-----------------------------
Within WillowInput.ini

Find:
Quote
Bindings=(Name="W",Command="MoveForward | Axis aGas Speed=+1.0")


and add "| FOV 100") to the end, like this.
Quote
Bindings=(Name="W",Command="MoveForward | Axis aGas Speed=+1.0 | FOV 100")


But why have the FOV on the forward key I hear you ask. Because the game continuously resets the FOV back to 70 or something after you sprint, get in a car or teleport.
Use anything between 90-110, it's personal preference.


To disable mouse smoothing:
----------------------------
Within WillowInput.ini
Search for "bEnableMouseSmoothing" and you should come across the following line:
Quote
bEnableMouseSmoothing=True


Change to FALSE. This tremendously improves the feel of the mouse when looking around in-game and navigating the UI.



Source thread

djsilt

  • Registered Forum Member
  • *
  • Posts: 165
  • Karma: +0/-0
    • View Profile
    • http://dodue.free.fr/ykw/main.htm
Re: Borderlands .ini Settings Tweaks
« Reply #1 on: November 02, 2009, 18:18:49 PM »
thanx m8 :)

Zofo

  • Community Leaders
  • Registered Forum Member
  • ******
  • Posts: 3039
  • Karma: +41/-7
    • View Profile
Re: Borderlands .ini Settings Tweaks
« Reply #2 on: November 03, 2009, 09:09:24 AM »
cheers big ears

LooseCannon

  • - if -
  • Community Leaders
  • Registered Forum Member
  • ******
  • Posts: 3459
  • Karma: +29/-1
    • View Profile
Re: Borderlands .ini Settings Tweaks
« Reply #3 on: November 03, 2009, 22:04:07 PM »
Thanks ekay.

Question:  Can this run in windowed mode?  I can't find a setting in the menus.

azurescorch

  • Registered Forum Member
  • *
  • Posts: 266
  • Karma: +0/-0
    • View Profile
Re: Borderlands .ini Settings Tweaks
« Reply #4 on: November 04, 2009, 02:09:56 AM »
Thanks ekay.

Question:  Can this run in windowed mode?  I can't find a setting in the menus.

If it's the same as unreal3 and s8 then you can. Find **Engine.ini (UTEngine, s8Engine, idk what it'll be for Borderlands).

Then just search for Fullscreen=True and set it to false.

Crunch

  • Blu Team
  • Registered Forum Member
  • *
  • Posts: 473
  • Karma: +9/-11
    • View Profile
Re: Borderlands .ini Settings Tweaks
« Reply #5 on: November 04, 2009, 12:18:20 PM »
or just press ALT + ENTER

azurescorch

  • Registered Forum Member
  • *
  • Posts: 266
  • Karma: +0/-0
    • View Profile
Re: Borderlands .ini Settings Tweaks
« Reply #6 on: November 04, 2009, 21:43:16 PM »
I prefer my way.  8)