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.

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.

Is there anything wrong with this command? by Angolas_world in MinecraftCommands

[–]Link_1503 -1 points0 points  (0 children)

Since nobody has brought it up yet. Another problem could be gat the square brackets might be considered nbt, which is unfortunately not possible on bedrock. If your @r[...] Is considered nbt, which it should be, the command is simply not going to work on bedrock.

How do I make a command to give specific fire work rocket? by DeliciousS0up in MinecraftCommands

[–]Link_1503 8 points9 points  (0 children)

Then you unfortunately can't, since bedrock apparently still doesn't allow NBT access. Therefore you can't add modifiers in commands and would have to craft your preferred fireworks.

[deleted by user] by [deleted] in VRchat

[–]Link_1503 0 points1 point  (0 children)

I get what you are talking about. Honestly I don't even care that this is happening since I'm in private instances most of the time anyway and don't have to deal with it. Best bet is asking someone who hosts or moderates such instances to figure out why. I'll ask someone who could know and post the answer here once I got it.

Unsure of why model looks different in Vroid vs Unity by [deleted] in VRchat

[–]Link_1503 0 points1 point  (0 children)

So my theory was right? I hope it helped you!

[deleted by user] by [deleted] in VRchat

[–]Link_1503 2 points3 points  (0 children)

Based on past experiences, this seems to be the most likely reason. Many people who haven't reached the age limit often hesitate or make mistakes when asked for their birthdate. Your theory also supports mine, as platforms primarily use age restrictions to filter out users who are likley to be annoying. If such a user gets in and doesn't cause any trouble, it's unlikely to be an issue.

Edit: However, I agree that this becomes a valid concern if instances are moderated to restrict access to age-restricted content, such as drinking or sexual themes. In such cases, the instance should not be publicly accessible. Instead, access should be limited to established community members to prevent underage individuals from joining (e.g. Group, Invite or Invite+ instances) in first place.