Search found 351 matches

by Shiki
September 20th, 2020, 5:16 pm
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 69573

Re: A New Land Era

Yes, it's saved in the savefile. Actually, I was thinking about making it like the menus in ANL, where the code is read from a local file, though thus all players need to have the scenario installed. But you can send me the savefile and I can edit it.
by Shiki
September 19th, 2020, 4:34 pm
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 69573

Re: A New Land Era

I uploaded it already a few days ago, you probably got it already. Also updated Undead Empire now which still used the old code.
by Shiki
September 17th, 2020, 2:03 pm
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 69573

Re: A New Land Era

Hi Atreides, thanks for finding that. Quite bad one. The fix is out for this as well.
by Shiki
September 14th, 2020, 11:59 pm
Forum: Lua Labs
Topic: Issue with distribution of Lua code in a multiplayer scenario
Replies: 10
Views: 8756

Re: Issue with distribution of Lua code in a multiplayer scenario

wesnoth.dofile('X') The scenario data is transfered over the network from the host to other players. For this case, it transfers the literal Lua statement, which means read file X. But other players do not have the add-on and not file X. But it's also possible to send the contents of file X over th...
by Shiki
September 8th, 2020, 9:30 am
Forum: Tournaments
Topic: [Complete] Wesnoth 1.15.4 Test Tournament
Replies: 57
Views: 33730

Re: [In Progress] Wesnoth 1.15.4 Test Tournament

Everytime I do loggin resets all previous settings to default.
Wesnoth saves the preferences when leaving.
I have the suspicion that the preferences are not saved when quitting Wesnoth with the X on the top-right corner.
by Shiki
September 7th, 2020, 7:56 pm
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 69573

Re: A New Land Era

Unfortunately yes. A new update is out fixing the problem. Would never have found that bug on my own.
by Shiki
September 6th, 2020, 8:54 pm
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 69573

Re: A New Land Era

The first sounds like an wesnoth bug, probably related the add-on manager. Because one usually downloads add-ons just once we don't know much about it. If you ever encounter it again, a bug report would help (best at https://github.com/wesnoth/wesnoth/issues ) For the Rouge Mage, I can't confirm it....
by Shiki
September 5th, 2020, 10:16 pm
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 69573

Re: A New Land Era

Thanks for the feedback. I uploaded an update which fixes the issues. For The Wall map, they do now get a castle, some more villages and a guard, but they won't build more things themselves. In difference to the other maps in the add-on – or Undead Empire – this is a normal MP map, which one can tur...
by Shiki
September 2nd, 2020, 4:16 am
Forum: Multiplayer Development
Topic: Undead Empire - Version 1.0.2 released!
Replies: 49
Views: 41895

Undead Empire on 1.14 / 1.15

A new version is now on the 1.14 / 1.15 server. For anybody reading old posts in this thread, with this update positions of side 3 & 4 are swapped (sides are now ordered clockwise). There are many detail changes, but a few things I want to point out: - Hard may be too hard now, having 2 yetis. O...
by Shiki
September 2nd, 2020, 1:51 am
Forum: Faction & Era Development
Topic: A New Land Era
Replies: 74
Views: 69573

Re: A New Land Era

A few things changed over time, but there was never a changelog: worker options: - Flooding fields (and for undead creating swamps) can only be done next to water terrain. - Upon popular demand, castles can be removed, but for a price. (Is that needed for villages too? Not added yet because of balan...
by Shiki
August 28th, 2020, 11:47 am
Forum: Technical Support
Topic: How to modify sides in ended scenario
Replies: 1
Views: 569

Re: How to modify sides in ended scenario

I saved the game and … You can edit the savefile. It's compressed with Gzip, you can uncompress it ( 7-Zip is one of the tools which can do that), and then edit the file. It's a normal text file. Hard part is to find the right place, it's totally normal if the file has 150.000 lines. The spot which...
by Shiki
July 23rd, 2020, 5:16 am
Forum: Users’ Forum
Topic: Help PLS
Replies: 3
Views: 1025

Re: Help PLS

That's the add-on: https://github.com/trewe/Valley_of_the_ ... /scenarios

It's also on the add-on server under that name.
It's just not clear that it's part of that add-on, I didn't find it either when I looked for it last year.
by Shiki
June 25th, 2020, 8:10 pm
Forum: WML Workshop
Topic: Create a new Era just to add a few old units?
Replies: 6
Views: 1444

Re: Create a new Era just to add a few old units?

Perfect, thank you! I had forgotten about the unique ID requirement, so I'm glad you reminded me. What does it mean to add a unit "directly" from another add-on? Is that different from copying its .cfg file and art into my add-on's subdirectory? When I wrote that, I was thinking along the...
by Shiki
June 25th, 2020, 12:27 pm
Forum: WML Workshop
Topic: Create a new Era just to add a few old units?
Replies: 6
Views: 1444

Re: Create a new Era just to add a few old units?

Yes to both. In your _main.cfg, you need #ifdef MULTIPLAYER [binary_path] path=data/add-ons/Gauntlet/ [/binary_path] # so that the game looks in that path for certain subdirectories containing binary files, such as images or sounds. #endif Futhermore, 2 important things: - If you add units or custom...
by Shiki
June 11th, 2020, 7:51 pm
Forum: Ideas
Topic: Engine support for real ranged attacks
Replies: 27
Views: 10938

Re: Engine support for real ranged attacks

*loads throwing axes into a catapult* […] a ranged melee attack sounds kind of silly, but we don't really have a reason to explicitly disallow it. … like a Falcon? I know you intended this as a joke, but actually … I see a use case in mainline for it. :eng: There's a new unit unit in 1.15, the Dune...