I literally was watching all of the previous terraria coding vids. Thank you so much for making these. I’ve been trying to build a mod and no one has update to date videos.
Make sure to name your variables correctly. For example, there are 2 ways of doing things properly: Let's say I need an integer named "myvar" First way: int myVar Second way: my_var. The first method consists in always initializing your variable like this: First letter is always in lower case then everyother word needs to start with an upper case. Ex: myIntegerVariable. No space. Second method, everything is in lower case but every word is separated with an underscore " _ ". Have fun!
The first style is called CamelCase, used typically in JS, C/C++, C# The second style is called snake_case, used most often in Python Both of these styles are perfectly valid and are used interchangeably, but there are some standards in languages for consistency.
I have a problem where anytime I try to open the .csproj with VS 2022, it tells me that I dont have a project property provider for "Persistence = ProjectFileWithInterceptionViaSnapshot". Does anyone know how to fix that?
"welcome back to the first episode" *instantly in love with the channel*
This actually works when you're revisiting the video
I literally was watching all of the previous terraria coding vids. Thank you so much for making these. I’ve been trying to build a mod and no one has update to date videos.
I am working on a mod currently and this was the only modding tutorial i could find. Thank you so much.
Finally what I was waiting for!
Thank you for making the best modding tutorials I've ever seen!!
This is exactly what I was looking for
Make sure to name your variables correctly. For example, there are 2 ways of doing things properly:
Let's say I need an integer named "myvar"
First way: int myVar
Second way: my_var.
The first method consists in always initializing your variable like this: First letter is always in lower case then everyother word needs to start with an upper case. Ex: myIntegerVariable. No space.
Second method, everything is in lower case but every word is separated with an underscore " _ ".
Have fun!
Yup! I prefer camelCase as I use it in all my projects, so I use that (;
The first style is called CamelCase, used typically in JS, C/C++, C#
The second style is called snake_case, used most often in Python
Both of these styles are perfectly valid and are used interchangeably, but there are some standards in languages for consistency.
@@chillanimations1761 exatcly. Didnt know the word that defines them. And for global variable it's all uppercase.
bruh love ya channel❤
I cant wait for this
I have a problem where anytime I try to open the .csproj with VS 2022, it tells me that I dont have a project property provider for "Persistence = ProjectFileWithInterceptionViaSnapshot". Does anyone know how to fix that?
yeah, same thing for me
Thanks a lot man this is gonna help bro.
I want a whip tutorial that would be awesome
Shoulda stayed awake in my C# class
ty for making this
thank you so much
Wait so can i have a using for a mod to create an addon?
Yes! Exactly!
Amazing
epic
I lov u
Yooo