Latest Posts

Topic: major issues with Widelands

Zifn
Avatar
Joined: 2023-02-28, 12:28
Posts: 2
Ranking
Just found this site
Posted at: 2023-03-01, 10:36

Many thanks, tothxa, that's more than I hoped for!

I'm on v1.1 and may wait for the distro (Manjaro) to move me to 1.2, and then use your add-on.

For now, as you suggested I edited /usr/share/widelands/scripting/richtext.lua, values of 20 instead of 12 in

function open_p(attributes)
   if attributes then
      return ("<p %s>"):format(attributes) .. "<font size=12>"
   else
      return "<p><font size=12>"
   end
end

That makes the tutorial text nicely readable. Cheers!


EDIT: I now noticed the AppImage dev build on the Download page. Just gave it a spin, created a new empty theme and pasted your init.lua into it. (For those looking for the right spot: try point your file browser to your home directory, then /.local/share/widelands/addons/new_addon_name_here.wad/) Increased tutorial text some more by setting p_font_size = 28 in init.lua. Also upped the size values for tooltip stuff further down the file. Works nicely at first blush. Thanks again face-smile.png

Edited: 2023-03-01, 12:55

Top Quote
arch_stanton
Avatar
Joined: 2022-03-24, 22:02
Posts: 11
Ranking
Pry about Widelands
Location: Minnesota
Posted at: 2023-03-02, 06:05

tothxa wrote:

I created an updated/extended version of @arch_stanton's add-on for current development versions.

Thanks @tothxa!

Feel free to remove the one I originally uploaded if it doesn't serve a purpose anymore.


Top Quote