Topic: Add-On System
Nordfriese Topic Opener |
Posted at: 2021-09-30, 21:35
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. Top Quote |
hessenfarmer |
Posted at: 2021-09-30, 21:43
ok it works now. Top Quote |
hessenfarmer |
Posted at: 2021-10-10, 13:20
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. Top Quote |
Nordfriese Topic Opener |
Posted at: 2021-10-10, 13:28
Top Quote |
hessenfarmer |
Posted at: 2021-10-10, 14:23
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
Top Quote |
Nordfriese Topic Opener |
Posted at: 2021-10-10, 14:46
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
Top Quote |
Mr_Reibekuchen |
Posted at: 2022-03-13, 19:09
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? Top Quote |
Mr_Reibekuchen |
Posted at: 2022-03-13, 19:17
Actually, I can't even see how to add an attachment to a reply here. How do I do it? Top Quote |
Nordfriese Topic Opener |
Posted at: 2022-03-13, 20:00
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. Top Quote |
Mr_Reibekuchen |
Posted at: 2022-03-13, 22:14
3... Top Quote |