Alariel's Journey
Moderator: Forum Moderators
Re: Alariel's Journey: A Faerie Tale 1.0.2 (SP for 1.12)
I got this error after finishing the "Dark Forest" mission:
Re: Alariel's Journey: A Faerie Tale 1.0.2 (SP for 1.12)
Fixed in version 1.0.4. (1.18 server)
Re: Alariel's Journey
Mission "Abbydon Waste", I get defeated right after the cutscene ends. None of the heroes except Grindle spawn in the camp.
P.S. Looks like many subsequent missions have the same problem. Fortunately, it is easy to fix by editing the corresponding .cfg file. For example, this:
should be changed to this:
---P.S. Looks like many subsequent missions have the same problem. Fortunately, it is easy to fix by editing the corresponding .cfg file. For example, this:
Code: Select all
[unit]
id=Dax
side=1
x,y=7,29
[/unit]
Code: Select all
[unit]
id=Dax
type=dax lvl1
side=1
x,y=7,29
[/unit]
Re: Alariel's Journey
Mission "Dragon's Tail Mountains", only Alariel can find the secret entrance but not the other heroes. The entrance doesn't appear on the map at all.
Re: Alariel's Journey
Thanks! This has been fixed on 1.0.5. (Hopefully I found all similars, but let me know if I missed anything just in case)odisseus_ wrote: ↑May 31st, 2025, 2:20 am Mission "Abbydon Waste", I get defeated right after the cutscene ends. None of the heroes except Grindle spawn in the camp.
wesnoth-fs8.png
---
P.S. Looks like many subsequent missions have the same problem. Fortunately, it is easy to fix by editing the corresponding .cfg file. For example, this:should be changed to this:Code: Select all
[unit] id=Dax side=1 x,y=7,29 [/unit]
Code: Select all
[unit] id=Dax type=dax lvl1 side=1 x,y=7,29 [/unit]
Corresponding commit: https://github.com/babaissarkar/Alariel ... 97adf18d28
Re: Alariel's Journey
Mission "Heart of Fire", Dax is not visible.
P.S. This is another case of missing unit type.
---
P.P.S. In missions 16 to 21, Alariel is missing the unit type.
---P.S. This is another case of missing unit type.
---
P.P.S. In missions 16 to 21, Alariel is missing the unit type.
Re: Alariel's Journey
Mission "Land of Eternal Night", some of the dwarves are missing, even though they have parts in the dialogue. Is this intended?
P.S. It turns out that some of the dwarves (though not the others) have hidden=yes in the save file. After I edited the save file manually, they appeared on the map. FWIW, those were the units that have not been killed in Mission 14.
---P.S. It turns out that some of the dwarves (though not the others) have hidden=yes in the save file. After I edited the save file manually, they appeared on the map. FWIW, those were the units that have not been killed in Mission 14.
Re: Alariel's Journey
Mission "Land of Eternal Night", I got this error after killing the enemy leader. The mission doesn't end.
Re: Alariel's Journey
As of the latest version, this problem is still partially present.bssarkar wrote: ↑June 1st, 2025, 3:52 amThanks! This has been fixed on 1.0.5. (Hopefully I found all similars, but let me know if I missed anything just in case)
Corresponding commit: https://github.com/babaissarkar/Alariel ... 97adf18d28
Re: Alariel's Journey
From the screenshot it is Alariel missing? The problem isn't obvious.odisseus_ wrote: ↑June 6th, 2025, 11:15 pmAs of the latest version, this problem is still partially present.bssarkar wrote: ↑June 1st, 2025, 3:52 amThanks! This has been fixed on 1.0.5. (Hopefully I found all similars, but let me know if I missed anything just in case)
Corresponding commit: https://github.com/babaissarkar/Alariel ... 97adf18d28
wesnoth-fs8.png
Also: I have read all posts and they have been noted. Will try to solve in next update.
Re: Alariel's Journey
Yes, Alariel is missing due to the missing unit type.
Re: Alariel's Journey
Uploaded a new version 1.0.6 to 1.18 server that should fix the Alariel type issue. Couldn't reproduce the rest: the dwarves arrive as expected, and killing Shade progresses to next scenario.
Re: Alariel's Journey
Um, it doesn't seem that the unit type problem is fixed in mission 7. In fact, all missions from 6 through 14 are probably still affected.
Re: Alariel's Journey
Pushed another update (1.0.7). Apparently I forgot to update some type lines.