#RueI
1 messages · Page 3 of 1
found an issue lol
It likely is size tags
and yes
I need a Terms of Service
cause of how much this deviates from SL
but just having a TON of text makes it unhappy
Why does this exist, doesnt it already have a channel
It's was before chanel exist
Bruh
What would happen to plugin that get outdated that don't have activities and old plugin that are still maintained
That why we did change to Recent activity
If you are new and you search plugin
Therr are active plugins that don't need to be maintained a lot
Yes but most commonly very old plugin that don't need to be maintained will not be seen
@gray ice we can do a pool if you want
yeah a poll would be nice
And explaining both positive and negative
I just feel that for new people the creation date one would be better
Since is also how this worked when it was a normal channel
Then anyone else can change it
Yeah sure
That why i don't really care of the default option
It's just than i have already change it from a suggestion request
you dont need them
like at all
they will be filled in automatically
when you dont provide them
thats at least how i did it
ruei will add them all at the end tho
but will it change anything
since its base game
and i didnt have any issues with that
?
like my program gets the biggest possible hint it can show
and you say that ruei will add the color brakes at the end
wouldnt it then make it too big?
yes
banner
We good 
@sour otter - Not gonna be active on Discord. I'm meeting a @oak peak (a real one) in half an hour.
This version of respawn timer #testing-releases message isn´t working for me just this
I founded what is the error is #1194660775156011008 message ^^
Ok is not 
report to Michal
aka in #respawntimer
in the github?
@fading tulip - Uwu ;3
i cant take a look
if you're using effect display itll break it tho
I removed effect display and the same
Ok thx :)

okay sorry i have been busy but
dw, we still waiting

i completely forgot what i was going to do
ill check respawn timer soon
and other shit
just havent felt like working on it recently
but update eventually lol
me when i remember i have to make a grid based room editor, multiple minigames, a currency system and store, and fix my cosmetics plugin

take your time
Rue i barely understand how it works internally
best i got is probably adding role colors to parsing
you can just modify constants for that
theres an array with all of the allowed colors
if you know a color is allowed lmk
Wait, ur plugin works now? i mean i wanna try multiple hints so my hud and hints displays
for now they just disappear, thats why
yea
prob
okay
respawntimper doesnt work for some reason
timer
unless im using it wrong lmfao
i havent actually used it b4
yeah this is kinda my fault BUT
im working on it
btw @lament drift as i said before if you encounter any scenarios where something doesnt work and ESPECIALLY if you encounter like
vertical spacing issues
lmk
@ripe marlin
scplist example is outdated
public static AutoElement AutoElement { get; } = AutoElement.Create(Roles.Scps, MyElement).UpdateEvery(TimeSpan.FromSeconds(0.7));
public static AutoElement AutoElement { get; } = new AutoElement(Roles.Scps, MyElement).UpdateEvery(TimeSpan.FromSeconds(0.7));
yeah ik
@frail whale - aaa
they
@frail whale - aaa
HI?
hello
Well, when I am using ReuI I cannot use other plugins that do not support ReuI?
for now yea
unfortunately
hoping to fix that soon
i mean they won't be completely broken kind of
just mostly
Well, I am using RespawnTimer, which says it supports ReuI. But it only works when I remove ReuI from dependencies.
oh yeah umm
so about that
respawntimer is a teeny bit broken rn
lmfao
im working on it
sorry
next update
Emmm are you the author of the RespawnTimer?
I see
Well, I see
itm ight work if you remove voffsets
try doing that
from your hints
im nots ure
idk im not sure whats causing the issue
Not working, unfortunately.
fuck
I put "Timer_Delay" To zero, and it still displays nothing.
If that is what you mean
If it cannot countdown correctly, there is also a "hint interval" and I don't think I can remove that
OK
okay i give up for today
ive spent hours and made absolutely no progress
i know what's happening but i have no idea why its doing that
QAQ
i hate to ask but i still cannot get the players nickname in the autoelement 😭
Is the maximum rate of refreshing hints 0.5s?
yea
I want to make some fade-out effects. probably no way with 2 herz.
oh you can do that kinda sort of not yet but
if you're okay with the fade out affecting all hints
maybe next update
is there a way to get the players name by doing a foreach perhaps?
But it shows multiple hints of the players nickname
um you can make a function that creates the element
auto element has a constructor which lets you do thst
Then?
is there a estimated time?
nope
once i fix the whole thing
ill prob add the effect applier thingamajig and fixedelement
fixedelement will basically just be a setelement that you can't change (but will be better for storage)
@lament drift is your like image to hint thing public? it might be neat to add to ruei
maybe as like an addon or some shit
im gonna be honest still no fucking clue whats going on even after hours of tinkering
like
setelemtemp should only be called every 1 second and its being called every 200 milliseconds
i truly have no idea for when ill be able to fix this
sorry about this i dont have a single fuckign clue
so the update might take
a while
yeah idk im very sorry about the delay this is actually making me upset tbh
delete all the color tags and try again
emmm oh
sry, I thought you were asking about why it feeds lines.
Forget about it(plz)
Well, is there any progress?
jope
nooe
nope
i just don't know what to do to be honest
im gonna be taking a break
Meow

