step 1
download the new texture.
replace 'vw_prop_vw_luckywheel.ytd' in rcore_casino/stream/wheel/
download
step 2
overwrite settings.
replace your 'LuckyWheelItems' in rcore_casino/const.lua
LuckyWheelItems = {} LuckyWheelItems["Drinks"] = { rotation = {0.0, 73.0, 145.0, 217.0}, posibility = 100, -- from 1% to 100% soundName = "Win_RP", animName = "win" } LuckyWheelItems["Money1"] = { rotation = 343.0, posibility = 100, soundName = "Win_Cash", animName = "win", moneyReward = 2500 } LuckyWheelItems["Money2"] = { rotation = 271.0, posibility = 90, soundName = "Win_Cash", animName = "win", moneyReward = 5000 } LuckyWheelItems["Money3"] = { rotation = 199.0, posibility = 80, soundName = "Win_Cash", animName = "win", moneyReward = 7500 } LuckyWheelItems["Money4"] = { rotation = 127.0, posibility = 70, soundName = "Win_Cash", animName = "win", moneyReward = 10000 } LuckyWheelItems["Money5"] = { rotation = 55.0, posibility = 60, soundName = "Win_Cash", animName = "win", moneyReward = 15000 } LuckyWheelItems["Money6"] = { rotation = 325.0, posibility = 50, soundName = "Win_Cash", animName = "win_big", moneyReward = 20000 } LuckyWheelItems["Money7"] = { rotation = 253.0, posibility = 40, soundName = "Win_Cash", animName = "win_big", moneyReward = 30000 } LuckyWheelItems["Money8"] = { rotation = 109.0, posibility = 30, soundName = "Win_Cash", animName = "win_big", moneyReward = 40000 } LuckyWheelItems["Money9"] = { rotation = 19.0, posibility = 20, soundName = "Win_Cash", animName = "win_big", moneyReward = 50000 } LuckyWheelItems["Chips1"] = { rotation = 307.0, posibility = 100, soundName = "Win_Chips", animName = "win", chipsReward = 10000 } LuckyWheelItems["Chips2"] = { rotation = 235.0, posibility = 90, soundName = "Win_Chips", animName = "win", chipsReward = 15000 } LuckyWheelItems["Chips3"] = { rotation = 181.0, posibility = 80, soundName = "Win_Chips", animName = "win", chipsReward = 20000 } LuckyWheelItems["Chips4"] = { rotation = 91.0, posibility = 70, soundName = "Win_Chips", animName = "win_big", chipsReward = 25000 } LuckyWheelItems["Vehicle"] = { rotation = 37.0, posibility = 10, soundName = "Win_Car", animName = "win_huge" } LuckyWheelItems["Nothing"] = { rotation = 289.0, posibility = 100, soundName = nil, animName = "Nothing" } LuckyWheelItems["Random"] = { rotation = 163.0, posibility = 100, soundName = "Win_Mystery", animName = "win_big" }
Copy
rcore_casino | lucky wheel texture maker
.. a simple tool that lets you overwrite the default lucky wheel prizes.
prizes
2,500 prize
5,000 prize
7,500 prize
10,000 prize
15,000 prize
20,000 prize
25,000 prize
30,000 prize
40,000 prize
50,000 prize
currency:
$ - United States Dollar
€ - Euro
translations
drinks
vehicle
random
nothing
generate texture