mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-05 07:28:30 +00:00
Lyssa
6f47bf7fb4
Beta branch v2.0.0.2
Fixed a possible softlock where item grabbing started when all alive players have full inventories, while dead players had room in their inventory for more items When entering multiplayer without a connection to Steam, the player will get a message prompt which will return them to the menu once closed Fixed final score showing up incorrectly in singleplayer Fixed the magnifying glass sometimes showing the wrong shell in multiplayer
Full decompilation of Buckshot Roulette's source code. All of the Dealer AI code is in DealerIntelligence.gd. The rest of the script files are self-explanatory.
Some functionality isn't implemented with GDScript (such as: the item limits) and is instead done with .tscn files which I will not be sharing here.
For multiplayer code go here: https://github.com/thecatontheceiling/buckshotroulette_multiplayer
Description
Buckshot roulette decompilation by some schizo
(Mirror of https://github.com/thecatontheceiling/buckshotroulette-decomp)
Languages
GDScript
100%