PRCSCR

From Dragon Age Toolset Wiki
Revision as of 11:29, 31 January 2010 by Eshme (Talk | contribs) (Added page, which should hopefully be a portal to give anything needed for modders to figure out how Bioware uses PRCSCR stuffs)

Jump to: navigation, search

PRCSCR enables a Modder to add any content into the existing Campaign with a custom Addin Module.

Overview

PRCSCR (Pre Release Content Script) actually is the name of a M2DA. However its sole purpose is to give an entry point into the main campaign and run a single associated script, which in turn starts to "inject" content into the campaign. This whole process is used by Bioware in all of their DLC content and is of high value to any modder.

This process naturally involves Scripts as the name already reveals, however for small mods this can be a one time situation. This section will contain templates for scripts soon, for anyone not too familar.

PRCSCR M2DA

This M2DA is the file you create for your module, which tell what script to run, at which point in the game. This is made from normal Excel files.

See Article: PRCSCR.xls