Topic: Add-On System
Nordfriese![]() Topic Opener |
Posted at:
2021-09-30, 21:35 UTC+2.0
On the server-side this is now working correctly, and the error is:
you should call it something like "SP_Scenarios" and add an entry in the Will investigate why Widelands swallows up the error message – on my system it works fine. I guess on windows it terminates with a SIGPIPE – on Unix this signal is explicitly ignored in code to allow subsequent errors to be passed through, but on Windows this doesn't work so the SIGPIPE hides the real error message. ![]() ![]() |
hessenfarmer![]() |
Posted at:
2021-09-30, 21:43 UTC+2.0
ok it works now. ![]() ![]() |
hessenfarmer![]() |
Posted at:
2021-10-10, 13:20 UTC+2.0
I just found out that the translations in the SP Scenario Along the River are not working. However I can't get them to work. I tried pushing the correct textdomain Which is "SP_Scenario_Along_the_River.wad", but it didn't help. ![]() ![]() |
Nordfriese![]() Topic Opener |
Posted at:
2021-10-10, 13:28 UTC+2.0
![]() ![]() |
hessenfarmer![]() |
Posted at:
2021-10-10, 14:23 UTC+2.0
thanks I did miss that one. Edit: the reason lies somewhere within the use of ngettext, as I found out.
Edited:
2021-10-10, 14:45 UTC+2.0
![]() ![]() |
Nordfriese![]() Topic Opener |
Posted at:
2021-10-10, 14:46 UTC+2.0
Confirmed. I'm looking at it in a debugger now, looks like our wrappers for ngettext and pgettext have a bug in them. Will investigate. Edit: Fix is up: https://github.com/widelands/widelands/pull/5080
Edited:
2021-10-10, 15:01 UTC+2.0
![]() ![]() |
Mr_Reibekuchen![]() |
Posted at:
2022-03-13, 19:09 UTC+1.0
Hi all! I made a simple starting condition add-on called "Boss Village", and I would like it to be available to other players. Is this thread the right place to submit it? ![]() ![]() |
Mr_Reibekuchen![]() |
Posted at:
2022-03-13, 19:17 UTC+1.0
Actually, I can't even see how to add an attachment to a reply here. How do I do it? ![]() ![]() |
Nordfriese![]() Topic Opener |
Posted at:
2022-03-13, 20:00 UTC+1.0
Hi Mr_Reibekuchen and welcome to the forum Yes this is the right place to submit it. You need to have written 5 posts before you can upload attachments, so just write another three posts quickly (or alternatively use some external file hosting) and it can be added. ![]() ![]() |
Mr_Reibekuchen![]() |
Posted at:
2022-03-13, 22:14 UTC+1.0
3... ![]() ![]() |