Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamcommunity.com/workshop/filedetails/?id=2704162932
This workshop item is now the old/pre-EA26 version
So basically just a bit of code that downloads this for you when you start up Ravenfield. Look up video game Space Engineers, it has a mod on the workshop called Plugin Loader. It just loads a better modding API that can then be used by more advanced mods that are downloaded from it's own website.
To actually load the plugin loader, you just have to set a custom launch parameter for the game in Steam. That is what I suggested for this mod too, so no one needs to go to spooky scary files and accidentally break something (I'm just kidding, I like to mess with files my self) to download this. Could also help with updates.
1.) Create a new "Mods" folder in the main Ravenfield directory
2.) Create a new .NET Framework library and add references to both the RavensharpApi.dll and Assembly-Csharp.dll
3.) Create a public class that inherits from RavenfieldAPI.Mod
4.) Compile and place the output dll into the new Mods folder
5.) Verify the mod loaded by going into the options menu.