Remade/Moved things around so I can re-use this menu with other games I may work on in the future.
Any time there is a new update, all you need is the <game_name>.lua file which in this case is RoR2.lua
I recommend using CE 7.4 and for how to use just extract the the VIX folder onto... wherever you want.
Simply, start the VIX.CT and start Risk of Rain 2 then use the dropdown in the VIX menu, select RoR2, and click the checkmark.
If there are any updates at most youll just need the RoR2.lua and dll files.
The 3 lines or list button on the left side hold a dropdown for Toggle Scripts and Player Stats. Either one of these options will open up the "cheats page".
Small Update:
+ Added Inventory Items page (white, green, and red)
Theres also some changes that were made directly to the VIX menu so youll need the new one provided inside the VIX_1.1.rar
If you already have the RoR2.lua file then replace it with the updated Risk of Rain 2.lua file.
1.3.7 Patch Update:
+ Added the command line page (you can either use the commands, run functions, or even write lua code inside of it)
Command list:
- /godmode <0/1> (sets player godmode state for the current session)
- /help (prints all available commands)
- /start (will be used in future, currently does nothing)
- /info (prints some game/table info)
- /add <currencyType> <amount> (adds currency amount)
- /sub <currencyType> <amount> (subs currency amount)
- /CurrencyList (returns currency types)
- /feedback (sends the user to a google feedback form)
Can also call and execute some functions directly (inside the Risk of Rain 2.lua file):
- giveVoidCoins(amount)
- giveLunarCoins(amount)
- giveExperience(amount)
- giveMoney(amount)
When running it I get this error "Failed to load Risk of Rain 2.lua - cannot open VersionInfo.lua: No such file or directory" Where do I get this lua file?
When running it I get this error "Failed to load Risk of Rain 2.lua - cannot open VersionInfo.lua: No such file or directory" Where do I get this lua file?
Ah, i forgot to remove that. If you open the Risk of Rain 2.lua file and scroll to the bottom then delete the line (3280):
"dofile("VersionInfo.lua")", save file, then you should be fine.
Didn't work, after editing Risk of Rain 2.lua worked, but any commands and any buttons that do something, instantly crash the game.
Is VIX 1.2 standalone thing, and it works by itself, or i need to download something else for it to work?
Didn't work, after editing Risk of Rain 2.lua worked, but any commands and any buttons that do something, instantly crash the game.
Is VIX 1.2 standalone thing, and it works by itself, or i need to download something else for it to work?
Are you using Cheat Engine 7.4? Or are you using 7.5? Because 7.5 causes issues and may crash your game when attempting to call in game methods. 7.5 handles method invoking slightly different than 7.4, so you if you were trying to use something like editing your inventory stats you could possibly crash.
If you use 7.4 which was what the VIX menu was built on (and has 100% support for), then these issues should go away.
VIX Update:
New VIX version available for v1.3
File Changes:
- Risk of Rain 2.lua
- VIX.CT (v1.3)
- process.lua (removed the extra unused processes)
VIX Form changes: + Added Gold items to inventory page + Added Lunar items to inventory page + Added Void items to inventory page + Added Teleporter page > Spawn Shop Portal > Spawn Main Story Portal > Spawn Gold Shores Portal > Add 1x Shrine Bonus Stack > Force Complete Zone Charge > Force Drop 4x Teleporter Rewards > Set 100% Boss Drop Chance > Force Drop Boss Rewards
Other Fixes:
+ Updated Item offsets for the inventory page
At the moment you CAN use the /set <itemName> <amount> command however it does currently conflict with how i handle the inventory functions. Id suggest using the Inventory Page for the time being.
If you want to hide the mainform so you dont have the default cheat engine window in your face then you can run this function in the command line to hide it behind the VIX menu: hideMF(true)
Set to false if you want to see the mainform.
Didn't work, after editing Risk of Rain 2.lua worked, but any commands and any buttons that do something, instantly crash the game.
Is VIX 1.2 standalone thing, and it works by itself, or i need to download something else for it to work?
Are you using Cheat Engine 7.4? Or are you using 7.5? Because 7.5 causes issues and may crash your game when attempting to call in game methods. 7.5 handles method invoking slightly different than 7.4, so you if you were trying to use something like editing your inventory stats you could possibly crash.
If you use 7.4 which was what the VIX menu was built on (and has 100% support for), then these issues should go away.
Sorry for not answering so long, i was stuck in a place with no internet. Yes, i use 7.5. When i changed to 7.4 it worked, thank you.
File Changes:
- Risk of Rain 2.lua
- RoR2.dll (Ready for 1.3.8)
- Fixed Player Stats offsets
Next update will have a new page for executing equipment methods. Along with a GUI for setting up keybinds to execute those methods, save keybinds, and so on.