cartridges
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cartridges [2011/08/07 00:23] – [Map] boettchers | cartridges [2017/05/01 06:40] (current) – removed references to the tutorial Boettchers | ||
---|---|---|---|
Line 11: | Line 11: | ||
==== Properties ==== | ==== Properties ==== | ||
- | The **Name** section shows the current name of the cartridge. | + | The **Name** section shows the current name of the cartridge. |
The cartridge is set to **Visible** by default. I do not think that this has an effect in the current Wherigo players but in general this property makes sure the cartridge is displayed by the Wherigo player. | The cartridge is set to **Visible** by default. I do not think that this has an effect in the current Wherigo players but in general this property makes sure the cartridge is displayed by the Wherigo player. | ||
- | **Use logging when playing cartridge** saves a log of the players progress through the cartridge for debugging. We do not need this option during the tutorial. | + | **Use logging when playing cartridge** saves a log of the players progress through the cartridge for debugging. |
**Obfuscate Strings** is used to " | **Obfuscate Strings** is used to " | ||
Line 23: | Line 23: | ||
Make sure to enable the **Upload media file** check mark. This option allows you to upload graphics directly from your computer to the Earwigo server. This is the most convenient way to work with graphics. | Make sure to enable the **Upload media file** check mark. This option allows you to upload graphics directly from your computer to the Earwigo server. This is the most convenient way to work with graphics. | ||
- | **Allow other users to edit cartridge** offers the opportunity to develop a cartridge in a team. If this option is enabled you can send the link to the cartridge to your buddy and have him work on the same cartridge. A good team combination would e.g. be the code crunching lua programmer and the well spoken story teller. We will not use this option during the tutorial. //Side Note: Don't use this option to " | + | **Allow other users to edit cartridge** offers the opportunity to develop a cartridge in a team. If this option is enabled you can send the link to the cartridge to your buddy and have him work on the same cartridge. A good team combination would e.g. be the code crunching lua programmer and the well spoken story teller. //Side Note: Don't use this option to " |
- | Always set a **Starting location** for your cartridge. This value determines where the cartridge is placed until it is opened (in other words, this is where other people will see your cartridge on a map). This value is also essential for the functionality of the WWB " | + | Always set a **Starting location** for your cartridge. This value determines where the cartridge is placed until it is opened (in other words, this is where other people will see your cartridge on a map). This value is also essential for the functionality of the " |
You might want to set the **Activity type** of your cartridge to an appropriate value. I don't know what effect this value might have but why take chances ;-). | You might want to set the **Activity type** of your cartridge to an appropriate value. I don't know what effect this value might have but why take chances ;-). | ||
Line 32: | Line 32: | ||
The cartridge can trigger the following events: | The cartridge can trigger the following events: | ||
- | * **Start** This event ia triggered whenever the cartridge is started. You can put your cartridge initialization here. Don't overload this event. There are reports that an overloaded Start event might cause trouble on low CPU power units (typically GPS bases systems). | + | * **Start** This event is triggered whenever the cartridge is started. You can put your cartridge initialization here. Don't overload this event. There are reports that an overloaded Start event might cause trouble on low CPU power units (typically GPS bases systems). |
* **End** This event fires when the cartridge ends. | * **End** This event fires when the cartridge ends. | ||
- | * **Restore** This event is associated | + | * **Restore** This event is associated |
- | * **Safe** This event is activated | + | * **Save** This event is activated |
==== Author Script ==== | ==== Author Script ==== | ||
cartridges.1312669432.txt.gz · Last modified: 2012/07/09 23:38 (external edit)