Skip to content

Tutorials

65 Topics 202 Posts
  • TUTORIAL [How to find a VRCA]

    15
    +7
    2 Votes
    15 Posts
    4k Views
    yakuyakuY
    because you closed the assetripper when it's extracting or you closed it in general.
  • PCSS showing in Unity, but not in game?

    1
    +1
    0 Votes
    1 Posts
    25 Views
    No one has replied
  • How is this done or what the setting called in Unity?

    2
    +1
    0 Votes
    2 Posts
    44 Views
    PuppyPawsP
    I'm not really sure if this will help answer your question but I know for some hairs there are two different materials in unity that allows you to color them two separate colors. As for making it that way idk how to do that. Cause other hairs may only have one material. I assume it may be a blender thing or - youtube may help you?
  • TUTORIAL [Repairing VRCA's In Unity]

    2
    +16
    1 Votes
    2 Posts
    57 Views
    LiteralL
    please note if there is an error in the console of unity when trying to upload it. just read it it will tell you what you missed! if you have any questions or problems please message me here on Ripperstore!
  • 3 Votes
    1 Posts
    150 Views
    No one has replied
  • Help with uploading things for you all ~

    2
    0 Votes
    2 Posts
    119 Views
    solamistakenS
    The easiest way is to upload the zip you get off of BOOTH/wherever to WorkUpload or PixelDrain (or both, or GDrive or another site, etc... they're just the most popular two) and make a post under the Gifts section with the name of the item from the listing, plus any English translations/anything else important for others to know. You can link to an image off the listing to show as a preview, then post links to both the original listing's site and wherever you've uploaded it Past that, it's your choice on how you like to format your own posts
  • How do I add textures to my Chibi Novabeast?

    1
    +1
    0 Votes
    1 Posts
    38 Views
    No one has replied
  • Rip booth stuff ?

    1
    0 Votes
    1 Posts
    132 Views
    No one has replied
  • bypassing GonsoLicense using Shadowcopy

    6
    11 Votes
    6 Posts
    1k Views
    taikeruT
    for the programmers and more technically inclined, here's a very simple nodeJS based directory monitor, mentioned in footnote [3] 'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const chokidar = require('chokidar') // Define the path of the directory you want to monitor const directoryToWatch = 'path/to/project/directory/here' const watcher = chokidar.watch(directoryToWatch, { persistent: true, ignoreInitial: false, awaitWriteFinish: { stabilityThreshold: 2, pollInterval: 5 }, atomic: true }) const alertUser = function (message) { console.log('Alert: '.concat(message)) } watcher .on('add', function (path) { return alertUser('File added: '.concat(path)) }) .on('change', function (path) { return alertUser('File changed: '.concat(path)) }) .on('unlink', function (path) { return alertUser('File removed: '.concat(path)) }) .on('error', function (error) { return console.error('Watcher error: '.concat(error)) }) console.log('Watching for changes in directory: '.concat(directoryToWatch)) it utilizes the chokidar package to monitor a directory for any incoming changes, additions, and deletions - users can use this to see immediately when GonsoLicense creates files in \Packages\com.vrchat.avatars\Samples\Dynamics\Robot Avatar\Animators (or wherever it may write to within the project directory), and should give ample notice to launch shadowcopy you might even be able to modify this script to detect when the decrypted files are written and automatically launch shadowcopy if there's enough interest i wouldn't mind writing a redistributable script to automate this whole process as much as possible
  • How to disable upload limits in newer SDKs

    11
    0 Votes
    11 Posts
    1k Views
    L
    for PC it's mostly the same. if you go over the Max Limits then the server checks will fail the first time you try to use the Avatar. With the new Server Check system most upload bypass getting detected after the upload.
  • How can I rip a world in VRChat?

    1
    0 Votes
    1 Posts
    139 Views
    No one has replied
  • 0 Votes
    1 Posts
    130 Views
    No one has replied
  • False Positives and Malware

    3
    6 Votes
    3 Posts
    514 Views
    TomCom1995T
    this has been updated a little.
  • help with editing booth avatars?

    7
    0 Votes
    7 Posts
    162 Views
    zunakiZ
    @wangxian ohhhh okay, thank you!
  • BLUEPRINT ERROR SOLUTION!

    1
    0 Votes
    1 Posts
    58 Views
    No one has replied
  • how to place a dildo with dps, and how to lock it

    6
    +0
    0 Votes
    6 Posts
    796 Views
    LesbianFishL
    @EmmiAkina this really helped! i never new vrc fury could be used, i assumed it have to manually make all the world constraint stuff so i never tired >_<
  • help with optimizing edited booth models for quest

    1
    0 Votes
    1 Posts
    93 Views
    No one has replied
  • How do I add assets to my avatar?

    18
    0 Votes
    18 Posts
    288 Views
    solamistakenS
    @gothcakes No worries at all, and no such thing as stupid questions
  • How to remove gonso

    9
    0 Votes
    9 Posts
    417 Views
    dead soulD
    https://forum.ripper.store/post/481848
  • Needing help

    1
    0 Votes
    1 Posts
    31 Views
    No one has replied