Skip to content

Other

29 Topics 119 Posts
  • Godreverger help!!

    1
    0 Votes
    1 Posts
    53 Views
    No one has replied
  • On average, how long does it take for a post to be solved?

    2
    0 Votes
    2 Posts
    54 Views
    ktosK

    in the LF section? like a year

  • 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 Votes
    5 Posts
    373 Views
    puppypawpurrP

    bump!

  • Anyone having problem uploading a image?

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

    3
    0 Votes
    3 Posts
    138 Views
    FemboyF

    it was down. was hella fuckin annoying. everything was working aside from messages.

  • VRChat Auto Clicker

    2
    0 Votes
    2 Posts
    95 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
    0 Votes
    2 Posts
    29 Views
    No one has replied
  • Gogoloco Emote weel

    2
    0 Votes
    2 Posts
    138 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
    171 Views
    No one has replied
  • vrc Thumbnail filters??

    3
    0 Votes
    3 Posts
    95 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
    82 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
    71 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
    593 Views
    Rxu9R

    Link Preview Image [Tutorial] How to make/view/export your own Halo Spartans in Blender

    The following video will help users inexperienced/experienced with Blender quickly build their dream Halo Infinite armor set (as well as other armor sets...

    favicon

    Halo Costume and Prop Maker Community - 405th (www.405th.com)

    Heres some stuff

  • Need VRC apk

    2
    0 Votes
    2 Posts
    233 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
    538 Views
    ReymR

    @Finn
    Usually i'm bad at learning text explanation but i will try to learn from their documentation

  • Ace Asin - Bloodborne SDK3 Avatar

    9
    0 Votes
    9 Posts
    1k Views
    LooseCannonL

    @Amatetsu Doesnt matter, the private version still requires a key no matter the release version

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    59 Views
    No one has replied
  • Looking to pull something from Unity into blender

    1
    0 Votes
    1 Posts
    121 Views
    No one has replied