Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i use the star icon? #25

Closed
Aust20156 opened this issue Jul 30, 2024 · 3 comments
Closed

how do i use the star icon? #25

Aust20156 opened this issue Jul 30, 2024 · 3 comments

Comments

@Aust20156
Copy link

Aust20156 commented Jul 30, 2024

i can use it here like this: ★ but in-game it doesn't work. and i tried every letter, number, and symbol. help?

@robertkirkman
Copy link
Owner

in-game chat in sm64ex-coop only supports a specific set of characters in order to limit possible user input codepaths to a reasonable number, and Unicode Character “★” (U+2605) is not among the supported characters. This behavior matches the Desktop version of the game.

@robertkirkman robertkirkman closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2024
@robertkirkman
Copy link
Owner

robertkirkman commented Jul 31, 2024

If you're talking about a star like this,

image

That's not a normal Unicode ★, it's actually a 0x7F, the ASCII/Unicode DEL character. I don't know why they picked it to be like that, but it's probably just because they placed its texture immediately to the right of the ~ symbol in the font bitmap.

You can already use that symbol in your name on Android or any other version of the game by copying and pasting the 0x7F that's placed here for you on the codepoints.net website into the coop_player_name field of the /storage/emulated/0/com.owokitty.sm64excoop/user/sm64config.txt file using the ACode app. Use the Hacker's Keyboard app to get reliable copy and paste on Android by using its Ctrl + C and Ctrl + V button combinations. Here's a tutorial video.

star.webm

@robertkirkman
Copy link
Owner

robertkirkman commented Jul 31, 2024

In version 36.1 the star character looks more or less identical to U+2605, but in version 37+ it has little eyes. To get that change you can wait for #19 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants