vote up 0 vote down star

What programming languages were used to develop the game 'World of Warcraft'?

flag

0% accept rate
I don't know, but ill guess C++. Why do you want to know this btw? – PoweRoy Feb 16 at 13:51
Why does anybody even care about that? – Bombe Feb 16 at 14:10
3  
@Bombe: Maybe because its an interesting curiosity? – Brian Ensink Feb 16 at 14:14
Just take a look at his question history. He has plenty of bottom-of-the-barrel script kiddie questions. – ryeguy Feb 16 at 14:26
The incredibly large majority of modern games is written in C++. This is no different for WoW, although they do embed the LUA language for a lot of things like the UI. – Daniel Feb 16 at 14:54

3 Answers

vote up 12 vote down

A large part of the game is scripted in Lua. I'm not entirely sure, but I would guess that the heavier parts are written in C or C++. These are the de facto standard languages for such things, and since Lua is written in C and is very easy to embed in C programs, it strongly supports this.

Edit: Bjarne confirms that World of Warcraft is written in C++.

link|flag
vote up 3 vote down

If they had a sense of humor they have written it in RPG. But I can't blame them for using C++ ;-).

link|flag
Ouch. I hope you use the new and improved RPG IV. :( – magrok Feb 16 at 14:37
1  
Yup, this version has wizards. – Gamecat Feb 16 at 15:25
vote up 0 vote down

LUA is language they used for their addons and interface. There is core addons such as the banking system or the auction house. then there are user addons such as Big Boss addons and such. The game itself I would say is written in C++ just like any other games.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.