daemitus / SomethingNeedDoing

91 stars 64 forks source link

font problem #8

Closed tssailzz8 closed 2 years ago

tssailzz8 commented 2 years ago

in chinese game,the Chinese font will be display as ??. the project add the click features recently,but i do not konw how to use it.Can you tell me how to use?

daemitus commented 2 years ago

https://github.com/daemitus/ClickLib/blob/master/ClickLib/Clicks/ClickRecipeNote.cs

The clickname attributes are what you can use with /click. Browse around there and you'll see what else is available.

I'll need to add a non-monospace option since the monofont doesn't do CJK at the moment.

On Wed, Oct 13, 2021, 10:42 PM tssailzz8 @.***> wrote:

in chinese game,the Chinese font will be display as ??. the project add the click features recently,but i do not konw how to use it.Can you tell me how to use?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daemitus/SomethingNeedDoing/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMTBD7IZHPC623ETFX6T3UGY7RHANCNFSM5F6SLWHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

tssailzz8 commented 2 years ago

[SomethingNeedDoing] Peon has died unexpectedly. this is my command is error?

daemitus commented 2 years ago

Find the error in your dalamud.log, and paste it here

On Wed, Oct 13, 2021, 11:14 PM tssailzz8 @.***> wrote:

[SomethingNeedDoing] Peon has died unexpectedly. this is my command is error?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/daemitus/SomethingNeedDoing/issues/8#issuecomment-942908023, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMTBEJLSOYAZUDN4SLWDLUGZDKFANCNFSM5F6SLWHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

tssailzz8 commented 2 years ago

2021-10-14 11:17:30.382 +08:00 [ERR] [SomethingNeedDoing] Unhandled exception occurred ClickLib.ClickNotFoundError: Invalid click at ClickLib.Click.SendClick(String name, IntPtr addon) in D:\a\SomethingNeedDoing\SomethingNeedDoing\lib\ClickLib\ClickLib\Click.cs:line 53 at SomethingNeedDoing.MacroManager.ProcessClickCommand(String step) at SomethingNeedDoing.MacroManager.ProcessMacro(ActiveMacro macro, CancellationToken token) at SomethingNeedDoing.MacroManager.EventLoop(CancellationToken token)

tssailzz8 commented 2 years ago

image /click 草线 i use it

daemitus commented 2 years ago

It doesn't work like that, I have to specify each individual button. Like in the one I linked, you can use /click synthesize in the recipe window. But not the recipe name itself.

On Wed, Oct 13, 2021, 11:20 PM tssailzz8 @.***> wrote:

[image: image] https://user-images.githubusercontent.com/52206101/137245237-942ba00f-1df9-4162-9122-d98a2eacab04.png /click 草线 i use it

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/daemitus/SomethingNeedDoing/issues/8#issuecomment-942910279, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMTBELVUWUTGFWG722XSTUGZD6TANCNFSM5F6SLWHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

tssailzz8 commented 2 years ago

oh,thanks.i konw how to use it.