Difference between revisions of "RiiFS"

From Custom Mario Kart
Jump to navigation Jump to search
(Fixed download)
(Update the links to ones that are alive)
Line 7: Line 7:
 
|version= v1.03
 
|version= v1.03
 
|date of release= 2010-05-22
 
|date of release= 2010-05-22
|editors used= C++
+
|editors used= C++, C#
|download 1= https://web.archive.org/web/20130118084516if_/http://rvlution.net/riivolution/images/b/b2/Riifs-server-c.zip
+
|download 1= [https://riivolution.github.io/wiki/Riifs-server-cs.zip Github]
 
}}
 
}}
 
</div>
 
</div>
  
 
:''"RiiFS is a simple custom network protocol used by [[Riivolution]] to allow a computer to act like a disk file-system. This allows for both public streamable releases as well as private testing of modifications without needing to restart the game."''
 
:''"RiiFS is a simple custom network protocol used by [[Riivolution]] to allow a computer to act like a disk file-system. This allows for both public streamable releases as well as private testing of modifications without needing to restart the game."''
--[http://rvlution.net/wiki/Main_Page Riivolution Wiki]
+
--[https://riivolution.github.io/wiki/Main_Page/ Riivolution Wiki]
  
 
== XML File Example ==
 
== XML File Example ==

Revision as of 06:40, 23 November 2021

RiiFS
Author: Aaron
Version: v1.03
Date of latest version: 2010-05-22
Editors used: C++, C#
Download: Github
"RiiFS is a simple custom network protocol used by Riivolution to allow a computer to act like a disk file-system. This allows for both public streamable releases as well as private testing of modifications without needing to restart the game."

--Riivolution Wiki

XML File Example

<?xml version="1.0" encoding="utf-8"?>
 <wiidisc version="1">
  <id game="RMC" disc="0" version="0">
    <region type="P"/>
  </id>
  <options>
   <section name="RiiFS Settings">
     <option id="muhu" name="My Stuff" default="1">
       <choice name="Enabled">
         <patch id="muh" />
       </choice>
     </option>
  </section>
 </options>
 <patch id="muh">
   <folder external="/mkwii/My Stuff" recursive="false" length="10000000"/>
   <folder external="/mkwii/My Stuff" disc="/" /> 
 </patch>
</wiidisc>
  • The length="10000000" attribute will patch the file to around 10 MB which will result in the possibility to edit/change the file on the fly as long as the original file is not larger than the attribute patch.

Media

Server Demonstration