Confirmedusers
711
edits
(Created page with "<languages/> {{GameVersion|1.19.8}} __FORCETOC__ <translate>This page is in progress. </translate> {{Navbox/codemodding}}") |
mNo edit summary |
||
Line 3: | Line 3: | ||
__FORCETOC__ | __FORCETOC__ | ||
<translate>This | <translate> | ||
== Prerequisites == | |||
Before creating a code mod, you need to have completed the [[Modding:Preparing For Code Mods|Preparing For Code Mods]] tutorial. This will show you how to setup your development environment, install dotnet, and install the modding template. If you have done that, you can carry on with this tutorial. | |||
=== Recommended Knowledge === | |||
It is highly advisable to have some knowledge of Visual Studio and the C# programming language before creating code mods. These are out of the scope of this tutorial, however If you can understand the following tutorials, you should be okay: | |||
* [https://www.youtube.com/watch?v=iC3CJcYxkl0 Starting with Visual Studio (YouTube)] | |||
* [https://learn.microsoft.com/en-gb/dotnet/core/tutorials/with-visual-studio?pivots=dotnet-7-0 Create a .NET console application using Visual Studio (Microsoft.com)] | |||
</translate> | </translate> | ||
{{Navbox/codemodding}} | {{Navbox/codemodding}} |