GitHub - AGO061/BuckshotRouletteModLoader: A simple Mod Loader for Buckshot Roulette

A simple Mod Loader for Buckshot Roulette. Contribute to AGO061/BuckshotRouletteModLoader development by creating an account on GitHub. Toggle navigation Sign in Search or jump to…

Search code, repositories, users, issues, pull requests…

Search syntax tips # Provide feedback

Cancel Submit feedback # Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign in Sign up Reseting focus Search syntax tips

Use saved searches to filter your results more quickly

MIT license 31 stars 0 forks BranchesTagsActivity Star Notifications You must be signed in to change notification settings mainBranchesTagsGo to fileCode

Folders and files

Name Name Last commit message Last commit date

Latest commit

History 59 Commits |

| img_docs | img_docs | | | | mods | mods | | | | LICENSE | LICENSE | | | | README.md | README.md | | | | View all files |

Repository files navigation

BuckshotRouletteModLoader

NOW AVAILABLE FOR V1.2.2 (STEAM AND ITCH.IO), WINDOWS AND LINUX! A Mod Loader for Buckshot Roulette based on the godot-mod-loader 4.x branch.BRML Title ScreenBRML Mod Menu

Info

This repository does not contain the source code for Buckshot Roulette by Mike Klubnika. It contains an .xdelta patch (with an installer .exe) to mod the latest version (v1.2.2, Steam Hotfix 2 and itch.io Hotfix 3) of the original game available for purchase on Steam and also available on itch.io.

WE DO NOT PROVIDE SUPPORT FOR PIRATED COPIES OF THE GAME. Mike Klubnika and Critical Reflex have worked hard on this game. Please show them respect and don’t pirate the game. Any requests to see the source code without verification of ownership will be ignored.

Avaliable Mods

This list is outdated due to the latest updates and will be updated soon!

  • TestMod by AGO061 (ModLoader version support) - a basic test mod that moves the soap bar from one side of the sink to the other.
  • OpenGL3 Fix by AGO061 (ModLoader Version Support) - a mod that fixes glaring issues with the OpenGL3 renderer, it requires the -cm command line argument to work. Make a shortcut on windows and add at the end of the path this command –rendering-driver opengl3 -cm for an easier way to run with OpenGL3 + Fix.
  • Smarter Dealer by ITR (ModLoader Version Support) - a deadly dealer that will absolutely shred you.
  • Native Resolution by EmK530 (ModLoader Version Support) - a mod that increases the game’s resolution to match your monitor.
  • Challenge Pack by StarPandaBeg (ModLoader Version Support) - a mod hides bullets, items with a configuration menu.
  • Dealer Face by ScientificGuy (ModLoader Version Support) - resets the Dealer’s face in between rounds.
  • Bug Fixes by ScientificGuy (ModLoader Version Support) - fixes bugs such as slow motion through resets.

Check this file in case i missed some mods here, or haven’t added the Mod Version Support link.

Currently supported features

  • Basic mod support: allows to load custom mod zips to a mods folder in the same directory as the game.
  • Normal fix: Fixed normals from the GDRE Tools decomp of the game.
  • Default render pipeline: This version uses the Forward+ renderer by default (unlike the absolutely illegal web and mobile ports)
  • (NEW) Possibility to add a custom config menu for your mod! (Check the TestMod source code to learn how as i currently don’t have the time to write a wiki)

Advantages for users and developers

  • Easy installation of mods
  • Development of mods can be done on the decomp of the game and then used samelessly here, or you can try to decompile the patched game and work from there.

Known issues

  • The lighting in the bathroom is different from the original game
  • The lighting of the rave is different from the original game
  • Missing checks for game version, mod dependencies and collisions.
  • Music will stop working when the dealer cutscene starts (this bug only happens in version 1.1.0 pre-release 1)
  • Heaven scene seems to be corrupted in 1.0.0

Installation

Windows

Requirements

  • Buckshot Roulette.exe (v1.2.2, Steam Hotfix 2 or itch.io Hotfix 3)
  • BRML_setup.exe (available here or in the “Releases” section) or
  • A delta patching software (not recommended)

Run the setup .exe after you have installed the original game. The mod will be installed to Documents. Then use the created shortcut, the included brml.bat file, or the modded .exe to run the game. It’s that easy!

Linux

Requirements

  • Buckshot Roulette.x86_64 (v1.2.2 Hotfix 3)
  • xdelta3 (sudo apt install xdelta3)
  • unzip (sudo apt install unzip)

Once Buckshot Roulette.x86_64 is in a directory on your computer, run the following commands from the folder where the original game file is:

mkdir Buckshot\ Roulette cd Buckshot\ Roulette mkdir mods override configs wget https://github.com/AGO061/BuckshotRouletteModLoader/releases/download/2.0.3/brml2_linux.xdelta wget https://github.com/AGO061/BuckshotRouletteModLoader/releases/download/2.0.3/brml.sh xdelta3 -d -s ../Buckshot\ Roulette.x86_64 brml2_linux.xdelta Buckshot\ Roulette.x86_64 rm brml2_linux.xdelta chmod +x brml.sh Buckshot\ Roulette.x86_64 You can now run the BRML using the command ./brml.sh in the Buckshot Roulette directory.

Troubleshooting

To run the Windows installer version with OpenGL3, change the following line in brml.bat:

