Modding:Overview: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  23:43, 27 July 2019
imported>Koboldunderlord
No edit summary
imported>Koboldunderlord
Line 22: Line 22:
=== Setup ===
=== Setup ===


# Install (Visual Studio for Mac)[http://visualstudio.microsoft.com/vs/mac/].  Make sure to install Monodevelop and any .NET tools it offers for C#.  While it can directly open the dll, it's hard to navigate and dive into.  
# Install [Visual Studio for Mac|http://visualstudio.microsoft.com/vs/mac/].  Make sure to install Monodevelop and any .NET tools it offers for C#.  While it can directly open the dll, it's hard to navigate and dive into.  
# Create a folder somewhere you want to save the decompiled code.  In this example, I'll use <code>~/QudCode</code>
# Create a folder somewhere you want to save the decompiled code.  In this example, I'll use <code>~/QudCode</code>
# Open a terminal, and install ilspycmd: <code>dotnet tool install ilspycmd -g</code>
# Open a terminal, and install ilspycmd: <code>dotnet tool install ilspycmd -g</code>

Navigation menu