View Full Version : Some questions


GabrielNYC
Mon, 10th Mar '03, 1:18am
I have some questions about the the toolset:

how customizable is it? Say I want to make Warduke from the old D&D cartoon. Is it possible to emulate his look? Right down to the chain mail on the left side of his body? what about weapon/item design? using warduke again as an example, is it possible to make a shield with a horned skull on it?

do I need to know C+ to write the dialogues and actions?

whats the average length and file size for a mod?

Can the appearances of wizards be changed?

Rastor
Mon, 10th Mar '03, 1:44am
how customizable is it? Say I want to make Warduke from the old D&D cartoon. Is it possible to emulate his look? Right down to the chain mail on the left side of his body? what about weapon/item design? using warduke again as an example, is it possible to make a shield with a horned skull on it? Yes, it is possible, but you'll need to do some reskinning work.

do I need to know C+ to write the dialogues and actions?Dialogues are very easy to write using the dialog editor. The scripter does not use C++, nor do you need programming expertise to use it, but if you do have a background in C or Java, it will be easier to learn.


whats the average length and file size for a mod?There isn't. It's pretty much up to you how you design your module.

Can the appearances of wizards be changed?Yes, use the appearance options in the toolset. If that doesn't help you, then you're going to have to do some modelling work.

GabrielNYC
Mon, 10th Mar '03, 2:49am
thanks for the feedback!