Jump to content

[Mod]Cock Roulette Dongles


Recommended Posts

Posted

Cock Roulette Dongles


The mod adds an assistance system to Cock Roulette through new hardware, making the minigame easier to win. Recommended alongside [Cock Roulette Expanded] for more clip variety.


This mod adds:

  • Standard Sync Dongle: Available for purchase at Radio Shack with 20 uses (roulette rounds).
  • Sync Alerts: While a dongle is plugged in the computer, an alert will pop up right before the reveal.
  • Radio Shack's Tech-Refurb Box: A dedicated terminal for repairing and upgrading dongles.
  • Dongle Upgrades:
    • Neural Filter: Alerts only if cock would show
    • Reaction Buffer: Increased reaction timing
    • Identity Protector: Disables the identity loss on roulette round losses


Note:
I didn't want to just make this a simple "Easy Mode" menu toggle. I wanted it to be an in-game mechanic and making it part of the world. You still need money to enable this "Easy Mode" and to keep using it through repairs.


Installation:
Add the .zip file to the mod loader.


Enjoy the roulette.


 

  • 1 month later...
Posted

hmm I seem to be getting this error whenever I try to play with the dongle plugged in: A Javascript error occurred while running this <script> element.The error was "ReferenceError: _wait is not defined"

  • 2 months later...
Posted

Getting an error where the 'alert' will show up once, then after I'd get the following:


A Javascript error occurred while running this <script> element.▼
The error was "ReferenceError: _wait is not defined". Check the browser console for more details.

 

Which shows to this code segment:

if (window.dongleTimer) clearTimeout(window.dongleTimer); $('.alert-overlay').remove();
window.dongleTimer = setTimeout(function(){
var vid = $('video');
if (vid.length == 0) return;
if ($dongle_active_filter && _type !== "cock") return;
var alertHTML =
<div class="alert-overlay">
<div class="alert-text">-ALERT.</div>
if ($dongle_active_type === "junker") { alertHTML +=
}
<div class="alert-cn alert-right"></div> <div class="alert-cn alert-left"></div>
alertHTML += '</div>';
vid.parent().append(alertHTML); $('.alert-overlay").css({
});
'width': vid.width() + 'px', 'left': vid.position().left + 'px'
setTimeout(function(){
$('.alert-overlay').remove();
}, $dongle_active_lead);
window.dongleTimer = null;
}, _wait); 
vid.parent().append(alertHTML); $('.alert-overlay").css({
});
'width': vid.width() + 'px', 'left': vid.position().left + 'px'
setTimeout(function(){
$('.alert-overlay').remove();
}, $dongle_active_lead);
window.dongleTimer = null;
}, _wait); 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...