Re: HOW TO LOCK FRAME AT 30FPS??
An FPS lock is a command or an ingame console code that will force the game to run at a specific frame rate.
Applying such a command or console code, can stabilize the rate at which each frame is rendered while playing the game.
However, with this game, it can cause issues. Such as, materializing in the fade after the character creation screen.
Or jittery cutscenes, dropped or skipped dialogue, and conversation glitches.
But here are the step to take to apply it.
A.) Through the creation of a user.cfg file
1.) Open the game installation folder./Dragon Age Inquisition/ (the one with DragonAgeInquisition(.exe) in it.
2.) Right click and select new text document
3.) Rename new text document to user.cfg
4.) Right click on user.cfg and select edit with note pad
5..) type (with no quotes) "-GameTime.MaxSimFps 60 -GameTime.ForceSimRate 60+"
6.) Save
B.) Through use of shortcut command line switch
1.) Open game installation folder and locate DragonAgeInquisition(.exe)
2.) Right click on the executable file, and select "Send to desktop (create shortcut)".
3.) Close game installation folder window, and go to your Desktop.
4.) Locate the shortcut to your game that you just created, and right click on it and select properties.
5.) in the properties window, click on the "shortcut" tab.
6.) Now in the "Target" window add -GameTime.MaxSimFps 60 -GameTime.ForceSimRate 60+ after the quotation mark, but be sure there is one space between the quotation mark and this command.
7.) now click apply in the bottom right corner, then ok.
If you choose to use either of these, DO NOT use them UNTIL your character has woken up in Haven.
if you want to lock at 30FPS just change the "60"s to "30"s and you'll be good to go.
There is a third option that can be done from within the game, in the console command window.
hit the ~ key (key to left of 1 key on US keyboards)
and type
renderdevice.maxvariablefps 30
hit enter, and then hit the ~ key again to exit console window.