You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slots/module.lua
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@ MODULE.version = 1.0
6
6
MODULE.desc="Adds a slot machine minigame, a workshop model for the machine, handling of payouts to winners, customizable payout odds, and sound and animation effects."
7
7
MODULE.WorkshopContent="3527541056"
8
8
MODULE.Changelog= {
9
-
["1.0"] ="Initial Release\n\n\n\ngfay",
10
-
["2.0"] ="SAF",
11
-
["3.0"] ="SADAFD",
12
-
["4.0"] ="InitiaASFASFAl Release",
13
-
["5.0"] ="InitialAFAFSAF Release",
14
-
["6.0"] ="InitiFASFSAFAFSAal Release",
9
+
["1.0"] ="Initial Release",
10
+
["1.1"] = {"Added new sound effects for winning spins", "Improved payout logic for better accuracy", "Fixed minor UI alignment issues"},
11
+
["1.2"] = {"Added support for custom workshop models", "Optimized network usage for machine states", "Updated workshop content dependencies"},
12
+
["1.3"] = {"Implemented a global jackpot system", "Added an admin configuration menu for odds", "Fixed animation desync issues on high latency"},
13
+
["1.4"] = {"Added localization support for multiple languages", "Improved security checks for payout handling", "Refactored internal module logic for performance"},
14
+
["1.5"] = {"Added logging for all major payouts", "Fixed a rare crash when the machine was destroyed", "Updated documentation and setup guides"},
15
+
["1.6"] = {"General performance optimizations", "Minor visual tweaks to the machine interface", "Stability improvements for long-running sessions"}
0 commit comments