Search found 14 matches

by falcon500
April 15th, 2024, 7:40 pm
Forum: Users’ Forum
Topic: Legend of the Invincibles
Replies: 8
Views: 803

Re: Legend of the Invincibles

Sandsculpture wrote: April 15th, 2024, 12:30 pm It takes some time to transport a giant addon to another version :)
Out of curiosity, (and impatience, I guess) how long does LOTI usually take to update to a new version?
by falcon500
October 25th, 2018, 2:20 am
Forum: WML Workshop
Topic: can't get my campaign to load to the wesnoth "campaign" list
Replies: 12
Views: 3858

Re: can't get my campaign to load to the wesnoth "campaign" list

images, maps, scenarios, translations, units, and _main.cfg.
by falcon500
October 20th, 2018, 2:29 am
Forum: WML Workshop
Topic: can't get my campaign to load to the wesnoth "campaign" list
Replies: 12
Views: 3858

Re: can't get my campaign to load to the wesnoth "campaign" list

here is my path: Documents\My Games\Wesnoth1.14\data\add-ons\Second_Front This is exactly what the "i" button tells me to do.
by falcon500
October 12th, 2018, 2:23 pm
Forum: WML Workshop
Topic: can't get my campaign to load to the wesnoth "campaign" list
Replies: 12
Views: 3858

Re: can't get my campaign to load to the wesnoth "campaign" list

This is my current code. [textdomain] name="wesnoth-Second_Front" path="data/add-ons/Second_Front/translations" [/textdomain] [campaign] #textdomain wesnoth-Second_Front id=SECOND_FRONT name= _ "Second Front" abbrev= _ "SF" define=CAMPAIGN_SECOND_FRONT icon=pe...
by falcon500
October 12th, 2018, 1:30 am
Forum: WML Workshop
Topic: can't get my campaign to load to the wesnoth "campaign" list
Replies: 12
Views: 3858

Re: can't get my campaign to load to the wesnoth "campaign" list

Thanks for your help. I did what ghype said, and the campaign still didn't show up in the list. BTW, where is the gamedata directory?
by falcon500
October 11th, 2018, 2:42 am
Forum: WML Workshop
Topic: can't get my campaign to load to the wesnoth "campaign" list
Replies: 12
Views: 3858

can't get my campaign to load to the wesnoth "campaign" list

I am a beginner at this whole add-ons thing, and can't get my campaign to show up in the list of campaigns. (not the "add-ons" list) [textdomain] name="wesnoth-Second_Front" path="data/add-ons/Second_Front/translations" [/textdomain] [campaign] #textdomain wesnoth-Secon...
by falcon500
February 2nd, 2017, 8:31 pm
Forum: WML Workshop
Topic: How to make WML act based on wether or not a unit attacked
Replies: 4
Views: 1433

Re: How to make WML act based on wether or not a unit attack

thanks! this is exactly what I need. I just added it. :D
by falcon500
February 1st, 2017, 4:47 pm
Forum: WML Workshop
Topic: How to make WML act based on wether or not a unit attacked
Replies: 4
Views: 1433

Re: How to make WML act based on wether or not a unit attack

That helps, but i don't know what code to put in the filter. Maybe...

Code: Select all

[filter]
attacks=0
[filter/]
?
by falcon500
January 31st, 2017, 5:24 pm
Forum: WML Workshop
Topic: How to make WML act based on wether or not a unit attacked
Replies: 4
Views: 1433

How to make WML act based on wether or not a unit attacked

I am trying to make a unit ability which is leadership that only works if the unit with the ability has attacked in that turn. so far, I have not been able to find any leads. anyone have input on this?
by falcon500
November 4th, 2016, 10:54 pm
Forum: WML Workshop
Topic: When I Try to start my campaign it gives me an error message
Replies: 5
Views: 1927

Re: When I Try to start my campaign it gives me an error mes

thanks, but I made the changes and It still doesn't work
by falcon500
October 31st, 2016, 12:54 am
Forum: WML Workshop
Topic: When I Try to start my campaign it gives me an error message
Replies: 5
Views: 1927

When I Try to start my campaign it gives me an error message

When I try to load my campaign it says: Unknown scenario: '01_raiders' Here is the _main.cfg: [textdomain] name="wesnoth-Second_Front" path="data/add-ons/second_front/translations" [/textdomain] #textdomain wesnoth-Second_Front [campaign] #wesnoth-Second_Front id=second_front nam...
by falcon500
October 27th, 2016, 12:58 pm
Forum: WML Workshop
Topic: Campaign won't show up.
Replies: 3
Views: 1526

Re: Campaign won't show up.

Thanks for the help. I'm laughing at myself. :lol:
by falcon500
October 26th, 2016, 7:43 pm
Forum: WML Workshop
Topic: Campaign won't show up.
Replies: 3
Views: 1526

Campaign won't show up.

Can someone tell me what's wrong with this code? (This is my first campaign) I read the tutorial, (Over and over again) but I simply can't get it to show up on the "campaigns" list in wesnoth. [textdomain] name="wesnoth-Second_Front" path="data/add-ons/second_front/translati...