Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - strusik_

#1
Help / Re: Decompiling and editing .dll files
May 30, 2022, 09:36:46 AM
Thanks, but as I said, I was able to decompile the file and edit it in Visual Studio, but I can't compile it back because Visual Studio highlights a lot of red errors in the code. In google tutorials, projects are written from scratch, rather than editing a downloaded file
#2
Help / Decompiling and editing .dll files
May 29, 2022, 08:14:35 AM
Hi, this is a pretty trivial question, but it really bothers me. How do I edit the .dll file of a downloaded mod?

I was able to decompile the file with dotPeek, but that program does not allow me to edit it. I exported the decompiled file to Visual Studio to edit the code, but Visual Studio cannot compile the file back because the code shows many red alleged errors. Can you please tell me a way to edit the dll file. Thank you in advance for your help :)