hypherionmc / simple-rpc-editor

This program/piece of software was created to simplify the process of editing Simple RPC config files.
https://www.curseforge.com/minecraft/mc-mods/simple-discord-rpc
MIT License
19 stars 4 forks source link

Preview Issues #3

Closed MadDog443 closed 2 years ago

MadDog443 commented 3 years ago

image image Currently I am unable to have the secondary icon change based on %launcher% value, not sure if this is due to Discord Developer Portal being slow to update Art Assets or it's case sensitive. Also the name is not showing up as "MadPack" in the preview like it should.

MadDog443 commented 3 years ago

ah, it seems to be case sensitive to capitalization, this is a issue considering Discord does not allow capitalization on icon names, perhaps all text %% or not should be forced to lowercase.

hypherionmc commented 3 years ago

I'm not sure what you mean by case sensitive? Nothing about the editor or the mod is case sensitive. It's probably discord caching

As for the pack name, it doesn't show on the editor due to discord api limitations. Only way around it, is to have you login to the app with discord, which is something I'd like to avoid

MadDog443 commented 3 years ago

I'm not sure what you mean by case sensitive? Nothing about the editor or the mod is case sensitive. It's probably discord caching

What I meant is that Discord is case sensitive, when you put text in the image selector it allows you to input capitalized characters which breaks it on Discord's end, so anything that is put in there (like %launcher% which does output capitals) should be forced to lowercase.

I haven't had the time to mess around with the code myself (simple-rpc mod) as I'm really busy, but pretty sure I'd just have to add 1 argument to the string.

Just realized there is no repo for the mod, lol.