Difference between revisions of "Modding"

From IvanWiki
Jump to navigation Jump to search
 
m (added code template)
Line 1: Line 1:
 +
{{Code}}
 +
 
'''Modding''' is the term used to describe adding stuff to the game, such as new materials, items, or monsters. The .DAT files that hold the game data are found in the Script folder of the game.
 
'''Modding''' is the term used to describe adding stuff to the game, such as new materials, items, or monsters. The .DAT files that hold the game data are found in the Script folder of the game.
  

Revision as of 02:29, 10 February 2008

Coding: This article contains code which is for experienced users only, and may reveal game secrets


Modding is the term used to describe adding stuff to the game, such as new materials, items, or monsters. The .DAT files that hold the game data are found in the Script folder of the game.

Guides