- Site Map >
- Modding and Creation >
- Sims 3 Creation >
- Modding Discussion >
- How to use SharpDevelop to make script mods?
- > Discussion on file formats, research and other modding information pertaining to the Sims 3.
Replies: 7 (Who?), Viewed: 195 times.
#1
5th Jul 2022 at 3:13 AM

Posts: 66
Thanks: 124 in 2 Posts

Advertisement
#2
5th Jul 2022 at 4:32 AM

Posts: 99
Thanks: 90 in 4 Posts
I can answer the ILSpy question. First, you can download ILSpy here https://apps.microsoft.com/store/de...?hl=en-gb&gl=GB. Once downloaded you can either make a shortcut or in your bottom left side of your homescreen pc there should be a search box. Simply type in ILSpy and the app should appear. Then you'll have access to countless coding methods. 
As far as sharpdevelop, I have only used Visual Studios 2019 for tutorials and to make my first script mod, so I unfortunately I am unable to help you with that. Although I would strongly encourage you to use VS instead, as many of the tutorials I found and the many times that I have asked questions, many have used VS.

As far as sharpdevelop, I have only used Visual Studios 2019 for tutorials and to make my first script mod, so I unfortunately I am unable to help you with that. Although I would strongly encourage you to use VS instead, as many of the tutorials I found and the many times that I have asked questions, many have used VS.
#3
5th Jul 2022 at 12:31 PM

Posts: 3,658
Thanks: 6753 in 39 Posts
Quote:
SharpDevelop has a different skeleton code then VS so i need a bit of help to understand that part |
Well, funnily enough, the same creator of the SharpDevelop tutorial, also made a template generator

So for now on, I'd strongly recommend just using the template and then opening the cs file generated in whatever programming program you want to use (Whether it be VS, SharpDevelop, or even notepad++... don't do that though, the notepad one

Initially, there isn't actually that much difference between SharpDevelop and the 2008 version of VS. Which is one of the versions that is mostly seen in these tutorials. The only real difference is that the project management part (adding/removing DLL references, class files, etc) is on the left side rather than the right


In the end, if you need help finding a "VS equivilant to SharpDevelop" option, SharpDevelop does come with all the options usually mentioned in said tutorial, it just happens to be in a slightly different location. So if you need any help with that, feel free to ask here

#4
5th Jul 2022 at 3:12 PM

Posts: 66
Thanks: 124 in 2 Posts
Quote:
Originally Posted by Lyralei
Well, funnily enough, the same creator of the SharpDevelop tutorial, also made a template generator
![]() So for now on, I'd strongly recommend just using the template and then opening the cs file generated in whatever programming program you want to use (Whether it be VS, SharpDevelop, or even notepad++... don't do that though, the notepad one ![]() Initially, there isn't actually that much difference between SharpDevelop and the 2008 version of VS. Which is one of the versions that is mostly seen in these tutorials. The only real difference is that the project management part (adding/removing DLL references, class files, etc) is on the left side rather than the right ![]() ![]() In the end, if you need help finding a "VS equivilant to SharpDevelop" option, SharpDevelop does come with all the options usually mentioned in said tutorial, it just happens to be in a slightly different location. So if you need any help with that, feel free to ask here ![]() |
Thank you! I remember seeing this but honestly forgot, thank you so much! :D
#5
5th Jul 2022 at 3:15 PM

Posts: 66
Thanks: 124 in 2 Posts
Quote:
Originally Posted by MonocoDoll
I can answer the ILSpy question. First, you can download ILSpy here https://apps.microsoft.com/store/de...?hl=en-gb&gl=GB. Once downloaded you can either make a shortcut or in your bottom left side of your homescreen pc there should be a search box. Simply type in ILSpy and the app should appear. Then you'll have access to countless coding methods.
![]() As far as sharpdevelop, I have only used Visual Studios 2019 for tutorials and to make my first script mod, so I unfortunately I am unable to help you with that. Although I would strongly encourage you to use VS instead, as many of the tutorials I found and the many times that I have asked questions, many have used VS. |
Thank you! I'll look into it and see which i'll be able to use better.
#6
5th Jul 2022 at 5:01 PM

Posts: 548
Thanks: 1463 in 8 Posts
Quote:
Originally Posted by MonocoDoll
I can answer the ILSpy question. First, you can download ILSpy here https://apps.microsoft.com/store/de...?hl=en-gb&gl=GB. Once downloaded you can either make a shortcut or in your bottom left side of your homescreen pc there should be a search box. Simply type in ILSpy and the app should appear. Then you'll have access to countless coding methods.
![]() As far as sharpdevelop, I have only used Visual Studios 2019 for tutorials and to make my first script mod, so I unfortunately I am unable to help you with that. Although I would strongly encourage you to use VS instead, as many of the tutorials I found and the many times that I have asked questions, many have used VS. |
well thats kind of like saying that youd recommend using a blue pen instead of a black pen because all the reference writing is using blue :P
And beside the setup there really is not much difference between the IDE's when it comes to modding for Sims 3. Also Visual Studio has a min installment size of 800 mb while SD's requirement is 50 mb. You also have to create an account and sell your soul to Microsoft damned to constantly praise its dark mode and supposedly easier git integration when using Visual Studio.
also do yourself a favor and dont get the Microsoft Store version of ILSpy use the github link instead
#7
5th Jul 2022 at 5:17 PM

Posts: 66
Thanks: 124 in 2 Posts
Quote:
Originally Posted by Battery
well thats kind of like saying that youd recommend using a blue pen instead of a black pen because all the reference writing is using blue :P
And beside the setup there really is not much difference between the IDE's when it comes to modding for Sims 3. Also Visual Studio has a min installment size of 800 mb while SD's requirement is 50 mb. You also have to create an account and sell your soul to Microsoft damned to constantly praise its dark mode and supposedly easier git integration when using Visual Studio. also do yourself a favor and dont get the Microsoft Store version of ILSpy use the github link instead |
Thanks! I couldn't download it from Microsoft anyway so this helped a bunch.
#8
6th Jul 2022 at 9:16 AM

Posts: 3,658
Thanks: 6753 in 39 Posts
Quote:
Originally Posted by Battery
well thats kind of like saying that youd recommend using a blue pen instead of a black pen because all the reference writing is using blue :P
And beside the setup there really is not much difference between the IDE's when it comes to modding for Sims 3. Also Visual Studio has a min installment size of 800 mb while SD's requirement is 50 mb. You also have to create an account and sell your soul to Microsoft damned to constantly praise its dark mode and supposedly easier git integration when using Visual Studio. also do yourself a favor and dont get the Microsoft Store version of ILSpy use the github link instead |
I think that's the biggest win of them all if you already have a not-so-great PC (meaning more, you only have one dedicated storage disk and really can't handle 1GB and up). I think mine has quickly reached 25GB on my PC. And that's merely because I had to due to other projects.
Because, to be completely honest, with VS, I don't exactly get why it has to be this huge

Anyways sorry for my little rant

Who Posted
|