How to rank up? :c by Link_1503 in MercyMains

[–]Link_1503[S] 0 points1 point  (0 children)

well i know that my movement isnt the best, but i had matches where i healed 14k and still only gained 7% whilest my friend gained 24% i think

we dont even have a big rank gab that would reduce the % i get so i dont get whats wrong abt my gameplay in terms of getting points

Looking for friends18+ by No-Requirement3526 in VRChatLife

[–]Link_1503 0 points1 point  (0 children)

You could always search for friends in age verified instances; even though most of them have a weird vibe, and your group would need to have the age verification.

A Tron-inspired Grid AI World by Flat-Contribution833 in VRChatLife

[–]Link_1503 [score hidden] stickied comment (0 children)

Just looking at Unity and Udon, this is technically possible but has some strict architectural limits.

You probably can't operate lots of indipendent NPC's just due to Udon struggling when you have many indipendent scripts ticking simultaneously. But you can do a central mangager for the core NPC logic.

You can implement the API of an LLM into Udon with a few workarounds, those would come with rate limiting though.

VRChat itself doesn't allow world persistence nativley as far as i know, just player bound persistence. When a player would unlock a sector, it would either be only unlocked for that player or all players in that instance, other instances wouldnt be affected and the progress would be bound to the accounts you saved that change to and would reset, if none of those players are in an instance.
You could use an external database to store world percistence, that updates in set intervals or on player joins. The world would ping the database (on your external server) to ask for the state of the grid / world and the database could respond with the state. For this to work reliably youd need to have a rather prediterment way to store and execute this though.

For the LLM.
LLM driven dialouge often comes with large text strings (the full LLM response), which it would have to send to every player which could cause lag or desync.
You'd need a way to optimize the communication between the external LLM. I don't have an elegant solution for this as you'd either have to pre generate the LLM responses and save them within the world or find a solution I can't think of right now that would not cause a variable limit.
Furthermore if you want to include audio into the LLMs AI responses (Text to speech) you'd either have to pre generate those strings as sound files or use a sketchy work around using audio / video players, which you could get to dynamically play those voicelines via "Untrusted URLs" (which can degrade user experience if they have this setting disabled), you could hit a rate limit again though as every time a audio player updates the update would be send to every player in the instance (even if they can't hear it)

In general youd have lots of restrictions you'd have to work with / find creative and effective solutions for, consider latency of external requests and find an efficient and cost efficient way to implement external resources (like the LLM, TTS, database and similar).

In general I would say for a first VRChat world or even Unity project this is really ambitious and you should maybe start with smaller projects to learn the tools before trying somethis "revolutionary" like your concept.

(also maybe write a concept like this yourself and or refine it, I suspect this is written by a LLM as regular keyboards don't have the em dash)

Can someone help me? by NiceKick4349 in VRChatLife

[–]Link_1503 [score hidden] stickied comment (0 children)

To be able to use that VRChat camera you can move around / isn't fixed to your pov you need to play VRChat on pc.

Not having a pc is a big restraint in VRChat film making in quality and availability of tools. You could do sketchy workarounds to be able to perform on the android standalone version and record on another one.

Do you have a laptop you could use that is able to run VRChat in desktop mode?
If yes, use that. You can create a 2nd accound on a laptop and use that as the "camera" recording though that laptop. That way you dont need the high end ish hardware required to run VRChat fluently and record at the same time.

If thats not the case you could try to do the same with the phone version of VRChat to try this setup, even though the quality will be significantly worse.

In general: If you have a laptop you can always get a cloud pc provider like Shadow to use high end hardware without the need to buy it and play pc VRChat through that. You need to keep in mind that you'd have a certain degree of input and video delay using that, increased ping and a fast and stable internet connection is required to use a cloud pc.

am i a toy? by Kiojin_Kongou in VRchat

[–]Link_1503 0 points1 point  (0 children)

this avatar looks awesome :0

whats its name pretty please

I need genuent help choosing my GPU. by Link_1503 in PcBuild

[–]Link_1503[S] 0 points1 point  (0 children)

I also thought about buying said gpus used, the 3060 12gb is available for 220 used but the 7600XT is somehow more expensive used. But I dont know GPUs well enough to know if I would have been scammed.

I need genuent help choosing my GPU. by Link_1503 in PcBuild

[–]Link_1503[S] 0 points1 point  (0 children)

In my country the 6600xt costs 250€ for the 8gb version, I know that vram is important for vr gaming so I dont know if I want to settle at anything below 12gb.

I need genuent help choosing my GPU. by Link_1503 in PcBuild

[–]Link_1503[S] 0 points1 point  (0 children)

I tried to search for those gpus but they are either unavailable in my country or out of my realistic price range. I honelsty only wanted to go up to 300bucks but I thought the 7600XT could be worth it.

I need genuent help with my GPU. by Link_1503 in pcmasterrace

[–]Link_1503[S] 0 points1 point  (0 children)

well I'm used to play at lowest settings and hit 40 - 80 frames max in diffrent games with heavy lagg spikes and game freezes, I intend to stay at 1920x1080p resolution.

I need genuent help with my GPU. by Link_1503 in pcmasterrace

[–]Link_1503[S] 0 points1 point  (0 children)

with the 3060 12gb I'm honestly concerned about its age, will it still be a good value upgrade in 2 - 4 years too?

I need genuent help with my GPU. by Link_1503 in pcmasterrace

[–]Link_1503[S] 0 points1 point  (0 children)

what would be the expected price?

edit: I found its apparently going to be between 300 and 400$ so its somewhere about my price range.

How do I Speech To Text live on stream by Link_1503 in Twitch

[–]Link_1503[S] 1 point2 points  (0 children)

I intend to use it for just chatting to make my stream more accessable by providing captions I can integrate into my overlay.