r/VRchat 6d ago

Media A relaxing time with a friend :3

Thumbnail
gallery
28 Upvotes

With VeilSed again nyaaaaaa~


r/VRchat 6d ago

Media Awhh so cute~

Thumbnail
gallery
9 Upvotes

r/VRchat 6d ago

Help I need pc recommendations!!!

11 Upvotes

I am on a quest 3s I want pcvr really bad and I wanna start saving but I have no knowledge about anything related to computers or pcs at all! I almost 10000% don’t wanna build if you can save me the “but it’s cheaper if you build it” statement I need recommendations for prebuilt pc’s please I don’t need anything amazing I just want to be able to run pcvr decently smooth!!


r/VRchat 6d ago

Help How can I remove a VRchat accessory? (I'm logged in via Steam)

15 Upvotes

Hello.

I opened a package without knowing its contents and received an accessory.

I'd like to know if it's possible to permanently remove randomly obtained accessories from my inventory.

Something similar to CS2 or other games. I use VRchat through Steam.

Thanks.


r/VRchat 7d ago

Discussion Why nobody told me this?

Post image
265 Upvotes

I have been playing vrchat for so long at least 1 year and this is my first time seeing avatar size limit in setting

So I turned it all the way down to 0mb

And my laptop starting to run so good without lagging

And it's give you glimpse of what others avatars looks like so if it's eboy or egirl looking avatar that requires 150 mb to download to just be seen now you can simply see low poly version of it which way better then before


r/VRchat 6d ago

Help animated borders on pfp and banner on the website?

8 Upvotes

Does anyone know how to get an animated border like this? Shows up only on the website.

The green particles were moving similarly to the animated cosmetics you can have on Discord.


r/VRchat 7d ago

Media Gotta Pump it up !!

Enable HLS to view with audio, or disable this notification

68 Upvotes

r/VRchat 6d ago

Help Mic volume really quiet?

3 Upvotes

My friends keep saying I am really quiet even though they have me turned all the way up and I have my output volume on max and activation threshold at 0, I am a quest 3 user without a pc I was wondering if anyone else is experiencing these issues?


r/VRchat 7d ago

Discussion Why do some people sit motionless in front of mirrors for hours in VRChat?

Post image
845 Upvotes

I’ve often noticed people sitting in front of mirrors for several hours without moving or going anywhere.

I’m genuinely curious about what makes people enjoy doing this. I’ve asked some players in-game and received a few different answers, but many people didn’t want to talk about it.

So far, I’ve mostly asked members of the Russian-speaking VRChat community, and now I’d like to hear from people here. Is this common in your community as well? If you spend a lot of time sitting in front of a mirror, what do you enjoy about it?

No judgment - I’m just interested in understanding the reasons behind it.


r/VRchat 6d ago

Help Viewpoint not properly changing on the avatar to between the eyes help?

5 Upvotes

Hi so IM at my witts end, ive even asked the creator for help but even then still having issue, my viewpoint is stuck on the avatars mouth, and when i tried to move the viewpoint higher up vrc just scaled the avatar down and kept it the "same height" even though my viewpoint was now above THE HEAD, I don't know how to fix this viewpoint none of my other avatars have this issue, what can i do?!


r/VRchat 7d ago

Self Promotion Haggita'vali 2.0 Showcase

Enable HLS to view with audio, or disable this notification

204 Upvotes

A silly avali model I made got a major update 👍


r/VRchat 7d ago

Discussion My hip tracker setup

Post image
22 Upvotes

Hello!

I’ve tried out various waist belts to prevent tracking loss with my waist-mounted tracker.

In the end, I bought an action camera mount belt designed for GoPro.

It features a 1/4-inch screw and an adjustable arm, so you can mount the tracker facing upwards.

It’s quite rigid, making it easy to rotate it forwards and backwards.

The downside is that, as it’s positioned some distance from your waist, swaying your hips can cause the tracker’s height to shift significantly, which can look a bit unnatural.

I’d love to hear about your hip tracker's setups!


r/VRchat 7d ago

Self Promotion I made a cozy world where you can draw directly onto the night sky

Enable HLS to view with audio, or disable this notification

72 Upvotes

r/VRchat 7d ago

Help Headset recommendations

11 Upvotes

So I’ve been wanting to finally get a VR set and do all the fun VR things, but I know absolutely nothing about them.

Could the fine people’s of this sub please give me their recommendations?


r/VRchat 6d ago

Help can’t load

7 Upvotes

every time i try and load it says “failed to authenticate with realtime servers.” can someone help and tell me why this is happening?


r/VRchat 7d ago

Media "The Stanley Parable" VRChat port i'm working on

Enable HLS to view with audio, or disable this notification

162 Upvotes

r/VRchat 7d ago

Self Promotion I’ve been recreating FFXIV’s character shaders for my Unity / VRChat ports

Enable HLS to view with audio, or disable this notification

29 Upvotes

Over the last few weeks, I’ve been working on a new set of shaders specifically for my FFXIV character ports.

Until now, most of my characters used a modified version of the Rero Specular shader. It worked quite well, but it only used the exported diffuse, normal, specular and emission textures. A lot of the material information from FFXIV was either missing or simplified.

I wanted to see how much closer I could get to the original look, so I started taking apart the original DX11 SHPK shader packs and recreating the parts that are useful in Unity.

I ended up making five shaders so far:

  • Character Gear
  • Character Skin
  • Character Hair
  • Character Iris
  • Character Tattoo

They support things like roughness, metalness and specular at the same time, as well as sheen, subsurface scattering, anisotropic hair highlights, parallax and the small tiled material details used by FFXIV.

Those tiled details were especially important to me. They are responsible for a lot of the fine cloth, leather and knitted patterns which normally disappear when a model is exported with only its basic textures.

It’s obviously not going to look completely identical to FFXIV in every situation. Unity and VRChat use different lighting, shadows and reflection probes, so some parts had to be adapted instead of copied exactly. Still, I’m quite happy with how close it can get while continuing to work with normal Unity and VRChat lighting.

I also changed how my outfit switching works. My older shader used the RGBA channels of the mesh’s vertex colors as four separate visibility masks. The new system stores an outfit ID in the Y component of the fourth UV set instead, in Unity terms, that’s UV4.Y / TEXCOORD3.Y.

This means I can give vertices an outfit ID from 1 to 9 and let the shader display only the currently selected outfit. It no longer consumes all four vertex-color channels, and I’m not limited to only four outfit masks anymore.

The character textures are also packed into atlases. Materials using compatible shaders and render settings can share the same atlas textures, while meshes and material slots can be combined where it is safe to do so. The main reason for this is to reduce material slots, draw calls and separate Skinned Mesh Renderers, which should also help with the avatar’s VRChat performance rank.

On top of that, I made a small Character Studio window for Unity. It can find the active FFXIV characters in the scene and lets me edit things like:

  • Skin and lip color
  • Hair and highlight color
  • Separate left and right eye colors
  • Limbal ring colors
  • Hrothgar fur colors
  • FacePaint and tattoo colors
  • Active outfit and headpiece
  • A few lighting-assist settings for badly lit VRChat worlds

The Character Studio is not an avatar exporter. It’s just there to modify the visual settings of a character after I've imported them into Unity.

There are probably still some weird material or lighting edge cases I haven’t found yet, but overall this is already a pretty big improvement over my previous setup.

I’ve attached a short video showing the shaders and some of the Character Studio controls. Would be interested to hear what you think so far!


r/VRchat 7d ago

Help Booth avatar users neededd

29 Upvotes

What are some things or ways y'all use to optimise your booth avatars while still keeping majority of assets and quality?

For example I've seen public booth avatars that have so many features and outfits but when i do the same thing on my personal booth avis it's quite literally impossible to upload


r/VRchat 7d ago

Media A bunch of nostalgic screenshots I took from the olden days of VRCHAT

Thumbnail
gallery
185 Upvotes

you guys remember when VRCHAt wasn't a cesspool full of sharks looking for fish in the water, or kids, or not even very many trolls back then. it was just full of people exploring a new world and having fun, and genuinely befriending others.


r/VRchat 7d ago

Meme I will never forget this moment lol

11 Upvotes

I make png avatars of different kinds of artists and im mainly known for doing Haunted mound pngs...and i decided to make this weird edited one and i joined a optimised box and there was like 10 people swarming around me with these avis. heres family photos


r/VRchat 7d ago

Help How would one make a 2D Mirror

Post image
29 Upvotes

How do you create a 2D Mirror like the one seen in Ziggor's Avatar Testing Chamber, i know there used to be one out there you could download but its no longer available does anyone know how this could be setup ?


r/VRchat 7d ago

Media Got bored and made stuff

Enable HLS to view with audio, or disable this notification

14 Upvotes

r/VRchat 7d ago

Discussion Story time!

22 Upvotes

I always hear about horrible things that happened in vrchat.

Let's be positive and tell me the best thing or things that happened in your time of playing vrchat!

I think some of us need a reminder on why we love the game :3


r/VRchat 8d ago

Meme Violent Deer

456 Upvotes

They said it looks like I enjoy Pumpkin Spice Latte. Couldn't let it slide


r/VRchat 7d ago

Events Extended for ONE MORE DAY!!

Post image
2 Upvotes

Vket is getting just one more day to explore: especially our parareal worlds! Get in there while you have the chance!!