JunyDeveloper / GamblingModLethalCompany

3 stars 7 forks source link

I love your Mod~ I have a ? #53

Open vinrata opened 8 months ago

vinrata commented 8 months ago

I was wondering how hard it would be to add a screen to the machines that play different videos to indicate different things.

Have a handful of pre made videos with text like "WINNER 2X" , etc and animation of spinning slots when you first interact with the machine.

Basically just play different pre made videos at different intervals

if isInCooldownPhase = true then screenGamblingMachine(s).videoPlaying = standbyMode.mp4 if isJackpot = true then screnGamblingMachine(s).videoPlaying = jackpot.mp4

But this is just some logic code, there would still need to be code to make the screen on the gambling machine in the correct position etc

There is a mod on thunderstore https://thunderstore.io/c/lethal-company/p/Rattenbonkers/TVLoader/source/ That lets users put videos on a screen.
Maybe the code would be pretty similar to what would be needed to play different pre made videos at certain events triggers/ if then statements...I'd love to help, I'm a novice coder but I have made a custom moon for Lethal Company...I think this mod could be really cool and wouldn't be too hard