0 of 0

File information

Last updated

Original upload

Created by

DarkNes42

Uploaded by

DarkNes42

Virus scan

Safe to use

Tags for this mod

17 comments

  1. jim877
    jim877
    • member
    • 0 kudos
    Can't get it to work, have everything up to date, the config file set as shown below, but when pressing F10, nothing happens


    [SpinSlotMachines]
    # The KeyCode to spin slot machines, see here for valid value: https://docs.unity3d.com/2022.3/Documentation/ScriptReference/KeyCode.html
    SpinKey = "F10"
    # The number of slot machines that will be spin. (1-5)
    SpinSlotMachinesNumber = 5
    # Should the spin use your cash. (yes or no)
    SpinUseYourCash = "yes"
    # The bet amount that each slot machines will be use. (0=bet amount from the slot machines; max=2147483647)
    SpinBetAmount = 0
    # Spin behavior mode, 'holding' spins while holding the SpinKey, 'toggleable' toggles spin on/off with the SpinKey. (holding or toggleable)
    SpinMode = "toggleable"
    1. DarkNes42
      DarkNes42
      • supporter
      • 0 kudos
      Well, according to your config, 5 slot machines will spin the bet that is displayed on each machine using your money, do you have enough money to spin the machines? Try changing "SpinUseYourCash" to "no", and tell me if it works.
    2. jim877
      jim877
      • member
      • 0 kudos
      i have 20k in money and 12k in the bank
      After changing "SpinUseYourCash" to "no" it still does nothing
  2. PeerseN94
    PeerseN94
    • member
    • 0 kudos
    Doesnt work, I cant change the Keys, the config rewrites itself and yeah, spins don't work
    1. Kratos1488
      Kratos1488
      • premium
      • 0 kudos
      me as well it does same thing
    2. DarkNes42
      DarkNes42
      • supporter
      • 0 kudos
      Did you downloaded the latest version? And what are the values in your MelonPreferences.cfg file ?
    3. PeerseN94
      PeerseN94
      • member
      • 0 kudos
      Yes it's the latest one

      [SpinSlotMachines]
      # The KeyCode to spin slot machines, see here for valid value: https://docs.unity3d.com/2022.3/Documentation/ScriptReference/KeyCode.html
      SpinKey = "F10"
      # The number of slot machines that will be spin. (1-5)
      SpinSlotMachinesNumber = 5
      # Should the spin use your cash. (yes or no)
      SpinUseYourCash = "yes"
      # The bet amount that each slot machines will be use. (0=bet amount from the slot machines; max=2147483647)
      SpinBetAmount = 0
      # Spin behavior mode, 'holding' spins while holding the SpinKey, 'toggleable' toggles spin on/off with the SpinKey. (holding or toggleable)
      SpinMode = "holding"
    4. DarkNes42
      DarkNes42
      • supporter
      • 0 kudos
      Alright, i found the issue, i tested the toggleable mode but i forgot to test the holding mode before updating the mod, my bad, i will update the mod.
  3. blurin77
    blurin77
    • member
    • 0 kudos
    1 issue and 1 addition, it only takes money as if u spun 1 slot machine, please fix. Addition, please make it so it spins the slots until f10 is pressed a second time please
    1. DarkNes42
      DarkNes42
      • supporter
      • 0 kudos
      Thanks for your feedback, i didn't wrote it but yes, it's supposed to use your money, it's not a "cheat", i can add an option to use money or not if you want and for your addition, you mean hold the button and it's continusly spin the slot machines ?
    2. Eepyghost
      Eepyghost
      • supporter
      • 0 kudos
      I think they mean that its not taking the correct amount of money. It only takes the amount from you as if you spun only one machine i think they mean
    3. DarkNes42
      DarkNes42
      • supporter
      • 0 kudos
      It's just visual, since it spins the slots at once, the bet amount text overlaps but the bet amount is taken into account in each slot.
    4. Willwulf
      Willwulf
      • member
      • 0 kudos
      I think he means that the F10 button should be toggleable
    5. DarkNes42
      DarkNes42
      • supporter
      • 0 kudos
      Ah, i think i understood, i will make an option for that.
  4. mkfki
    mkfki
    • member
    • 0 kudos
    Exactly what I needed, thanks alot!
  5. Eepyghost
    Eepyghost
    • supporter
    • 0 kudos
    Could you make one that works on the alternate?
    1. DarkNes42
      DarkNes42
      • supporter
      • 0 kudos
      I didn't think about it, i ported it, tell me if you found any issue.