Faction & Era Development • Re: Battle for Wesnoth: Sub-Factions
Patch 1.0.0d:Fixed 2 bugs.Greattree Elvish Fighter - +1 (34) hp Plain Dwarvish Guardsman - +1 (6) melee damage Plain Dwarvish Figher - +10% (20%) impact resistance, -1 (35) hpNorthern Heavy...
View ArticleWML Workshop • Re: Sorting values.
table.sort is not a stable sort, and I'm not sure whether they exact outcome is guaranteed to be Platform Independent, if is it's using stable sort where elements might compare as equal, might result...
View ArticleUsers’ Forum • Re: recommend me a KISS campaign
Thank you all for your suggestions. I'm playing Asheviere's Shadow now! And I'll definitely have to replay the mainline campaigns in hard. I've tried before, but it seems I'm not ready. Some campaigns...
View ArticleWML Workshop • Re: Suboptimal AI response.
In this situation, I'd suggest not altering the default AI configuration, but instead using an [object] and [effect] to set `attack_weight=0` on the Javelineer and Spearmans' melee attacks, which will...
View ArticleScenario & Campaign Development • Re: Children of the Dust [SP campaign...
Hola Razlobo, welcome to the forum!Thanks for reporting the bug and investigating the causes.In the 5th scenary I can found the cause of the crash that occurs when you start a second fire with a...
View ArticleTechnical Support • Re: Dialogue bug in French version in The Hammer of...
Those translations are marked as fuzzy meaning someone needs to look them over and check if they're correct. Presumably in some future translation update the fuzzy markers will be removed.Statistics:...
View ArticleRelease Announcements, Compiling & Installation • Re: Nightly flatpak builds
When gpg key expires I have to extend its lifetime and update GPG entry in http://files.wesnoth.org/wesnoth-nightly.flatpakref (I already updated it). On your end you need to first uninstall and then...
View ArticleTechnical Support • Campaign freezes at one scenario
Hi everyone. I noticed a very naughty bug: when in "Delfadors' Memoirs" campaign I come to the beginning of the "Prince of Wesnoth" scenario, it shows the initial frames with lore text, but then the...
View ArticleMultiplayer Development • Re: Balance: Necromancers with Leadership (or...
If you are nerfing necro for purpose of better balance of campaing but not nerfing lich then I will feel like this is just an excuse. Also I dont like removing choice from games and this necro change...
View ArticleUsers’ Forum • Re: Introduce yourself here!
Hi guys! I've been playing Battle for Wesnoth for more than half a year so far, and it really impresses me. Wonderful lore, non-trivial luck mechanics, and lots of fun! I am now beginning to slowly...
View ArticleTechnical Support • Re: Campaign freezes at one scenario
I think I've seen this issue before: [Bug] Prince of Wesnoth freezesIf you want to attempt to edit the code, you can try changing units[i]:advance( ) to units[i]:advance(false) in the file...
View ArticleWML Workshop • Re: Special notes.
Where do you expect to see it? Note that the help shows unit types. The help will not show anything about a specific unit.I expected it to show when player hovers over this unit and selects "show...
View ArticleA Tale of Two Brothers • Re: Scenario 1: Rooting out a Mage
(1) What difficulty levels and game versions have you played the scenario on?Battle for Wesnoth 1.8.3, EasyBattle for Wesnoth 1.16.2, Hard(2) How difficult did you find the scenario? (1-10)3(3) How...
View ArticleMultiplayer Development • Under the Burning Suns Classic + MP Edition
Mechanical and dwarftough are glad to present you Under the Burning Suns Classic + MP EditionThis is the classic UtBS version from Wesnoth 1.12, including MP mode, updated graphics and achievements!...
View ArticleMultiplayer Development • Re: Under the Burning Suns Classic + MP Edition
Some screenshots:Statistics: Posted by Mechanical — 55 minutes ago
View ArticleWML Workshop • Re: Jump to next scenario
Hey, thanks for jumping in I obviously haven't explained myself well enough.I don't want there to be a victory or defeat, I want the game to skip to the next scenario without any display of...
View ArticleUsers’ Forum • Desert War discussion & strategy
Hi, I have just played an amazing, obscure addon which I must share with you: Desert War.I know it doesn't sound impressive by the addon description, but it is actually a very in-depth mod with a lot...
View ArticleRelease Announcements, Compiling & Installation • Re: Nightly flatpak builds
You don't want to build a bundle you want to install it.Statistics: Posted by Soliton — Today, 5:54 pm
View ArticleForum Games • Re: Word association
secretStatistics: Posted by DuncanDill — Today, 7:03 pm
View ArticleLua Labs • on_event context does not give me
Hi, my code here:Code: local function attack_start_event(ctx) less_random_tmp_att = ctx.weapon.damage less_random_tmp_def = ctx.second_weapon.damageendon_event("attack", attack_start_event)The error...
View Article