Change your cover photo
Xarc
Change your cover photo
This user account status is Approved
RVGL Lua Modloader
Modification

Wednesday, 20th May 2026

@Vroom_Boi yes, the modloader specifically looks for a process called rvgl.exe, anyway i'm noting this issue for the next update and come up with a solution, thanks for your feedback

RVGL Lua Modloader
Modification

Wednesday, 20th May 2026

@David glad you like it :) also, you are right, i forgot to implement a function to retreive this information, i added that to the to-do list for the next update. Currently i can't think of any reasonable workaround for this, the only idea i have is way too complicated (monitor all player's key inputs while in the track selection screen to detect if he is selecting the mirrored and/or reversed version of the track)

[Lua] Car Game Mode
Modification

Wednesday, 20th May 2026

@𝓒π“ͺ𝓬𝓽𝓸𝓴𝓲𝓷𝓰 :3 yes it will be released as soon as it is ready, currently still testing it

[Lua] Car Game Mode
Modification

Monday, 18th May 2026

@hinochikara yep that is a crazy bug for sure, probably related to a callback being called when it shouldn't, i will have to fix this in the next modloader update, thanks for the report @𝓒π“ͺ𝓬𝓽𝓸𝓴𝓲𝓷𝓰 :3 glad you like all mods :) more will come for sure! In regards to the car randomization order, i just wanted pure chaos and randmness, to me it is more fun when the outcome is completely unpredictable xD

[Lua] Extended Frontend
Modification

Sunday, 17th May 2026

@𝓒π“ͺ𝓬𝓽𝓸𝓴𝓲𝓷𝓰 :3 it depends on the unlock methods the car you choosed have, this script only adds the cars to the frontned, but it doesn't change the unlock methods, most custom cars have obtain set to 0 (which means that the car is unlocked by default) but if you still see them locked it could be that the cars you choosed have an obtain method defined in the parameters OR you are using additional_unlocks.lua mod too and the cars have a custom unlock method (if you are using the carbox layout i provided in the download file, then all these cars have a custom unlock rule defined in additional_unlocks.lua, you can check these unlock rules in mods\additional_unlocks_data\unlock_rules.txt)

[Lua] Additional Unlocks
Modification

Saturday, 16th May 2026

@Adjie specific unlock methods are only available for cars there is just a little automatic system for tracks as explained in the point 2) of the mod description (and nothing for championships, but you can use the vanilla game obtain system for these)

[Lua] Car Game Mode
Modification

Friday, 15th May 2026

@faris glad you like it :) not sure what that mode you mentioned is about, but feel free to send me more details about your idea in a private message (as it is kinda off topic there), and i will consider it if it is interesting and possible to make @VIA the list of cars is randomly generated at the start of each game, you cannot change it (you would have to edit the script to do that)

[Lua] Extended Frontend
Modification

Friday, 15th May 2026

@pr0styyy have you checked the modloader.log file? if you think there is nothing suspicious in the log file i will make a debug version of the script as soon as i have time, to find what is going wrong

[Lua] Extended Frontend
Modification

Wednesday, 13th May 2026

@Dioda313 If you mean you want the orginal carbox layout and just keep the carbox preview GUI, you can do that by not installing the frontend files (use your unmodded frontend) and remove the "carbox_layout_frontend.txt" file from your mods folder (basically you only need the extended_frontend.lua file in your mods folder and ignore the layout txt file and the modded frontend folder) @parkroy - make sure you installed the lua modloader: https://www.revoltworld.net/dl/rvgl-lua-modloader/ - make sure you are using the correct game version for the modloader: Build 23.1030a1 - win64 - make sure you installed the Custom gui utility library: https://www.revoltworld.net/dl/lua-utility-custom-gui-utility/ - check modloader.log for any error

[Lua] Car Game Mode
Modification

Tuesday, 12th May 2026

@jun3hong Yes, that carbox layout is related to another upcoming lua script (there is already a preview video about that in my youtube channel if you want a spoiler) @Carguyscup Glad you like it, Survival Mode is still a work in progress (but it is almost ready to be released, i just have too much stuff to work on lolz). In regards to the crash, i'm aware of that, but it is extremely rare, sadly this makes debugging it is almost impossible (but it is almost certainly something with refresh car function, i will try to check it again in the next modloader update)