Cities: Skylines

Cities: Skylines

6,238 ratings
FPS Booster
68
44
32
29
66
56
28
9
16
25
10
4
15
13
9
4
4
4
4
3
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
339.086 KB
22 May, 2020 @ 6:38pm
21 Jul, 2023 @ 1:56pm
36 Change Notes ( view )

Subscribe to download
FPS Booster

Description
Increases in-game frame rate, but... results may vary because there are many factors like CPU/GPU speed, RAM usage, current in-game scene complexity etc.

Disclaimer: you need good and efficient GPU cooling, because this mod may force your GPU run at full speed(laptops/notebooks) - FPS limiter included

Mini FPS Booster is not required. It won't make your game faster when FPS Booster is subscribed
FPS Booster includes all patches from Mini FPS Booster.


Compatibility:

How it works
Each frame, the game updates over 10,000 UI components, most of which don't need updating (thanks to @Egi for proving that!) - FPS Booster prevents the useless updates, which reduces CPU strain and makes the game run faster.

To achieve this, I rename the Update() and LateUpdate() method on the UIComponent base class so Unity Engine will not call them automatically from its update loop.

Patching of core game files is done before Mono runtime initializes Unity Engine.

All modifications to the game files and later mods(incompatible) are performed at runtime in-memory and they cannot be reverted while game is running, due to limitations of assembly loading.

Since everything is done at runtime, files don't have to be recompiled and remain unchanged, so there is no risk of file corruption and the mod can be unsubscribed at any time.

The mod implements few layers of protection against unexpected state, like game update or new DLC - at worst it will load an original(untouched) assemblies and disable itself.

All updates of modified types are performed by custom update loop. Instances of objects are collected in a few different ways depends on type of objects and updated in specific order to prevent rendering issues like lagging behind user input.

Incompatible mods
At a time of writing this page there was no single mod reported as incompatible.

Built-in Auto-patcher is responsible for scanning every single mod which game is trying to load to find incompatible instructions or constructs which needs to be patched. If something go wrong, patcher will load original file and then report to the user about that, along with information which mod may cause issues(not all incompatibilities can be spotted easily).

Eventual incompatibilities may result in UI problems:
  • lack of responsiveness,
  • issues with arranging UI elements,
  • missing UI elements,
  • issues with showing/hiding mod panes

IMPORTANT NOTES
Disabling FPS Booster without either unsubscribing or disabling Patch Loader will not disable processing of FPS Booster patches (limitation).

Enabled FPS Booster mod will be trying to subscribe Patch Loader mod automatically if not found.

--noWorkshop or --disableMods game commandline arguments are respected by Patch Loader, which means that patching will be skipped if Steam version of Patch Loader is installed/subscribed.

Known issues:
If you see An critical error occured while patching game! warning after starting the game and FPS Booster was working correctly before, you need to close the game and Steam client completely then start Steam and the game in that order.

If you run the game before Steam client (e.g. using game shortcut) Steam client will interrupt patching and FPS Booster won't work until you restart Steam.

Temporary solution: Always run Steam client first before you run the game.

---

Missing font characters with font from Asian region (Chinese/Korean/Japan) or other font related issues?
Temporary solution: Disable Custom Font Manager in the mod options - it will fix the problem I'll try to find better solution.

---

If you experience a bit longer savegame loading turn off Loading screen cooldown -> reduced fps affects loading speed because game divides loading process into actions per frame -> more FPS, more actions performed in the same timespan

Discord text chat [discord.gg](search for Krzychu124 channel)

[www.paypal.com]

Search tags: FPS Booster, FPS_Booster, FPSBooster, fps, boost, improve, frame-rate, framerate, low fps
Popular Discussions View All (42)
18
11 Oct, 2023 @ 9:03am
Critical Error always appears
3eongs5
26
5 Jan, 2024 @ 4:48pm
Error after opening the game on an m1 mac
Tankblaster
1
9 May @ 4:04am
FPS drop at a specific angle and a specific distance
WINSTONI.
1,539 Comments
Goth GF 18 Jul @ 8:21pm 
FPS annihilator
patrioticparadox 17 Jul @ 6:52am 
Try using Loading Screen Mod Revisited's option to only load used assets. That should significantly reduce the number of assets being loaded. If you can load the save with that option on, it could indicate that you're running out of RAM. You can also watch your RAM usage with an app like Process Monitor (assuming you're on Windows). If you upload your output log, that would help diagnose.
Franz von Hipper 17 Jul @ 3:33am 
Not sure why FPS Booster crashes my game every time I try to load my save. Though I can load into my save by disabling this mod. I don't think it's Patch Loader's problem either. Plus I have a 4060Ti. Perhaps I don't have enough RAM (Just 16GB for my PC).

I also tried all the potential fixes under "Known Issues" but it doesn't seem to work.
notkallenie 30 Jun @ 9:45pm 
this works great my whole city runs smoothly now thank you and take my award
Kaktys 25 Jun @ 12:27am 
прекраснейший мод , до включения было 20fps , после стало 50-60fps
автор красавчик :flammable:
artichokeme 12 Jun @ 9:21pm 
Amazing mod. Thank you!!!
petz 6 Jun @ 2:15pm 
Holy shit, went from 90 fps to ~200 fps. Thank you so much!
exqzet 31 May @ 2:26pm 
Лучший мод за всю эпоху
KIM JONG UN 19 May @ 12:06pm 
best mod ever, increased my fps from 13 to 30s with 8900 assets installed 👍🏼
Krzychu1245  [author] 15 May @ 3:50pm 
@Fulanodetal no, it's impossible. You have to have Patch loader mod subscribed and enabled.