Unknown Scenario Error
Moderator: Forum Moderators
Forum rules
- Please use [code] BBCode tags in your posts for embedding WML snippets.
- To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Unknown Scenario Error
i'm trying to make my first campaign but for some reason when i try to play it (i can get up to the point of selecting dificulty) i gives me an error code saying that the scenario is unknown
any ideas
here's my code
any ideas
here's my code
- Attachments
-
- error_code_problem.png (20.01 KiB) Viewed 5701 times
Well, you either don't have the first scenario anywhere or it is messed up in some way (in which case you need to post the scenario file and preferably verify what directory it's in and under what filename).
You also don't need two identical [binary_path]s. Check this thread for explanations if you wish (although this is a very minor issue at this point, so you'll probably not want to spend too much energy on it if it doesn't seem trivial).
You also don't need two identical [binary_path]s. Check this thread for explanations if you wish (although this is a very minor issue at this point, so you'll probably not want to spend too much energy on it if it doesn't seem trivial).
-
- Posts: 837
- Joined: April 14th, 2005, 4:17 am
Possible problem:
Perhaps you should give him a name.
But a real problem is the way you import maps. Perhaps try:
Code: Select all
description=???
But a real problem is the way you import maps. Perhaps try:
Code: Select all
map_data="{@campaigns/the_journey_north/Kanglian_invaders_map}"
-
- Posts: 245
- Joined: November 28th, 2006, 12:42 am
No, it's the lack of user_description.ILikeProgramming wrote:Possible problem:Perhaps you should give him a name.Code: Select all
description=???
Code: Select all
user_description= _ "???"
What's this annoying thing that appears at the bottom of every one of my posts?
-
- Posts: 837
- Joined: April 14th, 2005, 4:17 am
You don't need a user description. But I'm not sure question marks are treated validly. For example, question marks in scenario names cause certain errors.wsultzbach wrote:No, it's the lack of user_description.ILikeProgramming wrote:Possible problem:Perhaps you should give him a name.Code: Select all
description=???
Code: Select all
user_description= _ "???"
-
- Posts: 837
- Joined: April 14th, 2005, 4:17 am