Quote:
Originally Posted by CurseOfExcalibur
Correction: You can not "learn" coding by tweaking someone's code ( whether it is a released code to add something ) to do another job, because simply, you are just tweaking another code without actually understanding the basics of it and what it does.
like for example: most of those released codes in LOTF ( if not all ) use the same NPCFace(30).. And they all use that ridiculous random algorithm.
I bet 90% of them don't understand what they are doing.
|
nah nah you misunderstood me.
I didnt edit others things.
I self tried code them, by looking wich things did what :D
And then after i readed some thigns about C# and C++.
and readed a book about it, but i didnt get really good -.-
I think the best way to learn coding is to try ;)
/agree about the 90% dont understand......
Yeah they probably dont understand what they doing, if they creat new NPC they just Copy another npc and paste it another place and edit ID of it and what it do.
Thats not really coding :)