Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trigger-segfault/triggerstools.farcry3.silentmenupatcher
Patcher that modifies FC3(_d3d11).dll to remove the awful background noise played during pause screens.
https://github.com/trigger-segfault/triggerstools.farcry3.silentmenupatcher
far-cry-3 mod patcher
Last synced: 13 days ago
JSON representation
Patcher that modifies FC3(_d3d11).dll to remove the awful background noise played during pause screens.
- Host: GitHub
- URL: https://github.com/trigger-segfault/triggerstools.farcry3.silentmenupatcher
- Owner: trigger-segfault
- License: mit
- Created: 2022-04-11T16:07:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T07:36:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-30T22:12:19.553Z (2 months ago)
- Topics: far-cry-3, mod, patcher
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Far Cry 3: Silent Menu patcher
Patcher that modifies `FC3.dll`**/**`FC3_d3d11.dll` to remove the awful background noise played within pause screens (a very loud electronic hum).
[![Latest Release](https://img.shields.io/github/release/trigger-segfault/TriggersTools.FarCry3.SilentMenuPatcher.svg?style=flat&label=version)](https://github.com/trigger-segfault/TriggersTools.FarCry3.SilentMenuPatcher/releases/latest)
[![Latest Release Date](https://img.shields.io/github/release-date-pre/trigger-segfault/TriggersTools.FarCry3.SilentMenuPatcher.svg?style=flat&label=released)](https://github.com/trigger-segfault/TriggersTools.FarCry3.SilentMenuPatcher/releases/latest)
[![Total Downloads](https://img.shields.io/github/downloads/trigger-segfault/TriggersTools.FarCry3.SilentMenuPatcher/total.svg?style=flat)](https://github.com/trigger-segfault/TriggersTools.FarCry3.SilentMenuPatcher/releases)
[![Nexus Mods](https://img.shields.io/badge/nexus-mods-63889c.svg?style=flat)](https://www.nexusmods.com/farcry3/mods/265)This solution was provided by **koorashi** in [this reddit post](https://old.reddit.com/r/farcry/comments/15q4en/goddamn_that_bassy_repetitive_noise_on_the_pause/c7ozuna/) from December 2012 ([web archive](http://web.archive.org/web/20220411160830/https://old.reddit.com/r/farcry/comments/15q4en/goddamn_that_bassy_repetitive_noise_on_the_pause/)).
## Instructions
Drag `FC3.dll` or `FC3_d3d11.dll` onto this program to apply the patch. A backup copy will be created with `_orig` added to the end of the file name.
Which DLL to patch depends on your video settings in-game:
* `FC3.dll` if you are using **DirectX9**
* `FC3_d3d11.dll` if you are using **DirectX11** (default)
* *(If you're unsure, then just patch both DLLs)*### Location
The DLL file can be found in: `/bin/`.
For example: `C:/Program Files (x86)/Steam/steamapps/common/Far Cry 3/bin/FC3.dll`
***
## Command line usage
```
usage: TriggersTools.FarCry3.SilentMenuPatcher.exe [-h|--help] [-T|--test]arguments:
FC3DLL FC3.dll or FC3_d3d11.dll file to patch.optional arguments:
-h/--help Show this help message.
-T/--test Test program execution without writing to the DLL file.