Unity FurryVNE [2024-11-09] [FurryVNE Team]

3.90 star(s) 9 Votes

npomme

Member
Nov 20, 2020
396
609
Yeah but I think there are many tools like this, and even if one would download it and try to "de-obfuscate" it, you'd still need a unique "key" to fix all that gumbled mess.
yeah but i can confirm it's beebyte there is some leftovers inside the code and you can find a path to a librairy folder called Bee

1707776356272.png

So yeah we assumed it was bee because it was similar to what beebyte do but now its confirmed and there is no real deobfuscator for beebyte at least for my knowledge all the one that are on git are way to old
 

KL-001-A

Active Member
Dec 16, 2019
509
981
I still don't understand how some devs can get away with "MMO sub" amounts of money for their Patreons though. Like bro, there's not enough of a reason to spend $144 a year on something this early in development with no demo and so little to do yet, it's basically just a character creator with a basic animation system slapped on top that they expect you to blindly toss money at.
If I wanted to spend $144 a year on something, I'd buy a gym sub and go get ripped.

They could at least throw a trial somewhere so we can test if we like it or if our PCs can run it.
My guess is they hired a bunch of staff members and now they have to fund the whole team, which adds up pretty quick.

EDIT: you also can't even comment on the public posts without a sub. Silly.
 

BrandenUS

Newbie
Aug 3, 2019
92
86
so for what i can get you need an account to play it now? or is it because you guys want to get access to the scenes and chars of other people? cause i saw a guy that posted the patreon build but didnt download it yet to find out what it contains.
 
Jun 4, 2019
149
242
so for what i can get you need an account to play it now? or is it because you guys want to get access to the scenes and chars of other people? cause i saw a guy that posted the patreon build but didnt download it yet to find out what it contains.
After the 02-02 build got released, the WHOLE game got patreon locked. Character creator, interactive scenes, character hub, everything. But we, mostly are interested in the interactions bit :HideThePain:
 

SGT_FISH

New Member
Oct 16, 2022
8
5
Does anyone know what parts of the mesh the bone nodes are attached to? I've tried making an actual horse using custom offsets, but so far my best attempt just looks like that "honce" meme.
currently the main issue im getting is that the bones for the neck are now somehow outside the mesh which results in wierd deformations.
Also since i suck at sculpting, ive just used someone elses 3d model of a horse and bound it to the entire charachter since it looks less cursed than what i can sculpt, however now ive got some wierd shading issues.

1707831314492.png 1707831336130.png
 

npomme

Member
Nov 20, 2020
396
609
i need someone to check something for me what is the size of your game folder after login in with a pledged account?

i found the game load the skeleton and some assets from the cloud this can be the nail in the coffin if the game doesnt store them locally we are F***ed because without a valid login the game can't dowload the missing files!
 
  • Wow
Reactions: Queen Zexiara
Jun 4, 2019
149
242
i need someone to check something for me what is the size of your game folder after login in with a pledged account?

i found the game load the skeleton and some assets from the cloud this can be the nail in the coffin if the game doesnt store them locally we are F***ed because without a valid login the game can't dowload the missing files!
Didn't the game launch for you and some other dude before? With the model and such?
 

npomme

Member
Nov 20, 2020
396
609
Didn't the game launch for you and some other dude before? With the model and such?
yeah but there is something strange appening if i set breakpoint on all call to an url or a webrequest i never hit them if i set some function to not be executed

1707871346200.png

here you can see the jz when the login return 200 Ok the code jump to reverse 19 but if you patch it to not jump to this and go to the other side the game get stuck on verifiying but apsolutely spam request to the cloud like 2 per seconds and if this request was inside one of the verify function the breakpoint i have set will trigger but its not the case wich i find really disturbing
 

Kernels

Newbie
Oct 11, 2021
34
56
i need someone to check something for me what is the size of your game folder after login in with a pledged account?

i found the game load the skeleton and some assets from the cloud this can be the nail in the coffin if the game doesnt store them locally we are F***ed because without a valid login the game can't dowload the missing files!
when you try to load a character creator scene through explorer unity gives errors about no file in a folder that doesn't exist -> StreamingAssets\CC so its probably either crypted and packed or in the cloud
 
3.90 star(s) 9 Votes