-
Notifications
You must be signed in to change notification settings - Fork 43
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
Serverside Rui #95
Serverside Rui #95
Conversation
images aren't showing and idk why |
Fixing Images and Added Image Folder
Deluxe Package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding additional example code next to the docs @F1F7Y provided is dope af <3
I'd just update them so they (roughly) produce the output shown in the GIFs. Doesn't need to be super accurate but at least the text should be the same IMO ^^
Discord link to (incomplete) list of RUI images: https://discord.com/channels/920776187884732556/1001559004889223258/1001559007623921694 (Not needed for this PR but thought I'd just drop it somewhere to find again and maybe add with new PR) |
@uniboi did you make those gifs/pngs? |
no they're from the pr description by @F1F7Y |
Time to learn how to do this custom RUI so i can get my own gifs. Looks like they work with just a local mod so that's good. |
I posted a demo mod in the serverside Rui pr |
Found a bug, dummy related, probably more related to desync though.I was making the the examples for implementation of Geckos suggestions. I was adjusting timings and added more messages. I changed the Bug Evidence
FileConverted to .txt via rename because github doesn't like .nut files. What I think igStarting at line 32, we send line 32 func, since CONST is 5 sec, skips over line 36 func, but keeps the func, the game uses the function being SendInfoMessage, but because the wait being only 3 seconds, the script moved onto line 40 but ignores the PopUpMessage function and just usings it's string. Idk anything though so. |
@F1F7Y sorry to do this to you ig ^ |
|
Uh, what exactly is the bug? It skips a message or what?
Just FYI, I suggested updating the text to match the GIFs, not the other way round cause that's easier than having to redo all the GIFs :P |
The bug is that is using the string from a PopUp message but uses the InfoMessage function. and Gecko. I'd rather update the gifs too because the original gifs seemed too random and all over the place. I can probably do that instead if i have to though. |
So basically what's described here: R2Northstar/NorthstarMods#524 |
It's a little unclear but looks like the same issue, yes. |
@GeckoEidechse since you were the one reviewing this before, can you give me a quick status report on this PR? |
No update. Still waiting on @uniboi to implement requested changes. |
Okay well I got around the bug. Info messages are just buggier than the rest. |
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good enough for me. Ready to merge from my side.
Should I still update it with my/the better examples? |
Sure, feel free to make a new PR - mainly wanted to get this merged for #100 |
Add documentation for RUI which was added with R2Northstar/NorthstarMods#435
Closes #65