UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5 IP: 198.54.202.218 URI: http://wesnoth.slack.it/?BuildingCampaignsTheCampaignFile - - - - - Index: BuildingCampaignsTheCampaignFile =================================================================== RCS file: /home/wesnoth/cvsroot/wikiroot/BuildingCampaignsTheCampaignFile,v retrieving revision 1.13 diff -u -r1.13 BuildingCampaignsTheCampaignFile --- BuildingCampaignsTheCampaignFile 19 May 2005 13:03:09 -0000 1.13 +++ BuildingCampaignsTheCampaignFile 20 Jul 2005 15:52:57 -0000 @@ -76,6 +76,16 @@ if you put the macros outside the campaign #ifdef). We'll see how to use a macro like this later in the BuildingScenarios section. +You should put everything not in the [campaign] tag inside + #ifdef CAMPAIGN_SIMPLE_CAMPAIGN + ... + #endif +so that your custom macros, WML code, and inclusion of files do +not affect other campaigns and slow the game down. The only exception +to this is the [binary_path] tag specifying the path to custom images +in your campaign, but you should only put this outside the #ifdef if +you need custom images for the campaign selection menu and the difficulty +selection menu. Otherwise even this belongs inside the #ifdef. More to come soonâ¦
_______________________________________________ Wesnoth-wiki-changes mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/wesnoth-wiki-changes
