Unit problems

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
User avatar
scienceguy8
Posts: 226
Joined: June 27th, 2007, 2:54 pm
Location: Middle of Nowhere, U.S.A.
Contact:

Unit problems

Post by scienceguy8 »

I am developing my own faction for Wesnoth, but am currently having problems with the unit showing up.

See the twelfth post from the top.
"You can't kill an unarmed, upside down man!"
Dr. Rodney McKay
Stargate Atlantis
Runner

Gilberti Industries
scienceguy8
Proud Member of the Marching Salukis
User avatar
Iris
Site Administrator
Posts: 6798
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Post by Iris »

In your Windsong_Shard_Era/eras/Windsong_and_Shards.cfg...

Code: Select all

[era]
    id=windsong_shard
    name= _ "Windsong+Shards"

    {RANDOM_SIDE}
    {@campaigns/Windsong_Era/factions/shard.cfg}
    {@campaigns/Windsong_Era/factions/windsong.cfg}...
Shouldn't it be...

Code: Select all

{@campaigns/Windsong_Shard_Era/factions/shard.cfg}
    {@campaigns/Windsong_Shard_Era/factions/windsong.cfg}
It was pointing to the incorrect dir, I think.
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
User avatar
scienceguy8
Posts: 226
Joined: June 27th, 2007, 2:54 pm
Location: Middle of Nowhere, U.S.A.
Contact:

Post by scienceguy8 »

Fixed that, but the faction still does not appear in the drop down menu. Thank you for pointing out that problem, though.
"You can't kill an unarmed, upside down man!"
Dr. Rodney McKay
Stargate Atlantis
Runner

Gilberti Industries
scienceguy8
Proud Member of the Marching Salukis
Lorbi
Posts: 162
Joined: May 21st, 2007, 6:35 am
Contact:

Post by Lorbi »

double checked all names and paths for spelling errors?
User avatar
scienceguy8
Posts: 226
Joined: June 27th, 2007, 2:54 pm
Location: Middle of Nowhere, U.S.A.
Contact:

Post by scienceguy8 »

Yes, and I'm pretty sure everything is spelled correctly and, aside from that problem you found, all the paths are correct.
"You can't kill an unarmed, upside down man!"
Dr. Rodney McKay
Stargate Atlantis
Runner

Gilberti Industries
scienceguy8
Proud Member of the Marching Salukis
Post Reply