Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
valheim-mod-dev-required-tools [2026/01/18 20:22] kkaragozvalheim-mod-dev-required-tools [2026/01/18 20:46] (current) kkaragoz
Line 4: Line 4:
  
 **Decompiler:** [[https://www.google.com/url?sa=E&q=https://github.com/dnSpy/dnSpy|dnSpy]] or [[https://www.google.com/url?sa=E&q=https://github.com/icsharpcode/ILSpy|ILSpy]]. **Decompiler:** [[https://www.google.com/url?sa=E&q=https://github.com/dnSpy/dnSpy|dnSpy]] or [[https://www.google.com/url?sa=E&q=https://github.com/icsharpcode/ILSpy|ILSpy]].
 +
 +https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.ILSpy
  
 Why? You need this to look at Valheim's source code (Assembly-CSharp.dll) to see how the game works so you know what to change. Why? You need this to look at Valheim's source code (Assembly-CSharp.dll) to see how the game works so you know what to change.
Line 9: Line 11:
 **The Game:** You obviously need Valheim installed. **The Game:** You obviously need Valheim installed.
  
-https://www.nexusmods.com/valheim/mods/15?tab=description+[[https://www.nexusmods.com/valheim/mods/15?tab=description|https://www.nexusmods.com/valheim/mods/15?tab=description]]
  
  
Back to top