Creating Ages

Revision as of 13:14, 2 March 2012 by Diafero (Talk | contribs) (add first version of this page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Disambig gray.png This page is a stub. You can help us by expanding it.

Creating is a main, but not the only activity of our community's members. Besides the actual modelling, there is a lot to do, and this page aims to collect the necessary information and resources.

First of all, there are to totally different modelling programs you can use to create your age:

For details on those plugins, please consult their specific documentation. Below you can find information about parts of age creating that are independent of the modelling tool used.

Before you start, check the list of Free and useful tools to help in Age writing. Most notably, it is quite likely that you will need PlasmaShop 2, so it's a good idea to install it right away.

Writing python scripts

Uru uses Python for everything which can not be controlled directly within Blender/3ds Max. You want a door that opens after pressing buttons in a specific order, or a timer that gives players five seconds to pass a bridge before it breaks down? You want the fog of your age to change over time, journals to be shown, link explorers to other ages? For all that, you will need to write python scripts.

You can find various tutorials for Python in the web. Here is a list of some links that document the Uru-specific parts:

Common issues

There are some issues and bugs that regularly re-appear in new ages. You can think of this as a checklist.

To be added