EIA485 / resonoseCompatWedge

A compatibility layer allowing you to run NML mods in RML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resonoseCompatWedge

A Wedge for mods compiled against neos/nml to work with resonite/rml

Installation

  1. Install ResoniteModLoader.
  2. Place BaseX.dll, CloudX.Shared.dll, CodeX.dll, NeosModLoader.dll, CommandX.dll, PostX.dll into your rml_libs folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_libs for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
  3. Start the game. Check logs to see if its loaded. some mods may need to be updated to due changes between resonite and neos

contributing

feel free to contribute remaping stubs. eg:

class oldClassNameOrClassWithRenamedMembers : NewClass
{
	public void OldFunctionName(string arg) => newFunctionName(arg);
}

codegen doesent really need to be touched ever again its just provided to give some insight on how the generated files were created.

About

A compatibility layer allowing you to run NML mods in RML

License:MIT License


Languages

Language:C# 100.0%