PC can someone help me learning how to make mods for terraria pc?

Rexus the wolf

Duke Fishron
hi everybody
i had an idea for making an app for android phone to let terraria suport mods
like block launcher and not funny minecraft

but i got an beter idea
i bougt terraria pc XD
whit the idea to make a (few) mods but i dont know anything about mods...
so the question is can someone learn me how to make mods and maybe if you want help me whit creating a mod
 
well, I may provide useful things in the form of links atleast:

this is a wiki: https://github.com/bluemagic123/tModLoader/wiki

You should get familiar with coding, and c# thingies like:
int = integer
float = number with some decimals
double = like float but holds more
decimal = I've never seen someone using this (holds alot of numbers)
bool = boolean-true or false
string = text

x++ = increase the variable x by one for every frame drawn
x-- = decrease by 1

There's some great tutorials on the forums to get you started

and programmr.com teaches free coding courses with interactive exercises, about 89 excersises for c#
 
well, I may provide useful things in the form of links atleast:

this is a wiki: https://github.com/bluemagic123/tModLoader/wiki

You should get familiar with coding, and c# thingies like:
int = integer
float = number with some decimals
double = like float but holds more
decimal = I've never seen someone using this (holds alot of numbers)
bool = boolean-true or false
string = text

x++ = increase the variable x by one for every frame drawn
x-- = decrease by 1

There's some great tutorials on the forums to get you started

and programmr.com teaches free coding courses with interactive exercises, about 89 excersises for c#
TANKS MAN!!! XD EXACTLY WHAT I NEED xD
 
Back
Top Bottom