NIVRI Posted April 29, 2020 Share Posted April 29, 2020 Can anyone tell me how to start modding? I want to help the modding community to make more mods for "My Time at Portia" Link to comment Share on other sites More sharing options...
Vrakyas Posted June 2, 2020 Share Posted June 2, 2020 Well first you need to know how to write code in C# using Visual Studio, because all Portia mods (also all mods for Unity based games) are written in C# in .NET 3.5 or .NET 4.0 Then you should check the Unity Mod Manager wiki for instructions how to set up your C# project and how to start coding: https://wiki.nexusmods.com/index.php/Category:Unity_Mod_Manager You'll also need some tool to analyze DLL files, like dnSpy, to see what functions etc. are provided with a game. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now