What is Ruel for?
showing multiple hints
where
I mean in what part in the game, in the spectator or when you are some human or scp
@topaz ore - Uwu ;3
both
owo
its a dev tool that manages hints
if you don't code or dont use hints, dont use this
About that.
One of my DEVs said this wont help with our solution.
This is API thing, and it wont help about showing up in our HUD + Customitems / scp294
@mortal torrent - Uwu ;3
Because - its not meant for these plugins, only for few ones
what?
i mean it
needs to be used by all ur plugins
so if you have one that doesnt use it, itll override it sometimes
So if im not implementing this in my plugins, it wont work, right?
It wont work if i will just put it in my plugin list 
i mran
yea
not yet at least
I am a little bit confused with how to set a element for a specific player
when I set up a dynamic element, and update all the player's displaycore, I am adding the dynamic element to everyone
How should I assign the dynamic element to a specific player?
create a new display and add the element to that display
Does this boost player count
Display display = new(core);
display.Elements.Add(xxx);
display.Update();
wha why would it
wha
And i also need the new harambe dlc
public static AutoElement AutoElement { get; } = new AutoElement(Roles.HumanRoles, (core) => new DynamicElement(() => core.Hub.roleManager._curRole.RoleName.ToString(), 500f))
{
UpdateEvery = new AutoElement.PeriodicUpdate(TimeSpan.FromSeconds(1))
};
this just doesnt work
fucking scheduler
the first hint clears the second one with it, even if the second one came later
plus the fucking autoelement shit wipes out the transparency of all hints
why would you ever need that
Meh im too lazy to find out scheduling for broadcasts
no
huh wha
they get shown after each other
i thought they stacked on top of eachother
nope
okay then maybe ill add that eventually
🙏
hello
everyone
I hope you're having a great time.
Transparency is NW issue
but you can fix it by setting the alpha (aka transparency)
yes
no, i tried one thousand time
@cosmic plaza - Uwu ;3
<alpha=100> </alpha>
happens without ruei
rue, can you make response support in clientcommandhandler for convenience as well?
happens with normal line based hints too
because my console is crashing
how?
wat
wait
how do you get the players display nickname
When i try to get it it gets all the players
can you share your code?
the paradise RolePlay Hint
ive been trying so fucking much to get the nickname of the player
ive tried that
it gets the first players nickname
so the other players see your nickname
I have a mysql serializer plugin that gives the extension to get its static/temp information from the database from the Player class, also assigning the logic of RP names, and in HUD I have the logic of getting a name by separator ('|')
in general, the shit code is still the same, but I'm an amateur
oh its the same fucking guy jfc
no
nonononon
ahhaahhaa
xdxdxd
x/dx/d/xXDXDD
@slender night its the alt of the guy you banned
Wat
relax your buns
baby
whats
bro
Going on
alting?
idu what she mean
@cosmic plaza - Uwu ;3
Thats why the text is russian?
cry cry cry
It seems to you
Pickup Lesson #1. You have such beautiful eyes, that can only look at them because everything else is ugly
what is bro on 😭 🙏
hold on
no bang
Why? Isn't anyone gonna help me?
I've been abandoned again? Like a kitten?
well transparency isnt ruei problem
Well, then let that be her problem.
no
wat
Somebody bloody wash my socks.
Do it yourself
I can't, I've got paws.
like a kitten's paws
ruei how much you weigh in tonnes.
💀
integer values only
I feel like this is red role deserving
there's hundreds of alt in my head
@cosmic plaza - aaa
What
person #2: oh sorry about my first personality, she gets off line sometimes and talks rubbish, let's just forget it all, ok?
@slender night
boink
Too late
the messages are a bit funny tho
Fr
thunder
Why dont exiled have the double counter bot that prevents the alts
or any verification system
Y'all didn't see what bro was gonna say
when was it turned on lol
I turned it on a few days ago
um
@ripe marlin - Uwu ;3
TRUE
@misty marsh - Not gonna be active on Discord. I'm meeting a @oak peak (a real one) in half an hour.
rue
most normal russian
can you help me about getting the players nickname
Why do we even have BLART anyways? if most of the functions are dogshit and barely fucking works
a tiny bit
its being reworked soon™️
@fallen basin - I am not your personal tech support. If you can't figure it out while the solution has been provided, thens that a you issue
can you show yoru code
I know I know
nope, I got hunger and ate the new source
@slender night - Uwu ;3
sor
💀
oh
@ripe marlin
i should rework blart
normal day
Make it in Python

