Search found 5022 matches

by Vadi
Mon Feb 27, 2023 7:09 am
Forum: Help Forum
Topic: Bug? Disabled Group, Active Aliases
Replies: 2
Views: 7780

Re: Bug? Disabled Group, Active Aliases

I think it is an issue with the current implementation, it should not be telling you that an item is active if it's inactive due to an ancestor.
by Vadi
Fri Jan 06, 2023 5:15 pm
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 406138

Re: Generic Mapping Script

You can, just go into 'edit mode' first - it's not on by default so you don't accidentally mess something up. There is no undo for the mapper though.
by Vadi
Thu Jan 05, 2023 10:15 am
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 406138

Re: Generic Mapping Script

Hey, check the `map help ignore` - you can add those as Lua patterns to be ignored by the script.
by Vadi
Fri Dec 23, 2022 10:27 am
Forum: Scripts & Packages
Topic: Adjustable TabWindows
Replies: 4
Views: 19862

Re: Adjustable TabWindows

That looks great! Post it in show-and-tell in Discord as well :)
by Vadi
Tue Dec 20, 2022 2:56 pm
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 406138

Re: Generic Mapping Script

https://github.com/Mudlet/Mudlet/blob/d ... mapper.xml would be the place for getting is updated. Sounds like a great idea to have it in for everyone 👍
by Vadi
Tue Dec 06, 2022 10:12 pm
Forum: Help Forum
Topic: Mudlet Save issue
Replies: 4
Views: 5932

Re: Mudlet Save issue

Hey, try saving the profile - it's a separate button in the trigger editor or the Ctrl+Shift+S key combo.
by Vadi
Thu Sep 15, 2022 5:24 am
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8206

Re: packaging fonts into module

Custom fonts do work, others are using them successfully.
by Vadi
Wed Sep 14, 2022 6:49 pm
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8206

Re: packaging fonts into module

Alright, those were my off the top of the head ideas - anything else would require a deeper dive to see what's going wrong here.
by Vadi
Wed Sep 14, 2022 4:50 pm
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8206

Re: packaging fonts into module

See if the filename ends on .ttf or .otf. Otherwise, compare getAvailableFonts() before and after package loading?
by Vadi
Wed Sep 14, 2022 3:44 pm
Forum: Help Forum
Topic: packaging fonts into module
Replies: 8
Views: 8206

Re: packaging fonts into module

It can be anywhere, and they are identified using the filename extension. > Is there a way to load a specific font file from a specific location outside of this process? no, but are you sure you'll be able to download it even in that case using Mudlet? Typically these things require using a browser