Error: Human can play only first map from addon, no another

The place to post your WML questions and answers.

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.
Post Reply
fun
Posts: 9
Joined: June 30th, 2018, 5:28 pm

Error: Human can play only first map from addon, no another

Post by fun »

I upload addon "Fun", but if i want play another as first map from addon, every time give me play only first map from my addon. I dont know, where is the problem. But addon work right in wesnoth 1.12. I saw another package for 1.14, but i dont know, what i write bad. Can you see on that? Thanks.

Fun
fun
Posts: 9
Joined: June 30th, 2018, 5:28 pm

Re: Error: Human can play only first map from addon, no another

Post by fun »

If u run twenty map, i give message in console: "error engine: Not saving map because there is shroud"
fun
Posts: 9
Joined: June 30th, 2018, 5:28 pm

Re: Error: Human can play only first map from addon, no another

Post by fun »

I know, where was problem.

New change in Wesnoth 1.14:
- every scene must you give in seperate textdomain

Code: Select all

#textdomain wesnoth-MAP_NAME
[multiplayer]
…
[/multiplayer]
User avatar
Celtic_Minstrel
Developer
Posts: 2166
Joined: August 3rd, 2012, 11:26 pm
Location: Canada
Contact:

Re: Error: Human can play only first map from addon, no another

Post by Celtic_Minstrel »

I'm sorry to disappoint, but this is not the problem. Two maps can share the same textdomain just fine without issue. I have no idea what the actual problem is though, because you haven't given any information.
Author of The Black Cross of Aleron campaign and Default++ era.
Former maintainer of Steelhive.
fun
Posts: 9
Joined: June 30th, 2018, 5:28 pm

Re: Error: Human can play only first map from addon, no another

Post by fun »

Celtic_Minstrel, my addon is public with name "Fun" for Wesnoth 1.14. Please, you download and show. Actual i give another id for every map.
User avatar
Celtic_Minstrel
Developer
Posts: 2166
Joined: August 3rd, 2012, 11:26 pm
Location: Canada
Contact:

Re: Error: Human can play only first map from addon, no another

Post by Celtic_Minstrel »

If you want help you need to make some effort to provide useful information. It's not my job to go seek out your addon to see what's wrong with it.
Author of The Black Cross of Aleron campaign and Default++ era.
Former maintainer of Steelhive.
Post Reply