💾 Archived View for ax.flounder.online › game › DRRR › miscinfo.gmi captured on 2024-08-31 at 11:46:49. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-06-16)
-=-=-=-=-=-=-
==== Windows ====
<code>{{P|game}}\addons</code><br>
==== Linux (Flatpak) ====
<code>{{p|linuxhome}}/.var/app/org.kartkrew.RingRacers/.ringracers/addons/</code><br>
{{ii}} Hidden files must be set to visible in your file manager to see <code>.var</code> and <code>.ringracers</code> folders.
==== Linux (Standard package) ====
<code>{{P|game}}\addons</code>
Files downloaded from online play are located in <code>addons\downloads\</code>
!!CRASHES!! In <code>ringconfig.cfg</code>, add a new line with <code>addfile</code> <addon file path>
Note that if any settings or controls are changed or the game crashes, the lines added in <code>ringconfig.cfg</code> will be removed.
== Semi-automated workaround ==
=== Method 1 ===
1. Bind the console key in-game by going to Options -> Profile Setup -> Controls.
2. Create a text file in the [[#Configuration_file.28s.29_location|Configuration file folder]] called <code>loadaddons.txt</code>.
3. Open <code>loadaddons.txt</code> and add <code>addfile</code> <addon file path>, repeat on new lines with different addons if needed. See [[#Example_of_loadaddons.txt|Example of loadaddons.txt]] for an example.
4. Launch the game and open the console with your set key and type <code>exec loadaddons.txt</code>. You can name the file whatever you want, even without .txt at the end. For example, the file may be named <code>1</code> and be executed with <code>exec 1</code>.
=== Method 2 ===
1. In <code>ringconfig.cfg</code>, add the following new lines:<br>
<code>setcontrol "console" "KEY0"<br>
alias 1 "exec loadaddons.txt"</code><br>
2. Create a text file in the [[#Configuration_file.28s.29_location|Configuration file folder]] called <code>loadaddons.txt</code>.
Open <code>loadaddons.txt</code> and add <code>addfile</code> <addon file path>, repeat on new lines with different addons if needed. See [[#Example_of_loadaddons.txt|Example of loadaddons.txt]] for an example.<br>
3. Launch the game and open the console with <code>~</code>, type <code>1</code>, then press <code>Enter</code> and the addons will be loaded. Press <code>~</code> again to close the console. Note that if any settings or controls are changed or the game crashes, the lines added in <code>ringconfig.cfg</code> will be removed.
=== Example of <code>loadaddons.txt</code> ===
==== Windows ====
<code>addfile .\addons\XboxUI.pk3</code><br>
Adds <code>XboxUI.pk3</code> from <code>{{P|game}}\addons\XboxUI.pk3</code>
==== Linux ====
<code>addfile ./addons/XboxUI.pk3</code><br>
Adds <code>XboxUI.pk3</code> from <code>{{p|linuxhome}}/.var/app/org.kartkrew.RingRacers/.ringracers/addons/XboxUI.pk3</code> for Flatpak builds, or <code>{{P|game}}/addons/XboxUI.pk3</code> for standard distro package builds.
credit: vm anon 1312985
www.kartkrew.org/news/2024-05-08_high-voltage-ring-version-10.html
New zone editor for RR, gotta rename HRVBuilder.default.cfg to UDBuilder.default.cfg (THE DEVS "FORGOT")
docs.google.com/document/d/11zpsZp1a9gDvF2wcBQoeDDA5vnYXZygKujgBCynrHsQ/edit?usp=sharing
This tells you how to set the program up
docs.google.com/document/d/1rSFCjhi9b5gGWmMMVTrrGHqrQuS91FxLFB8eeDTTCLo/edit?usp=sharing
Heres minimum functionality guide
docs.google.com/spreadsheets/d/150I1ldRm7McQ9DLXbI_X30mHzcpsdHc73GFYwX80c_o
And this thing wich i quite dont understand yet