How to create campaigns

At the moment, campaigns have to be built manually, but it's rather easy, simply create a new textfile and then add entries for your pcs, images, notes, etc. there - one per line:

For Notes:

note;<notefile>;<notetitle>

For Images:

image;<imagefile>;<imagetitle>

For PCs:

pc;<pcfile>

For Sounds:

sound;<soundfile>;<soundtitle>

Example:

note;testnote.txt;A test note
image;testimage.jpg;A test image
pc;testchar.per;A test character
sound;testsound.mp3;A test sound

If you want, you can add all the files and the campaign file (which then must be called “campaign.cmp”) into one .zip file. In this case, all paths must be relative - if you don't want to use one big .zip file, you can use absolute paths as well. For example, if you have the following files in your .zip file…

notes/testnote.txt
images/testimage.jpg
pcs/testchar.per
sounds/testsound.mp3

…then your “campaign.cmp” file for your .zip would look like this:

note;notes/testnote.txt;A test note
image;images/testimage.jpg;A test image
pc;pcs/testchar.per;A test character
sound;sounds/testsound.mp3;A test sound
 
createcampaign.txt · Last modified: 2008/02/14 18:36 by irian
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki