Version 13 of World of Warcraft

Updated 2005-10-05 13:50:34

A popular game, known as Warcraft, has a server called World of Warcraft, which runs tcl!

Here's the evidence: [L1 ] or go to http://www.wddg-online.com/ and search for startup.tcl

Does anyone know anything more about this?

RHS World of Warcraft is not a server for the Warcraft game, but another game by Blizzard, well-known for such series as Warcraft, Starcraft, and Diablo.

World of Warcraft is a MMORPG in the same vein of EverQuest and Ultima Online. It is, I believe, the most successful MMORPG ever created.

DKF: I believe that although Warcraft (especially Warcraft3) and WoW are related thematically, they're not the same game. Might be using the same graphics engine on the client side though. We're more interested in the server though; Tcl use anywhere is always interesting!


snichols: Another scripting language used in a game is Python. Battlefield 2 has a ton of py extension files in the directory structure of the game. Battlefield2 is one of the best looking first person shooters out there. It appears that the command console that can be used by gamers to enter in on the fly commands is running the Python interpeter.

IL: As a game dev enthusiast (nay, dilletante), I've noticed there's been a general trend away from companies using homegrown scripting languages and instead prefering the OS alternatives. Since most try to expose the C++ level object system, they'll use an OO enabled scripting language. This generation seems to favor python, which still puzzles me. I don't understand any language that forces you to be so careful about whitespace. I've always thought ECMAScript was perfect for the web generation. You have a huge population that have already learned it for DHTML and Flash, (even photoshop!), so why not use it for games as well?


Many games and scripting go together. Here's a page that talks about what scripting is, why it's used and even mentions Tcl: [L2 ]. Here's another overview of game scripting: [L3 ].

There are many other sites that mention lua specifically as a game scripting language:


Category Games