Skip to content

Other

32 Topics 147 Posts
  • any explanations?

    5
    +1
    0 Votes
    5 Posts
    37 Views
    CamomilleuhC
    @CodeAngel ofc! it seems to have fixed itself rn
  • Gonzo removal??

    7
    0 Votes
    7 Posts
    197 Views
    T
    Just been lurking the forums
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    67 Views
  • Merry Christmas🎄

    15
    16 Votes
    15 Posts
    704 Views
    picturesqueP
    5 days late to the party but Merry Christmas
  • Godreverger help!!

    1
    +0
    0 Votes
    1 Posts
    64 Views
    No one has replied
  • PriceSplit Service

    22
    3 Votes
    22 Posts
    2k Views
    BryanB
    Reviving this post to say that it's a very good idea I would most likely participate in
  • CandyXCorpse: Updated Mangle avi

    5
    +0
    0 Votes
    5 Posts
    459 Views
    BUNNYbrainrotB
    bump!
  • Anyone having problem uploading a image?

    1
    +0
    0 Votes
    1 Posts
    43 Views
    No one has replied
  • discord down lol

    3
    +0
    0 Votes
    3 Posts
    159 Views
    FemboyF
    it was down. was hella fuckin annoying. everything was working aside from messages.
  • VRChat Auto Clicker

    2
    0 Votes
    2 Posts
    142 Views
    D
    By using the following, when a key is pressed, the window will be activated, and you won't need to click on other windows ; Initialize variables clicking := false clickInterval := 20 ; Click interval (in milliseconds) windowActivated := false ; Flag to activate the window only once ; High-speed click settings SetBatchLines, -1 ; Run the script at maximum speed SetMouseDelay, 1 ; Set the delay time between mouse events (in milliseconds) ; Start actions when the L key is pressed L:: clicking := true Loop { ; Activate the window only once on the first loop iteration if (!windowActivated) { ActivateWindowAndMoveCursor("VRChat") ; Activate the window and move the cursor windowActivated := true ; Set the flag to call this function only once during the first loop } if (!clicking) break ; Simulate rapid left-clicking Click, Down ; Simulate pressing down the left mouse button Sleep, clickInterval ; Adjust click speed (interval) Click, Up ; Simulate releasing the left mouse button } return ; Stop clicking when the L key is released L up:: clicking := false windowActivated := false ; Reset the window activation flag return ; Method to activate the VRChat window and move the cursor to its center ActivateWindowAndMoveCursor(windowTitle) { ; Check if the window exists and activate it IfWinExist, %windowTitle% ; Check for the specified window title { ; Activate the window WinActivate, %windowTitle% ; Get the window's position and size WinGetPos, x, y, width, height, %windowTitle% ; Calculate the center of the window (using integer division) centerX := x + (width // 2) centerY := y + (height // 2) ; Move the cursor to the center of the window MouseMove, centerX, centerY } else { MsgBox, %windowTitle% not found. Please check if the window is running. } }
  • Quick question

    2
    +3
    0 Votes
    2 Posts
    32 Views
    No one has replied
  • Gogoloco Emote weel

    2
    +2
    0 Votes
    2 Posts
    173 Views
    U
    nvm, i got it to work, it's just more deep in unity
  • Fixing sites thats only down for you.

    1
    0 Votes
    1 Posts
    185 Views
    No one has replied
  • vrc Thumbnail filters??

    3
    0 Votes
    3 Posts
    104 Views
    A
    @Minty228 would it give you something like Cleared blueprint id in the error even tho it was already cleared? thats an error i got when i was trying to upload it with the more lewd image the first time aroud. then just got upload failed error when i just tried changing the thumbnail from SFW to Lewd.
  • Help

    2
    0 Votes
    2 Posts
    89 Views
    VitoAEsirV
    if it's in a prefab i think you need an FBX exporter tool, there's some simple tutorials on youtube
  • Interest Check for split of STL dog face by Sarokichi

    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • Live 2D Models Forum

    17
    0 Votes
    17 Posts
    2k Views
    HakiermannH
    If you are looking for something like booth but for only live2d models there is https://nizima.com/ Sadly this site is only in japanese so I recommend to use chrome with their build-in translator. You can buy already made models or make a commision.
  • Halo Spartan Google Doc

    3
    0 Votes
    3 Posts
    652 Views
    Rxu9R
    https://www.405th.com/forums/threads/tutorial-how-to-make-view-export-your-own-halo-spartans-in-blender.53179/ Heres some stuff
  • Need VRC apk

    2
    0 Votes
    2 Posts
    244 Views
    ReymR
    that sound impossible, but vrchat have made an vrchat apk for android, i'm not sure if that works for quest 1 https://play.google.com/store/apps/details?id=com.vrchat.mobile.playstore&hl=en_US here is the vrchat apk for android, as for installing it, you have to try find a way
  • TODAY I LEARNED (TIL): VRC EDITION

    8
    2 Votes
    8 Posts
    551 Views
    ReymR
    @Finn Usually i'm bad at learning text explanation but i will try to learn from their documentation