Coding

From MMTributeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project Knowledge Base Playing Guide Coding

Coding

Engine
Interface
Scripts
Dialogues
Data
Tavern game
Tools

The coding of Might and Magic Tribute consists of three parts:

  • programming the game (engine and interface);
  • programming the in-game tavern game "Mages and Minions";
  • coding the game information files, including dialogues and scripts.

The game

The game is programmed in C#, at the moment applying Microsoft Visual C# 2010 Express Edition. This implies, that to play the game one must install Microsoft's .NET 4.5.

The tavern game

No decision has yet been made. YoYo Games' Game Maker is presently explored.

The game information files

All game information files are coded with a tailored version of the extensible markup language XML.