https://github.com/leppie/flyingfuck
Fixing bugs that a AAA studio cant
https://github.com/leppie/flyingfuck
msfs msfs2020
Last synced: about 2 months ago
JSON representation
Fixing bugs that a AAA studio cant
- Host: GitHub
- URL: https://github.com/leppie/flyingfuck
- Owner: leppie
- Created: 2020-11-04T16:48:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T17:09:28.000Z (over 4 years ago)
- Last Synced: 2025-02-09T11:30:03.801Z (3 months ago)
- Topics: msfs, msfs2020
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlyingFuck
MSFS2020 patcher to change the number of FLYING_ANIMAL spawning at certian POI's.
By default, it spawns between 700 and 800 fuckin AI birds from a distance of 30nm. This will kill your CPU and FPS.
There is also a bug that it is never unloaded no matter how far you fly away from it.
This app will change it to a number of your choosing (default 20).
Before running the app, just go spawn in at Tivat. Note your FPS. (Mine goes from 15FPS to 43FPS)
## Usage
From somewhere within your MSFS 2020 data folder (ie `Packages\Official\OneStore` or better `Packages\Official\OneStore\asobo-scenarii\Scenarii\`) run the app as follows:
```
FlyingFuck 20
```
Note: the 20 is optionalOutput will look like
```
FlamingoErythree.spb: Patching to 20 at index: 1607
Fl_Cochrane.spb: Patching to 20 at index: 1602
Fl_ElCalafate.spb: Patching to 20 at index: 1620
Fl_OHiggins.spb: Patching to 20 at index: 1610
Gs_LimniVoulkaria.spb: Patching to 20 at index: 1596
Gs_SkadarLake.spb: Patching to 20 at index: 1592
SG_Allesund.spb: Patching to 20 at index: 1587
SG_EnglishBay.spb: Patching to 20 at index: 1592
SG_LakeIsabella.spb: Patching to 20 at index: 1594
SG_LakeTahoe.spb: Patching to 20 at index: 1611
SG_McNeilCove.spb: Patching to 20 at index: 1592
SG_PuntaArenas.spb: Patching to 20 at index: 1593
SG_Rijeka.spb: Patching to 20 at index: 1588
SG_Syros.spb: Patching to 20 at index: 1587
SG_Tivat.spb: Patching to 20 at index: 1587
SG_Ushuaia.spb: Patching to 20 at index: 1617
Done. Enjoy your FPS!
```Disclaimer: All files are backed up, but I cannot take any responsibility for anything from you running this application. Please take the necesary precautions.