Dealing with certain "FPS Drops"

#1
Within SCP - Containment Breach, FPS Drops are common due to a few certain settings found within "options.ini". Some of this lag was supposed to be fixed due to Regalis' job on making Room Props separate from the rooms themselves. Supposedly, this failed.

Warning: This may not fix all Lag issues you have with SCP - Containment Breach. This *should* only fix some.

--------------------

How would I fix these FPS Drops?
Locate "options.ini". It should be in the main "SCP - Containment Breach" folder. Open it up with "Notepad" by Right-Clicking the file, and clicking "Open with..." and click "Notepad".
You might want to use Notepad++ a, in opinion, better version of Notepad.
On the other hand, there ARE things you can do to reduce Lag in the Launcher.

--------------------

In any case, here are step-by-step instructions on how to choose the right settings to reduce Lag, in "options.ini".

-Open "options.ini" with Notepad or Notepad++.
-Scroll down the list until you find these:
*framelimit=50
*vsync=1
*bump mapping enabled = 1
*anisotropy=1
*antialias=1
(THEY ARE NOT NEXT TO EACH-OTHER IN THE FILE!)

-Change them then to these:
*framelimit=60 (On some systems, change the "60" to "0" [Without the " "] for better results!)
*vsync=0
*bump mapping enabled = 0
*anisotropy=0
*antialias=0
(Franelimit is what the FPS should be limited under, V-sync smooths out the camera (which causes Lag), Bump Mapping may cause lag. Anisotrophy is unknown, and Anti-alias is the smoothing of diagonal lines and such.)

--------------------

Another way is to change settings in the Launcher.

-Go into the Launcher by double-clicking "SCP-Containment Breach #.#.#.exe".
-Choose the Lowest resolution window for the game.
(Warning: This is a small window, and some things [like the console] are not scaled properly!)
-Choose your main window.
-Keep Launcher enabled.
-Disable Fullscreen.

--------------------

Here are also some things you can do.
(Warning: This may not work for all people!)

-Run the game as Administrator.
-Run the game using this Compatibility mode: "Windows XP: Service Pack 3"
-Try running the game on an older computer.
-Try running the game on a newer computer.
-Get a better PC.
-Close all useless background processes.
-Close all unused programs.

--------------------

If you are really lazy and don't want to change the options.ini yourself, I posted both here.

ORIGINAL "options.ini".

Code: Select all

[options]
width = 1280
height = 768
fullscreen = false
gfx driver = 2
audio driver = 0
brightness = 100
screengamma = 0.5
show FPS = 1
framelimit=50
vsync=1
mouse sensitivity = 0.0
invert mouse y = 0
;1.0 = full volume, 0.0 = muted
music volume = 0.43
camera fog near = 9999999
camera fog far = 9999999
fog r = 0
fog g = 0
fog b = 0
map size = 18
bump mapping enabled = 1
anisotropy=1
antialias=1
HUD enabled = 1
Right key = 32
Left key = 30
Up key = 17
Down key = 31
Blink key = 57
Sprint key = 42
Inventory key = 15
Crouch key = 29

[launcher]
launcher width = 640
launcher height = 480
launcher enabled = true
MODIFIED "options.ini"

Code: Select all

[options]
width = 1280
height = 768
fullscreen = false
gfx driver = 2
audio driver = 0
brightness = 100
screengamma = 0.5
show FPS = 1
framelimit=0
vsync=0
mouse sensitivity = 0.0
invert mouse y = 0
;1.0 = full volume, 0.0 = muted
music volume = 0.43
camera fog near = 9999999
camera fog far = 9999999
fog r = 0
fog g = 0
fog b = 0
map size = 18
bump mapping enabled = 0
anisotropy=0
antialias=0
HUD enabled = 1
Right key = 32
Left key = 30
Up key = 17
Down key = 31
Blink key = 57
Sprint key = 42
Inventory key = 15
Crouch key = 29

[launcher]
launcher width = 640
launcher height = 480
launcher enabled = true
I hope this helped!