Mark Klara

Results 27 comments of Mark Klara

What was your atmosphere version before? Also what does your SD card file list look like? Just used this to update from 0.9.0 to 0.10.0. And then again from 0.10.0...

Can you zip your SD card contents (excluding your Nintendo folder and any .xci nor .nsp files you may have). And share that?

This could be a fun starter bug. Will look into this.

The current behavior for this command seems a bit wonky. Also I couldn't easily test casting a vote, since it's limited on trial commands. The lines of text feel reversed...

Commands seem to be: Propose = `0x0A0` Vote = `0x0A1` https://github.com/DarkstarProject/darkstar/blob/7661e2f74218fb5baa1e531894f0bd2f7960b413/src/map/packet_system.cpp#L6112-L6113

Strings seem to be here: https://github.com/DarkstarProject/darkstar/blob/a142cd9fe6e85bf8d66f8354e5ed13a7c69685f5/documentation/MessageSystemIDs.log#L141-L155 Can be used here: https://github.com/DarkstarProject/darkstar/blob/afa754c6bc8e9ddb0453f4eed4b170fc3fe0dc26/src/map/packets/message_standard.cpp

Nominate is also canceled on user logout. ~~One thing I need to check is can you have two proposals at once in different chat types: e.g. one in linkshell and...

I have the incoming packet parsing down. Just need to implement the poll management and sending outgoing packets to the client to display the messages.

Error messages are herer: https://github.com/DarkstarProject/darkstar/blob/09b3ddfe5f24190203a2ceb225c479bcc699d045/documentation/MessageSystemIDs.log#L37-L38

I can go through and audit/correct these. I'm doing some refactors to `BlueFinalAdjustments` in https://github.com/DarkstarProject/darkstar/pull/6396 anyway. This could be a good follow up.