start "" “%%i” to this:

start "" “%%i” –rendering-driver opengl3 For the Linux brml.sh file, change the following line:

$game to this:

$game –rendering-driver opengl3 Report any other issues with installation to the Issues page.

Adding Mods

If you used the installation methods above, you should already have a mods folder. Otherwise, Create a mods folder in the same folder as your executable. Drop all the mod zips in there. Check the mods folder in this repo to see a test mod that simply moves the soap in the bathroom.

Development

Check out the BRML Development wiki for more info

About

A simple Mod Loader for Buckshot Roulette

Resources

Readme

License

MIT license Activity

Stars

31 stars

Watchers

3 watching

Forks

0 forks Report repository

Releases 8

BRML V2.0.3 for BR V1.2.2 Latest Apr 27, 2024 + 7 releases

Packages 0

No packages published

Contributors 2

Name Name Last commit message Last commit date

Latest commit

History 59 Commits |

| img_docs | img_docs | | | | mods | mods | | | | LICENSE | LICENSE | | | | README.md | README.md | | | | View all files |

History

59 Commits59 Commits A simple Mod Loader for Buckshot Roulette

Resources

Readme

License

MIT license Activity

Stars

31 stars

Watchers

3 watching

Forks

0 forks Report repository BRML V2.0.3 for BR V1.2.2 Latest Apr 27, 2024 + 7 releases No packages published -

This site only collects related articles. Viewing the original, please copy and open the following link:GitHub - AGO061/BuckshotRouletteModLoader: A simple Mod Loader for Buckshot Roulette

Latest Articles Popular Articles
Recommended Articles

Buckshot Roulette review — Bang for your buck — GAMINGTREND

As you grip the shotgun in your hands you quickly lose track of whether the pulsing beat that fills your ears is the droning of the nightclub or your rapid heartbeat swelling with anticipation. Russian roulette with a 12-gauge; there isn’t just money on the line but your life as well. Just sign the contract …

Buckshot Roulette on Steam

Buy Buckshot Roulette $2.99 Add to Cart $2.99 Add to Cart# Buy Literally the same game BUNDLE (?) Includes 2 items:Buckshot Roulette, Inscryption Bundle info-10%$20.68Add to CartAdd to AccountIncludes 2 items:Buckshot Roulette, Inscryption Bundle info-10%$20.68Add to CartAdd to Account# Buy Rusted Nightmares BUNDLE (?) Includes 3 items:Lost in Vivo, Iron Lung, Buckshot Roulette Bundle info-10%$20.67Add to CartAdd to AccountIncludes 3 items:Lost in Vivo, Iron Lung, Buckshot Roulette Bundle info-10%$20.67Add to CartAdd to Account 12-Gauge Action Literally Mindblowing Gameplay Immersive Atmosphere Meet Your Match Double or Nothing New Items Seven tracks. No misses. Are you ready? Windows SteamOS + Linux Minimum:- Requires a 64-bit processor and operating system OS: Windows 10 Processor: Intel Core i3 Memory: 2 GB RAM Graphics: Relatively modern dedicated graphics card (Vulkan support required) Storage: 500 MB available space Additional Notes: Vulkan support required Recommended:- Requires a 64-bit processor and operating system OS: Windows 10 Processor: Intel Core i5 Memory: 4 GB RAM Graphics: Relatively modern dedicated graphics card (Vulkan support required) Storage: 500 MB available space Additional Notes: Vulkan support required Minimum:- OS: Ubuntu 12.04 LTS Processor: Intel Core i3 Memory: 2 GB RAM Graphics: Relatively modern dedicated graphics card (Vulkan support required) Storage: 300 MB available space Additional Notes: Vulkan support required Recommended: 157 Curators have reviewed this product. Click here to see them. Overall Reviews:Very Positive(30,397 reviews)Recent Reviews:Overwhelmingly Positive(1,532 reviews)Review TypeAll (32,734)Positive (31,091)Negative (1,643)Purchase TypeAll (32,734)Steam Purchasers (30,397)Other (2,337)LanguageAll Languages (32,734)Your Languages (12,302)CustomizeDate Range To view reviews within a date range, please click and drag a selection on a graph above or click on a specific bar. Show graphLifetimeOnly Specific Range (Select on graph above)&nbspExclude Specific Range (Select on graph above)&nbspPlaytime Filter reviews by the user’s playtime when the review was written: No MinimumOver 1 hourNo minimum to No maximumPlayed across all devicesPlayed mostly on Steam DeckDisplay Show reviews in selected display order SummaryMost HelpfulRecentFunny Use new helpfulness system. Only applies to Summary and Most Helpful views.Learn MoreOff-topic Review Activity When enabled, off-topic review activity will be filtered out. This defaults to your Review Score Setting. Read more about it in the blog post. EnabledShow graph Hide graph FiltersFilters Excluding Off-topic Review ActivityPlaytime: Played Mostly on Steam Deck Loading reviews… Loading reviews… Loading reviews… Loading reviews… Loading reviews… There are no more reviews that match the filters set aboveAdjust the filters above to see other reviews Loading reviews… Sign in to add your own tags to this product. Sign In

- YouTube

Enjoy the videos and music you love upload original content and share it all with friends family and the world on YouTube.

# Article Title Keyword Article Link Article Details