Running Scripts in Darkradiant

From The DarkMod Wiki
Revision as of 17:45, 29 June 2010 by Tels (talk | contribs) (add)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

DarkRadiant is offering a Python script interface which provides access to the most important functions. A complete reference of all available classes can be found here.

Where to place the scripts

Windows

Darkradiant\scripts\commands

Linux

/usr/lib/darkradiant/scripts/commands/

How to run them

Select them under the "Scripts" menu and choose the one you want to run.

Example scripts

See also