#vrchat-general-2
1 messages Β· Page 539 of 1
Welp I'm gonna go play VRC now that I'm back home
Wouldn't the cord just pop out of the port rather than breaking?
i can see the prod getting bent
Any chance Occulus will go on sale during black friday?
@sage pewter almost guaranteed since it goes on sale randomly all year
Man I've missed every single sale this year then
Check best buy if that's a thing near you
hello anyone else seen the list in the old hub? i'm supposed to be on the list 
like the og hub
I needed to buy a Rift for work.. went down to Best Buy and asked how they could help me get the price down. They did a search and found MS had a $50 off thingy and they matched it right there. I thought that was really nice.
Oculus is gonna be like what 250$ on black Friday
that would be amazing
they have a list of people that played on december 2017 and i have a pic where it is exactly 2017 december
that i took with custom avatar
That isn't an official world btw
the hub map with the list of names isnt an official map o:
never even heard of that map
for the halloween competition, what are the limitations put in place. Like if i have an original idea but it is using characters that already exist then is that allowed
I think it's fairly obvious to say you need to have the rights to the assets you are using in the competition. Unsure about fan works though, might have to wait for the official details for that
Halloween competition hasnt had any details announced yet I think
Other than "Its a thing"
When will the new update come out?
I saw pictures of the new UI and I thought it looks really cool.
nobody knows sadly :/
I hope so
@viral knoll Word from the devs say "A week" for the new update, but it will go into open beta sooner most likely
This is entirely speculation from my part, but Im betting on open beta this weekend.
Im itching to get my hands on it
Same here. Looks really cool. Love the idea.
Something I'd not considered just til now. I assume friends bypass these settings.
would make sense i feel
how does one join an event
I've been wondering that myself actually. Feel like it's about time I should consider venturing into one of these things.
@ruby burrow Friends are always displayed unless you explicitly block their avatars.
They're exempt from the safety system
Makes sense and assumed as much.
I'm sure when you say "You need to have the rights to the assets you're using"
I sure can't use whatever I have
All ripped Nintendo assets lul
no like i get models from deviantart which are from a game
themselves
is that allowed
like for example
i make my own version of fnaf
my own map
add all the animatronics in
animate them
by hand
is my friend being ignorant or does the tri count of a model not really matter (speaking of course that the limit didnt exist)
Polygon count doesn't count as much toward performance as mesh count and material count, along with the shaders you're using on those materials. That's what really brings it down. Polygons still do matter though, but only in massive excess.
@gleaming kraken
Still, be mindful
just to be sure it is wrong to modify the sdk to allow like... 60 k? or maybe 34k? i might have a friend to report... as long as he doesnt cross me...
60k isn't a lot
People are fine till over 100k. At that point, remove stuff or decimate. Or over 2 meshes unless the animation you're doing needs multiple meshes to be done.
Avatars reaching up to 65k are incredibly common in the game right now. A large portion of any room you enter will contain them.
The key thing, is that poly count has an incredibly small impact compared to the other mentioned performance costs, up until you hit the point where Unity starts splitting meshes because of it.
Removing the 65k mesh limit will increase performance by tons. Don't have to split into a million meshes.
that's just the FBX importer being dumb
Unity splits meshes when poly count on any one object hits somewhere around 65'500. Which is why many users set their own limit at 65k.
you could merge the meshes again in unity
Pretty sure that's just a limit in Unity 5 and earlier
Vertices and tris count has to be lower than 65535
just for FBX
Also at Okano, AAA games don't always use massive poly counts. Many of them are exceptionally well optimised.
that's not at all true
Otherwise we would be able to import dae and bypass it entirely
importers have the limitation
not unity itself
Assassins Creed official models, all 6k.
also AAA takes exceptional care that if they wanted to, they'd have no issue.
also brotherhood is an 8 year old game?
pre-current gen consoles that could handle it
Just checked and it seems like the issue with 65k polys is actually in the importers, so you're right
The big difference between AAA stuff and typical VRC avatars, is the quality of the texture work, and how every mesh for a AAA game is very carefully hand crafted to work with those textures.
But it's not specific to FBX or anything
the GPU particles have massive 100k (or however many they want) tri single meshes
all just generated in unity
you could just merge the two meshes in unity the exact same way aha
does any one else have the problem of being able to access the first avatar uploaded it wont let me swipe over to my first one
yea, it happens to me too
same
ok so im not going insane
@median basalt Unity is using 16-bit index buffers, which means no vertex (as rendered, which is sometimes different from Blender's vertex count) can have an index >65,534 (one less than the maximum 16-bit integer).
A newer version of Unity adds support for 32-bit index buffers which allows you to theoretically have billions of vertices.
As okano mentioned you can have meshes with >65,534 triangles but in general you'll run out of vertices before you get there because modeling software won't let you have multiple faces using the same set of vertices.
So in short, (the current version of) Unity sucks
How bout that new update?
ok question would any one know why i cant use my hand gestures on a custom avatar
@idle elm its great (:
@silver socket How do you mean exactly? The hand gestures just aren't working at all? Does it have any other custom expressions or features attached to the gestures?
im not sure but i seemed to have fixed it, thanks for your help tho
Ah, fair enough. Have fun then. :3
The avatar I uploaded won't appear, any one might know what might be the problem?
The newest avatar seems to be invisible if you have more than 100 or so uploaded
If it's your first upload, you're likely using the wrong unity version
If neither, I guess you should try to renew the ID and reupload
Unity 5.6.3p1Β version crashes Everytime I try to upload.
I tried to downgrade the latest version to 5.6.3p1
But it still crashes though.
Should I download the earlier version?
Idk it might work on earlier version?
I think there was something. I'll show it once I got on my PC.
I'll just give an update if there was anything else.
Thank you!
:D
Alright, I hope you get it working!
Found away to check rank go to the vrchat website on chrome go to your profile then inspect element then go to "netowrk" then click on "usr_" or "user" then expand tags
It should show up like this
tags: ["system_avatar_access", "system_world_access", "system_trust_basic", "system_trust_intermediate",β¦]
0: "system_avatar_access"
1: "system_world_access"
2: "system_trust_basic"
3: "system_trust_intermediate"
4: "system_trust_known"
5: "system_trust_trusted"
6: "system_feedback_access"
In theory it should show one above actual rank
So I'm known apparently
With like 800 hours, full body, 200+ friends, and like 50 uploaded avatars
Feels bad man
750 hours for me
I know some guys with hundreds of blocks and they're still veterans
feel bad
Trust score is scuffed
Yeah it's not final don't even know if this is correct
Mhm, we'll only know for certain when the update actually rolls out
tags: ["system_avatar_access", "system_world_access", "system_trust_basic", "system_trust_intermediate",β¦]
0: "system_avatar_access"
1: "system_world_access"
2: "system_trust_basic"
3: "system_trust_intermediate"
4: "system_feedback_access"
5: "system_trust_known"
6: "system_trust_trusted"
7: "system_trust_veteran"
π€ this was my old account
steam probably
well before i made my new account about 212 hours
π€
I just want to be able to share creations I make with custom shaders with everyone else and see the same. Most shaders are harmless, let people create and see things beyond your imagination. I hope they make it easy to allow shaders.
The system can be turned off, and there's also a custom setting
Not sure if it's on by default or not though, since the particle limiter isn't
I'm really sad but I will probably just include a quad with how my avatar will look with shaders enabled and hope to encourage people to try allowing shaders from untrusted newbies like me
well with the system its setup for those who have been playing for a while dont get there stuff turned off but those who just started have theres off
thats what i got from a clip
No, I meant, you can turn the whole safety off entirely, I was wondering if it's off by default
Ya particle limiter is the same issue. For every crasher there are tons of wonderful creations with particles. The issue for me is custom shaders and creations is what got me into vrchat, being able to upload within 1-2 weeks of playtime was awesome. Sure maybe I will eventually get my 1000 hours in vrc (I don't idle in desktop mode) but if it is enabled by default, we close the door behind us and don't let new people make creations of their own
I'm probably not gonna use it since I don't really mind
I think it'll be off by default but it'll give you a notification if you want it on or not
I like the fact that the tool is there yes. Better than all or nothing block. I'm scared that people will be encouraged to turn it on and assume anyone who uses shaders means a crasher
Hmm I get where your getting at
Yeah, that thought will be in the back of our heads from now on too
It might kill crashers though because if people have it off by default, crashing will be no fun. So maybe I will be able to convince everyone around me to check out my avatar with shaders on
I'm not using any safety, pfft
What am I, some kind of whimp
ill only really restrict users that cant upload yet and ones that are just able to upload
the rest I could generally trust
i dont want to block everything just some things
and if someone with a higher trust rank is a bit of an idiot i can just block them
The new system will be good though, you will be able to see who're experienced users (very unlikely to crash you) and who is new (might not be used to people touching them, and might need someone to teach them the basics)
I'm only known and intermediate after months of vr gameplay with 50 or so friends. So this is going to divide users into castes
Ehh, the trust score is broken, there are people who have been blocked hundreds of times who are still veterans
Because my hours are low maybe. I only leave it on overnight when I actually sleep in vr.
Looking for someone as cute as me to play with dm
So in short, be kind and remind new users that they can remove the stupid "personal space" thing.
And yeah, the trust score seems to follow a weird system, I think I have less than 200 friends still, lots of hours played though, and I don't think I've been blocked a lot
I only recall somebody talking to an invisible person (guy who blocked me) twice before
its this site, it uses the api
http://piper.moe/blockalyzer.html
thanks alot
it doesnt give you an actual number so just copy all the names and paste them in notepad and check how many lines there are
27
Apparently 13 people have blocked me
hmm
Is there a way to see when my account was created?
Is the rank thing just in the beta?
closed beta
I only have 183 hours but I've played for a long time :c I love the game but i cant play as much
mine is trusted intermediate
hwo can you check?
gotta work my way up
I dont think you can go up
183 hours is not much
from elady
I know,.. Im an adult with 2 jobs, 65 hours a week....
Found away to check rank go to the vrchat website on chrome go to your profile then inspect element then go to "netowrk" then click on "usr_" or "user" then expand tags
It should show up like this
tags: ["system_avatar_access", "system_world_access", "system_trust_basic", "system_trust_intermediate",β¦]
0: "system_avatar_access"
1: "system_world_access"
2: "system_trust_basic"
3: "system_trust_intermediate"
4: "system_trust_known"
5: "system_trust_trusted"
6: "system_feedback_access"
In theory it should show one above actual rank
So I'm known apparently
With like 800 hours, full body, 200+ friends, and like 50 uploaded avatars
Feels bad man
Well Iβm probably same as you then aha
And under 30 blocks*
π€ maybe? not sure where we can check how many times we've been kicked though
what do you mean by under 30 blocks?
Didn't you say only 27 people blocked you?
oh
i thought you meant you need to have under 30 blocks to get to certain trust rank
Some of my friends use those colorful shaders, so they have hundreds 
Sometimes I like to shoot fireworks in the sky on gia nights so that might lead to a block π
cause I ain't on the wall for some reason
What wall
Hey anyone else get stuck at the star loading thingy when you first boot the game up
oh
Not for a long time minnu
how did they get the player list then?
I think you gotta clear your cache of that happens
cause I'd like to be there :<
Aaahhhhh okay
well shit...
Most likely before the big boom back on September last year
It's a list of people they know were in VRChat before fall last year when the population exploded.
Good times
I just got a new PC adn cant check that
You could probably just ask the owner
aight
hey hey guys
Go to the world and it will say who the owner is on the screen
shit, oldest Screen shot I have is Jan 3 after I got Full Body
darn fam thats 8 months
Trackers were ordered just after Xmas, so I as probably playing around teh start of Dec
darn leave some room for me i only got 1773 hours on steamvr and like 203 on vrchat
Okay so cleared cache
I have low play tiem due to tiem constrants :c
And the game still isn't loading up for me
It gives me the loading thingy then it disappears and I'm stuck in star place (wow I know I'm great at describing)
i'm sick
@tardy ridge VR or desktop?
Vr
π€
Now it's showing that I'm logging in
i haven't had that issue??
make sure your PC isn't askign for any special permissions on your desktop
ok so i have a fever im finna die
That user to happen when servers where overloading
The stuck in space thing
I was always scared I got banned or something
everytime i got kicked from a world i was finna oof
yo nice
-rep
i might jump on open beta and give it a shot
ay read my blog
cheers team
nuisance rank neat
"Additionally, there exists a special rank called βNuisanceβ. " 
L U L
Apparently I'm a veteran according to some random person
also this different UI tho
So wait us old users get veteran status 0.0
Nope
Just saw the post
no
Then what does it mean by veteran
I got trusted if I remember right
trust score yea
Read the blog and you'll find out what the ranks mean and are used for π
π
π
π½
Legend is not a rank, right? It doesn't have "trust" in its name
π π½ π
heh nuisance muted by default π

so will the new update also show the legendary status
i wanna be one of the kool kids
I am sorta curious about that, would there be anyone currently that would have nuisance or will it only count stuff after its released on the public build?
Question; will old users also have to earn the new ranks like say, "Trusted User" and so forth?
Legend has more meanings than legendary
"system_legend","system_trust_known","system_trust_trusted","system_trust_veteran"
It also doesn't have "trust_" in it
Probably nothing to do with trust
To get to a known user
100% of the ranks available were detailed in the blog post.
You have to play a fuck ton right?
noice
@tacit plank you are confusing API info. Just go read blog. It has the correct info
you gotta play a ton make friends hang out in friends+ a lot prob
i swear to god ron i saw you helping someone play vrchat while i was drawing
How do i tell what rank i am?
its some sort of statistics sytem nobody but the devs know
theres an api trick
Yeah last rank is veteran
on the website
@vocal shard go get the open beta. Open your quick menu
So I could have been a member for years and now since I only played 15-16K hours I only get trusted or whatever Iβm not to sure on how this system 100% works I skimmed
Got it
:0 nice way to get people testing the open beta too, sneaky sneaky
@twin canyon nobody will be left out. Also this isn't released yet so tuning and background things still going on.
I want to collect API tags though π¦ how do I get admin_avatar_access? Discontinued?
:3 ok @sly veldt thanks my dude
Iβll try the open beta if I can remember the code
I have the closed code
I assume not everyone will start off as a "new user" or "user" if they've been around for a while then and so forth with good behavior?
oof I've played vrchat 250 hours in the past two weeks alone
It just pulls the trust ranks from the API I believe
i am a user π looks like im gettin blocked instantly
I'm definitely checking the open beta out. Even If I do have trust level, I'm worried about the next generation of vrchatters who will step into this beautiful new world full of creation and be unable to upload anything with nice shaders or effects for weeks.
THANK YOU VRCHAT YOU GUY'S FINALLY DID WHAT EVERYONE HAS BEEN ASKING FOR YOU'RE ACTUALLY GREAT
dont think its got anything to do with api bois
That's almost 18 hours a day neranar, being AFK is cheating π
im gonna be judged by the color of my nametag ;-;
@umbral oracle read the blog
I have no life
Then worry less
Ron renamed :0
I work and come home and play vrchat all day lol
Voicing my disapproval for visible ranks along with a few friends. The security update looks good but making it visible is a horrible idea
color of nametag what
dude public is going to be so much better thanks you
@umbral oracle They can upload anything they like once they've reached New User. All of their friends will see 100% of their avatar components and flashy stuff and etc.
LostViking btfo, Ron rises
yeah, "git good you green nameplates"
@meager karma you can choose to hide your rank if higher
That's true. Looking forward to the new system.
lol
tupper and ron seriously thank you guys i'm so sick of being crashed
What constitutes a veteran? I've been here since the ~10-20 max users online times and am not one 
If ranks were hidden it would be weird to not see some things on some users and not on others
instead of talking down to deskies we'll be bullying greenies
Hyped to see a lot more people going into public worlds now
what
Visible ranks will make meeting randoms a bit less magical though
Make cool avatars that has your username in sparkling letters above it or something
Hiding your rank will be looked down upon too. Just make it completely hidden
eret gets it
@pseudo bobcat nobody will be left out. It's not complete yet. Out soon but this is still in testing phase
There's a good question. Ron, why is the unfriend button so goddamn huge? Lol
fugging greenies LOL
Greenie weenies
The Friend button is also huge
I feel like that's begging for accidents
It doesn't help anyone being visible
I don't think a lot of people will come out of private worlds. but interesting blog. interested to see how it pans out.
@tawdry hinge it has a confirm
@tawdry hinge that's fine, because there's a confirmation to unfriend now π
oi don't touch my weenie >_>
Oh awesome
Poggers
several people are typing...
hah
i keep trying to make my friends go public but they're all paranoid
What's the starting rank for eveyone?
sucks
the rank system is a great idea all it will do is deter people from crashing others
you owe me a coke ron π
confirm for unfriend?!?! π¦ π¦ π¦
Several people are typing...
Does block on friends have a validaion too?
@vocal shard If we don't interact with people very often, can we still rank up? I like to play alone and just explore by myself
Miss me with that trust system
How easy be to get veteran. am new
So for existing users will we start near the bottom?
I also have 2.8k hours on vrchat, I'd hope to start out as a veteran lol
this is genius because its going to deter people from freinding hackers aswell so hackers are just gonan get bored of it in the first 2 minutes
nah they do pepsi
pepsi lines
All your time ans stuff that you have already done is taken into account
we should all bully the crashers. ask them what the 3rd page of google is like
ive played vrchat since like feburary and have 203 hours????
gimmie the update now
^
Question about avatar worlds: if a legendary user makes a beautiful avatar with particles and custom shader, can a new user show off the effects to everyone?
alexa you prob are
:0
what heeck
but hey.. it's a start
OSHIT
what heck
oh
3, more than before
marry me
i like that ron hel lyeah
FAVOURITE AVATARS YEEEEEEEEEEEE
lyuma the problem imo is you can publish an avatar world and they'll test the avatars so they dont have troll effects
Nice!
hype
but you can switch out the avatars in your world after it's published
now i can put my mains on top
Why just 3? I don't believe that it's due to storage space limitations
Can we get a chart that shows the difference to acquire ranks? I feel that my 1k hours should be more than a known user
theey even kinda encourage you to do that
the fuck is legendary user
and make plaeholder avatar pedastools
honestly devs i'm so happy you guys did this i have no words for how great this is
There is no such thing as a Legendary User
@umbral oracle Sure, if your settings are set to let that person show off, if they're your friend, or if you unhide them manually. Tons of options.
@winged igloo correct. read blog. veteran is highest. right now..
How do i check my rank rn without playing vrc?
apparantly legendary user is a misreading of that api trick to get your rank
If legendary was a rank, I think people like
would have it
honestly im probably gonna leave the safety off, all the other stuff sounds dope though
Yeah, just telling someone else π
To the VRChat Dev team, this is a huge step forward in the right direction. I applaud your effort. 
Can't wait to go meet people in public again.
mayflower i just dm'd you how lel
Iris broke the friend list by having 1000s if I remember correctly?
Sh
@winged igloo yeah I know
@cerulean dust ikr
And yeah, great work devs!
Menu perf is fixed
I may be the only one who thinks this, but this is scary orwellian. I could see this becoming a problem later on. I mean I get the reasons why its being done, but I also see it becoming a disaster as well.
dude i only liked the game for public but getting crashed got so old
it'd be cool of us 2000+ hour nolifes got to be legendary
Lol i have 400

zencat anything to stop the fucking crasher kids
those fucking cringe gangs
I hope thats worth the known rank
Developer Update video when? lol
i miss Tuppers voice ;-;
Why not, then just have a nuisance tag, andthats it?
After we all sleep @winged igloo something I haven't got much of in the last 10 days
So wait have veteran status tags even been implemented yet
lol
not in the stable ver
I'd not focus on the api stuff. Just read the blog.
yeah are veteran tags in the beta?
Theres already a rank system that works to phase new people in slowly.
Well I mean Iβm open debts
So with these tags. I'm curious-- will there be any tags for world creators at a later date?
lol
^
that's not encryption related?
and avatar stealers literally just download the avatars
If I did a dev update right now I'd pass out in the middle of it
Im not sure I approve of the varying levels of ranks. And the decision to make them visible is also asking for trouble.

also, you can see who blocked you if youre still in the same world no?
Get some sleep folks
RIP Tupper
Sleep is good
Now peo0le have an excuse to feel better than other people. That never ends well.
no you can get a list of people who blocked you
from the api
using vrchat.com tricks
I think most people with 2k hours have just been AFK or sleeping while in VR
Hi-- sorry if this has already been answered, but was trust data gathered on users before this update? If so, has that data carried over, or is everyone now starting from 0? Great update, by the way.
i dunno if its kosher to so that here
dude this actually gives me reason to update my avatar world
it is carried over
I mean I spend like 12 hours a day on vrchat most days so
more derp chans coming boys
k-9 they're already tracking the trust ranks
Also why someone with half a dozen avatars with 2.5million polys golden but I'm not when I been a good boy
will player's current playtimes be reflected when the new build drops with the trust ranks or will they start out from scratch?
All the stuff from before the update is taken into account
Veteran-only rooms when?
Just kidding of course
they look the other way on polys
oh cool
wink wink
what a convenient time for me to check chat hehe xd
from what I see, to get higher than "known user" you must have a popular world
can we turn off the go thing when joining a world?
time to start seeing that nuisance icon on like literally everyone hahaha
ranks for streamers and users with popular worlds is cancer
im so ready for this
Nah, I know some trusted who have no worlds.
It's a big combination of things, that's the point
no no no no no
A rank for builders that can Update their world without Reviewed
good
@vital bramble ready the change log, it says you can
Hell yeah, give streamers nametags so i can block em
oh
now i can start my green gang
:lul
ahrilove oh yeah like how the guy who makes hte pug can just upload changes
easy to block streamers :0
thats true
streamers don't have special nametags
awh
its the people who join in on them
That would be cool
@vocal shard calm down or out
that cringe up the place
A rank for builders that can Update their world without Reviewed This, so much. But at the same time, I do like the reviewers because they give me tips incase I miss something-- like if the world needs optimization and so forth. xD
how can i calm out
I'm not sure if streamers with special nametags are a good idea, they have huge egos already
oof
I just want a visual that is mandatory if you're streaming. I don't like being on show so it's hard to tell if somebody is streaming until they look at their hands
The current ranks are more than enough. Anything extra will just divide the community without accomplishing much.
Spamming the feed
But something like a "virtual youtuber" tag? I wouldn't mind
questions are cool but that was over the top
EVANOR THATS A BAD IDEA THE GAME WILL DIE IF THAT HAPPENS NOBODY WILL WANT TO MAKE CONTENT
@vital bramble Chill with the caps lock my friend D:
everyone is going to be freaking out and sucking off the streamers
they already do lmfao
kewl got pinged by tupper. he must be a veteran vrc user
ye my b hit it by accident
@vale fog There are many veterans that have not uploaded a popular world.
streamers dont have a special tag guys, calm π ±ls
Does anyone know if the new system will block an avatar in general, not just the avatar if its on 1 person and in a world?
Could also make people able to add an icon to their name plates to warn others that they're streaming, but that's just a suggestion
Then make it a hidden setting for streaming that I can block all using it
Streamers already have a group of people following them every where they go, don't think they want a larger one haha
Wait, does it bypass friends?
Yes. Friends are exempt.
Yee
I made prom so that counts right
@covert chasm will this new update effect people's ability to upload personal avatars or just content such as maps?
It sounds like it is based on the user of the avatar not the uploader
nervous smile
Streamers dont neee extra attention so i want Creator tag to, to show mah fameness?ΒΏ
friends always show 
Im super excited about this update.
yeah, trust me from being a dev π½ when I turn on my tag I get swarmed so streamers probs don't need that.
It is the user of the avatar
Considering joining the beta
It's not about uploading. It's about who sees you
@novel root nope, the previous content gating basically turned into "Visitor -> New User".
it didn't really change other than that.
I don't want attention. I want the opposite. I don't want to be on streams
Alien avatar returning when? lol
Ah, alright, thank you
I used it for a bit as well haha
i loved it so much when i first started.
Garbage updates. Keep it up kids
I intend to include a quad on avatars which require custom shaders with a screenshot of how I will look with shaders on and a message to please friend me or turn on shaders.
From what I understand, the content gating system has actually been live for a very long time, but now its also an in game system used for people to feel more safe
The update is great. It's the visual ranks that irk me
If this means people will go into public worlds again I'm all for it
Content gating stays the same as it has been for months, people can't make throwaway accounts to upload offensive avatars
Just make it hidden who falls under the categories
It sounds like you can choose to go incognito and hide rank. I will probably do that because I want to see everyone as my peer
OH, that reminds me, appear offline yet?
Appear offline pls
I'm enjoying the colorful nametags. Gives new stuff to look at.
Why would you want to appear offline?
Don't judge me
pretty sure only higher ranks can incognito rank
same π
Trusted/Vet can appear as User
Known can as well
Anyone at least at known user can incognito to user I thin
@vocal shard how so?
I see you, Orkel
So you can make yourself look like a lower rank than you are. Good idea
Unless that causes my shaders to go away π’
so like, i kinda just want a certain color nametag, but that wont be possible right now ;-;

[Incognito mode] ... 5 secs later tupper come in FBI OPEN UP
Customisable nametags would be nice
green squad though :0

@sly veldt May i ask if you are planning anything with a redesign for the portals? All the shaders on them seem to drop my frame timings really hard in the hub, saw you guys like my tweet about it so i figured you are.
does anyone know the name of the vrchat waterpark?
The grabpass on them seem to do really bad things when there is a lot of portals.
What would be cool would to be able to appear as any one of the ranks below the rank someone actually is. At the moment you can only be your rank or User
@small wing it's a known and on the list
Nice!
tfw you can only be user
because you dont play the game religiously and dislike adding randoms like its the last day on earth
I absolutely love the trust system and those changes, can't wait to see it in action
I keep posting stuff as i find it, i like to dig deep into stuff and try to provide help and evidence to help ya.
Use tags on your friends and then don't be afraid to add people
does anyone know the name of the vrchat waterpark? i cant find it when i search anything on vrchat.
I mean I only have like 350 hours and 20 friends and I got known
There are several waterparks
I wish more people would add distance-disable to mirrors
"only"
Well 350 is low in comparison to others who have been playing since I joined lol
Sitting on 1300 without AFKing
that one yes! thanks @small wing
No problem π
What I find funny is when I tell my IRL friends that I have spent close to 500 hours in game, that's a lot! Then I compare it to all my Steam friends who all seem to have over 1000 lol
i wonder if having nuisances on your own friends list will affect your own trust rating
is this new trust and safety system going live next (assuming no problems)?
I'm wondering if you can get up to Veteran without uploading "popular content"
Im more excited about this aforementioned Halloween event π€
@pseudo bobcat I highly doubt that
if its a contest im gonna win hehe
Halloween event last year was hype.
Oh god
@pseudo bobcat that nuisance mark is so rare too. Ive not seen any in person yet
oh god it is almost October π
If you wanna see the crazy set them to NONE of friend someone or show their avatar
Sounds... Spooky
Does blocking an avatar block the blueprint id? or just the user using that avatar in that specific instance?
you wanna see nothing.. SHIELDS uP!
spooky scary time?
Oh god, it's only almost October and I was building christmas tree displays all last week at work.
Just remove visible ranks and I'll shill the update too
i'm afraid the safety settings won't stop roaming hackers from stealing your avatars though :/ you just won't see them do it
I'm ready for Sp00py time
Maxiumum protection!!!
Halloween in VRChat is always EPIC
Christmas tree displays? On September?
π \
If you show a non friend avatar does it stay forever or just until you logoff
@pseudo bobcat I'm in VRChat a LOT. We're well aware of everything going on.
I missed VRChat Halloween by a few days last year, gonna make it to this one for sure!
Yep. We have already gotten rid of our halloween stuff mostly and have begun christmas
I feel like there should be a lot more long time users who have legend rank
@pseudo bobcat and you can bet we're not gonna stop working on improving π
That's about all I'll say
That's pretty early
Make a rank for 10,000 hours called "Epic gamer" hehe.
I see a bunch of people who have well over 1000 hours on VRC and are socialable yet are either trusted or lower
@pseudo bobcat I can say that I have never had my avatar stolen. I dont think people want to steal unique things. too easy to get caught that way. ive been in public a long time the last few days too while testing this client
It doesn't really make any sense.
Do I need some sort of code to access the beta?
Will you have worlds with no nametags again?
Veteran seems to be more about people who have a combination of long playtime, a lot of popular content/contributions to the community etc
@warped urchin first of all we're not complete yet until this releases. This is a test period
Speaking of content creation, I should probly learn to do it now since I got VR this week
Secondly.. nobody will get left out or unfairly ranked. TRUST ME π
I hope we get that again. no nametags is kinda essential to horror maps
Especially since it seems very very few people have legend.
well @vast tulip the last time i visited a public world, i got disconnected+logged out in about 2 seconds by a russian hacker
cheeky breeky
@sly veldt hope so :P also I dunno has there been talk about maybe moving around the things being limited?
Hmm?
Maybe having limits in place instead of entirely cutting stuff out?
They weren't set lightly
Like custom animations I don't think imo that deserves vet
There's another sister system coming soon that's Performance
But you can't guarantee people won't be excluded for their colour. Mute and desktop get bullied all the time

You can customize what rank displays what
Almost wanna say that should have been particles
Limits are freaking hard though. People will start finding ways to game them
Did he just say p-p-performance??
From my understanding, Trusted is pretty hard to get to, Veteran is for the really dedicated, people who you'd legitimately consider to be Veterans of the community
I hope popular content doesn't gate access to the Veteran rank at least
@warped urchin you can set things how you want with Custom. done
Or friend them. or show avatar
@meager karma even if people do that, those are the kinda people who would just block all avatars by non friends anyways. so its not really different. this just lets you decide how it works yourself
Yeah I know just was wondering if those were due to change any time, but they ain't so it's no worries.
If you play for thousands of hours and have hundreds of friends and have been around for a while and can't have it because you don't upload popular content that kinda blows
Why not just avoid it in the first place and make ranks not visible
@meager karma you can do that too
@white saffron that's not how it works.
It can be a fun thing to display for people. If you run into people who are using it to show superiority over others, just ignore them and move on. People will be toxic.
I don't see the problem with ranks
Good to hear
Seeing higher ranks for new users is also very useful because they can know who to ask for help or advice easily
i suppose i'll wait for the update to release next week and see if it switches me into vet
It's cons don't justify it for me
Higher ranks can also help welcome newer users to the community
Exactly, if you have any questions hunt down kimple.
Kimple for sure!
The nice thing is this is all up to each person's preference. This happened on the web too. Pages had javascript and people started abusing javascript to show popups. Then they added popup blockers and then noscript. I like browsing without noscript but everyone is different
ok. I'm gonna take off. Just give it a try and keep an open mind. the goal is to make VRchat a better experience for new users as well as current.
Since you're here Ron. I was wondering if there was any large reasons why a unity update wasn't going to be done down the line let's say Feb next year or so. Since as far as I've heard and read from most unity devs the update is pretty seem less to go through with not much stuff changing other then their names.
See ya mate! Have a good one!
Unity update is on the books but that's a big job. We don't want to break everyones content
one thing at a time
UDON is next
Make vrchat better preemptively and make ranks not visible thanks
along with a possible uupdate
Udon 
XD
He said the U word π
Can't two versions of Unity coexist for worlds?
curious whether udon will unblock any of my projects
DID SOMEONE MENTION U D O N
I have got the hungers. And the only cure is some... Udon. 
U D O N
yum
Since I know a good lot who have hella slow internet which would use that quite alot
Udon is the first step towards the Oasis lol
^
Ok. Gotta go. Good to hear some feedback. Check out blog. Check out build. Should be a release in the coming week. Give feedback here
the man is tired, let him sleep
thank you and the team of vrchat for working hard.
Oh boy
π π½ π
π½
Working until 4am! Take care of yourself man!
I am beyond hyped
OMG, it's RON
So when do the devs disable the logout button so we can have SAO 
OMG it's Eret
OMG
Now that we're suggesting things... How about a clock in the menu?
If you die in VRChat, you die in real life
gasp
i wish
a way to see how many friends you have
The time probably exists somewhere in the system already
The API knows how many friends you have, but I'm not sure how to access it
The steam VR menu does have a clock in it, if you want to check the time that's a good way of doing it
Want clocks? Upvote this https://vrchat.canny.io/feature-requests/p/provide-real-world-time-data-to-shaders-1
Why a clock in the menu when you can use the shader that shows the time
thank god the steam overlay fps bug has gone away so i can check the time with it
Oculus has a wristwatch
Steam VR is ass
Oooh yeah I forgot about that
And.. My immersion! π
Like why had Oculus massively improved their dassh
Oculus now has a virtual wrist watch
I have delayed voting on this only because it still doesn't let me implement my clocks
But steamvr still looks like it's running on 0.1v
Some worlds have build-in clocks, so the time should already exist in the game data somewhere
That's most likely a online texture
@analog canopy sure it's gone? I still get my FPS dropping to 11 when opening either the Steam overlay or Oculus Dash sometimes
Oculus Dash > Steam VR by a mile
They pulled off having good timing for the New Year celebrations, it must be there somewhere
ive had be gone for me at least and it used to be every time
after what update did you notice it being gone?
Almost forgot about that... Does that world still exist?
Yeah the world still exists
for me, it works better than before - but i can still get the FPS death sometimes, not every time like before though
I made most of the posters for it, very proud lol
Nice π I enjoyed the posters and references
a few updates ago, its been awhile, im not too sure the exact one
We've got to come up with a way to top it this year though haha
Yeah, the new years world was really cool
One of the posters was a guy surrounded by lolis.. That's what I strive to be
Sounds like the poster of Nagzz lol
Also there was a HGTG reference right?
"The Hitchhiker's Guide to the Galaxy"
Ah yeah, pretty sure there was
Could have been something else, I just remember some semi-obscure references that I really enjoyed
I remember when nagzz was the edgy mobster boy, now he just has his loli army 
There was definitely a HGTG poster
Nah, he's a big VRChat YouTuber and Streamer
Ah, I don't watch Youtubers much
Got a lot of people into the game before it really blew up in popularity
Also isn't loli army pretty much dead? It has so many great avatars, but I haven't seen anyone with a "loli army" icon above their head in half a year
nagzz is a fun guy, havent met him in vrchat for months though
As far as I know, yeah
Same
I joined vrchat because of that video of the guy trying to kiss the girl and getting blocked by unity chan 

Nice, could use some more popularity
He's had to keep to private worlds because he would get swamped and crashed otherwise
This new update may help that
Fan boyed hard when evolved added me on my old account lol
Most crashers seem to be using malicious RPC calls now
Looking to play with someone as cute as me
I guess error-handling could fix that, it seems to be things like buffer overflows
I think new loading messages for higher ranks could be fun. Slowly transitioning from tutorial stuff to "you better have merged your meshes"
No thanks
That's a cool suggestion
Probably a bad idea, but still a fun one
The only tutorial you need is leave upper chest blank
I don't like that User outcut system
there are many new users who are already experienced in blender and unity
At least I think tutorial-level messages will get ignored by anyone with more than 20 hours played
I think it can also act as a news board in the future
That would be cool
Man loli army is so old that the models are actually decimated below 20k
When I first installed VRchat it skipped the tutorial for me.
Me too. I misclicked fumbling with my headset and oh well, guess it wasn't important
Then you go around the hub and ask people and everyone just figures things out. I'm still learning stuff like oh that's what vive advanced controls does (locking gestures to trigger)
When your entire gimmick is deforming avatars with shaders, and you are a known user
rip
I'm of the mind that people that are at the "User" level should just have particles disabled by default.
I have an avatar which doesn't have a bra on if you look from behind, but it does otherwise
enjoy the ban
tfw you're a user
You can't do anything to actually look at it
The stencil which removes it is only behind the avatar
Does that work with a mirror? 
It's also safe in mirrors as far as I remember
Some guy named Waverly just crashed my friend and now my friend keeps on getting blue screened and he threatened to dox me
Because a mirror doesn't reflect, but acts as a camera or something?
I'd say report and block
Who is he going to dox you to? I doubt random people would remember your address yet alone care to listen to it
Report, block, move on
He sounds like an asshole though, that guy
Caffeine haha I didn't go quite to such an extreme. I did full clothes from in front, only bra from behind. I used particles to render stencil quads so I could use particle triggers to control it.
I had a mode to flip it (using the invert operation in stencil). That confuses people even more
Some experienced players have custom shaders which can reveal stencils though, but I've only seen that once
Lol, that's great!
I'm really sad being only a known user. I still have So many ideas for playful shader effects. And most people won't even see them now
does anyone have a decent text/video tutorial on doing stencil stuff? been wanting to try it myself
Get vet before the new system π
I recommend giving xiexe shader a try. It lets you set stencil values in the unity editor inspector
Make sure to download the latest version from vrcat.club. He had some bug in an older version with stencil
aight cheers
563 hours and im a known user aha
I just added stencils to flat lit toon, it's a one-liner
Basically you should think of stencil as an 8 bit binary value. You can set, add, invert bits and check bits equal to a value. Read up on binary operations quickly if you aren't familiar. It can help
Though You can do just operation equal to some number and always use every bit (mask 255) to start with
Also avoid high bits (high numbers 64 or above). I think unity or vrchat uses those internally
Won't need to know binary
If you look through stencil things, a value gets added to that part of your screen, and then you can decide what should render with shaders
My avatar had the stencil value 2 on the plane, and "ref 2 not equal" or something on the bra
About 1k hours on this account, 120 or so avatars (but deleted a few), 200ish friends, have VR, veteran
I gave you a nice standard shaded emote e-lady. Caffeine, any worlds uploaded?
Just uploaded a private world today
I have some private and one public, but I got vet before I uploaded it
Oh which way is it offset
Maybe I have too many low ranked friends and 40 people who blocked me isn't helping
system_trust_legend is veteran in-game
That tag doesn't exist
it does lmao
There's system_legend and system_trust_veteran
sec
I am going to check out the beta soon. So is known actually trusted?
known still blocks shaders which is stupid
Your actual rank is one rank below tagged rank
You can edit that for yourself.
Get ready to get shit on for not being purple though
So system_trust_trusted is known
Oh so I might just be green :-p
these same friends are gold
"system_trust_basic","system_trust_intermediate","system_trust_known","system_trust_trusted","system_trust_veteran" There are these
Possibly not in correct order
Honestly as long as you aren't the lowest tier not much changes. Can still upload.
wait, there's a trust_legend?
yess
Oh wow
that's veteran in game
Anyway I am nowhere near shader privs so I'm just gonna be a quad with hidden shader begging people to show me
Looking to play with someone as cute as me
When people having 4 bans are trusted + and i'm trusted with 780 hours on my account with one ban day 1 because i randomly took a kanna and got associated with kanna gang on my first day.
Let go fam π
Sorry had to vent yikes
Me go home
Hope 4 bans isn't rip. I might have a few bans by walking into pug with that buggy version of cubed lite shader without knowing it π¦
Most if not all of the Veteran that I have seen are content creators (as in avatars and worlds)
when you say bans you mean kicked?
Oh not blocks :-p
And they're higher in rank with like 2 months old account
.>
Autistic system we got there
Well it's by no means a finalized system. They will be making changes before launch.
Still happy people will at least be in public worlds now. So many people got isolated in friends+ and I think it hurt usage
for exact proof: https://media.discordapp.net/attachments/409853484179914765/492320307860733952/unknown.png
in-game: https://media.discordapp.net/attachments/409853484179914765/492539311032369162/unknown.png?width=1053&height=677
where this is purple: https://media.discordapp.net/attachments/409853484179914765/492340376577769472/unknown.png
https://media.discordapp.net/attachments/409853484179914765/492330990539112458/20180908222443_1.jpg?width=688&height=676
and you know how block happy some people are
I mean just getting purple won't completely fix that. If people are block happy they could still add all of the limits to trusted group as well.
@safe prism thats because you're poking around an api that is not meant to be read so the name of ranks probably dont match up
yes i know
just people above didn't believe it
and were basing their own assumptions on it
Please tell me if im wrong because I donβt know where to ask. Dont start trolling me like you did last time but....
I assume they're only keeping the API the same to avoid disturbing current clients but hope that they will be bumping the names in the beta
@thick flare i didnt i was not in the wrong i only pinged them because people harrassed me!
What was I supposed to do
They wouldnβt stop trolling
well,okay....
Anyway please let me ask my question as idk if part of avatar or animations
@thick flare see thing is for help I donβt think for shaders is a part of animation or avatars so idk. Unless if its a part of avatars but they really should have a #shaders chat
And hey ruubick no hard feelings right? I was just being trolled by others and didnβt know what to do
I just didnβt know how to react
this is vrc-general =w=
Nono your right i could had blocked them. I was told by someone that would had been the best action against trollers. Also thank you mimi im going to move my question
xD
+1 for a #shaders chat
You could just go in the open beta, launch VRChat and check it
I'm just peasant user with 250~ hours, 29 friends and no uploaded content
π
I'm unfortunately curious.
π
I'm not too fond of the ranking system as a whole though.
Open network tab on the vrchat home page (and refresh)
do you really have 100+ avatars? you sure like a good bit of them just arent dupes of the same model but with different animations/gestures?
yeah i just metioned that in the discussion chat, i think it might make groups appear
@shy nest i only have 2 or 3 duplicates π
the rest are unique
they range from stupid memes to avatars i worked days on ;D
aight, it just irks me when people have a bunch of avatars but like 25% of them are the same model with different gestures
ye i know
i try to fit the ones i want into a single one
and reupload a different variation on the same id if i feel like it
100+ avatars are a pain to scroll through already
it'd be shit if the system also factored in avatars uploaded, because i clean mine out so i dont need to scroll through a shitload
true
I do that, but in my defense a certain controller broke so I can't use it.
oof
same with friends, I keep people on it that I talk to somewhat. I do need to do a bit of a clean out soon
i hate people adding me because of an avatar or something
i have a friends, met once and who tf are u category π
My animations consist of gags
Recently cleaned my list from like 200 people down to ~20
i dislike deleting friends without them knowing π
Falling anvil, bombs, my mallet
I want people to add me for my personality not because of some fuckin anime character model
or some stupid meme shit id make
Not to mention my signs I use to talk
Well, im silent a lot of the time i play
i show people memes
and if they give me a nice reaction i talk to them
lmao I was legit thinking you had like legit signs you'd just pull out lmao
i struggle, then i write, then i talk because people still dont get it
@shy nest I do

π