No
have you like tried changing the roles
@ripe marlin - aaa
Never python
One of the people in my server made a visual studio code extension for scripted events script validation
i would unironically make a rework
in python
Alright do it in fucking PROLOG then
@misty marsh - Uwu ;3
ill do it in haskell
and he published it to the whole world without realizing that we actually have to install python to use it lmfao
isnt it supposed to show my role when im a human?
its already being done by someone
Yeah .NET CHAD is doing it iirc
yes
well ik but
that doesnt seem to be going along
well
ask him
rust blart
C# blart
i dont like python
its already in c#
keep it in C#
no
haskell is funny and i wanna learn rust so
not
@runic lark - aaa
🙏
oh my god i remember this guy the shit he was spamming months ago was vile 😭😭😭
this guy is actually obsessed
Bro needs a bi-dailly dose of harassing you
RueI appreciation post #??

@ripe marlin is there a way to temporarily hide a Display without Deleting it
or do i have to remove and readd all the elements
display cores have internal functions i cant use which annoys me
oh um
you can disable them
i dont remember if you can um
re enable them
nvm
screendisplays
loll
i can just make a blank screen
and switch between them
right
so uh
It dont work
yes Display is valid
and it is in screens
wait skill issue lol
sorry rue
that being said
Maybe these constructors should add the screen to the screens list
yknow
also for some reason the updating is VERY far behind on ScreenDisplay now
atleast sometimes
eh whatever its not horrible now
oh
yeah
that's a great idea
code ?
When I install the plugin and put it in my plugins folder, the plugin does not install (it does not appear that it was installed)

bro it is dependency
which
this is not a plugin
Whatever you want
ah, I didn't know, thank you
xd
what is the page to do that?
just tried the app and none of the buttons work
send me a vid of it not working in dm's
cause im pretty sure it works
or at least it should
I'll make one, souldn't be that hard
i got a better one lmao
xd
still want the video
it's just me pressing all buttons with an image loaded and nothing happening
do I need python installed?
i get permission error even when i use admin
so i guess its a pyinstaller issue
maybe dm's?
theyll be mad if we stay here 
ok
after long work autodisplay the spectator running stops reacting within 1-2 minutes, not critical, but for your information
also, 2 working autodisplay after 1-2 minutes begin to slow down very much
look cute
now?
no
i don't feel like it
@ripe marlin Why after installation any of the hints are not working?
nvm I am dummy
ok so @ripe marlin do you think you could help Thunder add support for Ruei because he does not know
I also support this /\ , please help Thunder adding support for Ruei
how did you make this hud?
can I give an example?
is it the same fucking guy
you're not sly
ping me if that happens again
tbh i feel like i've made it i have a weird fucking guy obsessed with me
lmfao

some people are just weird
the russian propaganda spammer is obsessed with pinging me almost every time
and a cheat group is obsessed with getting mad at me because cedmod does its job (keeping them far away)
you could suggest him a love story
(jocking)
Would be funny
Why <align> and <pos> dont work with ruei? Or is there any way?
please don't tell me you're the same guy
?
SetElement element = new SetElement(360, mes)
{
ZIndex = 10,
};
displays.Add(display);
display.Elements.Add(element);
display.Update();```
@ripe marlin is it possible to fix (i mean why \n have to many space)
and its going only to right idk
Scout is different guy
#ruei-hintframework
Some other stuff happened as well and they got fedup and left
Exactly
yes
Yes exactly that is what I am saying
saskyc knows everything'
Fr
Can someone says how download it properly?
It's a dependency, by itself it will do nothing, other plugins that uses the hint system can code in functionality with Ruei
Thanks, but i'm not so powerful at coding im just want make my server name for all players that appears in bottom center
Any suggestions how to make it?
Someone can help me right?
What is the existence of this <Line-Height=0> ???
@ripe marlin
its pretty self explanatory

