Wesnoth 1.16.1
Moderator: Forum Moderators
- Pentarctagon
- Project Manager
- Posts: 5653
- Joined: March 22nd, 2009, 10:50 pm
- Location: Earth (occasionally)
Re: Wesnoth 1.16.1
It's required only if you want to use the database functionality of the multiplayer server, which as far as I'm aware has only ever actually been used on the official servers and has only ever been at all tested on Linux.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
take one down, patch it around
-2,147,483,648 little bugs in the code
- PapaSmurfReloaded
- Posts: 838
- Joined: November 17th, 2007, 1:10 pm
- Location: Argentina
Re: Wesnoth 1.16.1
Has anything changed in the way that [replace_schedule] works in 1.16.1?
The above lines of code worked just fine until the last stable version, today I realized it is no longer the case in one of my add-ons. (ARRPGA)
Code: Select all
[replace_schedule]
{DEFAULT_SCHEDULE_24H}
current_time=0
[/replace_schedule]
- Pentarctagon
- Project Manager
- Posts: 5653
- Joined: March 22nd, 2009, 10:50 pm
- Location: Earth (occasionally)
Re: Wesnoth 1.16.1
It shouldn't have stopped working. Are you saying it did work in 1.16.0 and doesn't work in 1.16.1?
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
take one down, patch it around
-2,147,483,648 little bugs in the code
- PapaSmurfReloaded
- Posts: 838
- Joined: November 17th, 2007, 1:10 pm
- Location: Argentina
Re: Wesnoth 1.16.1
It doesn't work now.Pentarctagon wrote: ↑December 31st, 2021, 5:56 am It shouldn't have stopped working. Are you saying it did work in 1.16.0 and doesn't work in 1.16.1?
ARRPGA has a couple of options that allow the player to change the time of the day of the scenario. They worked by using [replace_schedule] and different values for current_time.
Spoiler:
Last edited by PapaSmurfReloaded on December 31st, 2021, 3:41 pm, edited 1 time in total.
- Lord-Knightmare
- Discord Moderator
- Posts: 2438
- Joined: May 24th, 2010, 5:26 pm
- Location: Somewhere in the depths of Irdya, gathering my army to eventually destroy the known world.
- Contact:
Re: Wesnoth 1.16.1
Seems to be this Bug Report
Creator of "War of Legends"
Creator of the Isle of Mists survival scenario.
Maintainer of Forward They Cried
User:Knyghtmare | My Medium
Creator of the Isle of Mists survival scenario.
Maintainer of Forward They Cried
User:Knyghtmare | My Medium
- PapaSmurfReloaded
- Posts: 838
- Joined: November 17th, 2007, 1:10 pm
- Location: Argentina
Re: Wesnoth 1.16.1
Looks like it
- Pentarctagon
- Project Manager
- Posts: 5653
- Joined: March 22nd, 2009, 10:50 pm
- Location: Earth (occasionally)
Re: Wesnoth 1.16.1
That was reported long before 1.16.0 though, so if that code was working until 1.16.1, then it can't be the same issue.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
take one down, patch it around
-2,147,483,648 little bugs in the code
- PapaSmurfReloaded
- Posts: 838
- Joined: November 17th, 2007, 1:10 pm
- Location: Argentina
Re: Wesnoth 1.16.1
My bad, I wasn't clear.Pentarctagon wrote: ↑December 31st, 2021, 6:42 pm That was reported long before 1.16.0 though, so if that code was working until 1.16.1, then it can't be the same issue.
When I say it worked just fine before I am talking about the last of the 1.14 stable versions of Wesnoth. I don't know if it was also broken in 1.16.0, it could have been and I just did not notice it.
- Bob_The_Mighty
- Posts: 870
- Joined: July 13th, 2006, 1:15 pm
Re: Wesnoth 1.16.1
I've been porting campaigns to the new version of Wesnoth and it seems 1.16.x has become a bit too fussy about potentially missing scenarios. I had to rewrite a chunk of code in The Altaz Mariners because it has a unique campaign structure. Now a different issue has cropped up with Den of Thieves. This is an MP campaign that was designed so only the host needed the add-on. On 1.16.x players get these big warnings telling them that the campaign is broken, when it isn't. See the screenshot. This was displayed continually to non-host players who didn't have the scenario files, but they shouldn't need them. I have got rid of these warnings by forcing a download, but it's not ideal. Was this intended or an oversight?
My current projects:
MP pirate campaign: The Altaz Mariners
RPG sequel: Return to Trent
MP stealth campaign: Den of Thieves
MP pirate campaign: The Altaz Mariners
RPG sequel: Return to Trent
MP stealth campaign: Den of Thieves
Re: Wesnoth 1.16.1
Oops - that was an oversight. Have logged #6420 to remind myself to fix it.