magoo2851 Posted April 15, 2017 Share Posted April 15, 2017 Hey. To keep it short, I always loved 'addons' in WOW and now mods in TW3 and I would like to try to make mods myself. So I was wondering, what 'script language' is the most similar to 'witcher script' which they used to script the game (If I'm not mistaken). Or simply what language(s) should I learn first to make mods ? Thanks ! :) Link to comment Share on other sites More sharing options...
djkovrik Posted April 16, 2017 Share Posted April 16, 2017 You shouldn't start from any 'script language', just from programming basics - loops, arrays, functions etc. In general, when you are familiar with any popular programming language like Java, C++ or C# it is assumes that you are familiar with these basics and then it should be easy to get into W3 script language. It has similar principles (classes, class members, class methods etc.) but with some differences though (a bit different syntax for function returned value type for example). And the best way to learn how the things work here is to read scripts code and try to understand what happening there. Then for example you can browse through other people's script mods trying to find what changes they made to achieve the goal. Link to comment Share on other sites More sharing options...
magoo2851 Posted April 16, 2017 Author Share Posted April 16, 2017 I will look to the programming basics, seems a good idea. Should have thought of it earlier. Thanks mate :) Ps : Is there any site where I should head to learn those basics or does any tutorial would make it ? Link to comment Share on other sites More sharing options...
djkovrik Posted April 16, 2017 Share Posted April 16, 2017 Ps : Is there any site where I should head to learn those basics or does any tutorial would make it ?Nope. Just google for some stuff (smthing like this), you can find some free cources or tutorials.And don't expect that this is one day task, it will require some time.. so good luck :) Link to comment Share on other sites More sharing options...
magoo2851 Posted April 16, 2017 Author Share Posted April 16, 2017 yup don't worry, a bit every day =) Thanks again ! Link to comment Share on other sites More sharing options...
magoo2851 Posted April 16, 2017 Author Share Posted April 16, 2017 If someone wants to learn codding like me, I found this : http://www.programmingbasics.org/en/ I think it's an awesome way to learn ! :) Link to comment Share on other sites More sharing options...
cRunchTM76 Posted May 14, 2017 Share Posted May 14, 2017 (edited) Hi magoo2851, Thanks for linking that silly but teaching website, I've learned a lot from going through the kid-friendly code learning and I'm not a kid. :smile: I've added kudos for you. Edited May 14, 2017 by cRunchTM76 Link to comment Share on other sites More sharing options...
cRunchTM76 Posted May 21, 2017 Share Posted May 21, 2017 Hi magoo2851, Just another coding website to learn code from. https://www.programiz.com/cpp-programming Link to comment Share on other sites More sharing options...
Recommended Posts