Jump to content

what script language to learn to make mods for TW3 ?


Recommended Posts

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

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

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

  • 4 weeks later...

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 by cRunchTM76
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...