This looks like using a non 'Base Female" skin. Always use 'Base Female' skins. There is even a warning message about this I think.View attachment 608162
how to fix this??
Last edited:
This looks like using a non 'Base Female" skin. Always use 'Base Female' skins. There is even a warning message about this I think.View attachment 608162
how to fix this??
The preset will not influence the scrotum, unless you maybe save it while 'Hide Penis' is on. Just save your preset with 'Hide Penis' off. The provided presets do not reduce or remove the scrotum.Hi, forgive my ignorance, but how do we get an AF preset to load with the scrotum again? Choosing presets eg GinaAltFuta and GinaAltFutaVag both have balls missing? Sorry if this has already been answered or if it is really obvious!
1. First of all, the main problem seems to be related to systems using on demand package loading only. Right? It's not advisable to edit the meta.json to 'add dependencies'. The meta.json is just a mirror of all the dependencies that have been automatically recognised by the .var file system, e.g. by scanning through package references in the plugin code.@RunRudolf it looks like AlternativeFuta doesn't declare its resources pack as a dependency, causing NRE with package managers (I'm using VPB).
On installs that don't already have AlternativeFutaResources registered (e.g. anything using VPB's on-demand package loading), the plugin fails and spams NREs. Two root causes:
Thanks!
- The .var's meta.json declares no dependencies. Init() locates the morph pack via FileManagerSecure.GetPackageVersion("RunRudolf.AlternativeFutaResources.latest"), which returns -1 because nothing ever told the package manager the pack is needed. The plugin references it only by name-query, and the dependency isn't declared (confirmed in Hub too). Declaring RunRudolf.AlternativeFutaResources in meta.json fixes this at the source: Hub download offers it as a missing dependency, and on-demand loaders (VPB, etc.) resolve and register it automatically. (Verified: a build with the dependency declared loads the pack on demand with no manual intervention.)
- Update() dereferences characterRun with no null-guard. When Init() early-returns on the "not installed" path, characterRun stays null and Update() throws NullReferenceException every frame - the log fills and FPS tanks. Best to log once and disable, rather than throwing per-frame.
i tried but when i do skin reload it always go back to female 3 if i change skin the penis disappearsThis looks like using a non 'Base Female" skin. Always use 'Base Female' skins. There is even a warning message about this I think.
View attachment 608283
You have to switch base skin before adding the alt futa plugin.i tried but when i do skin reload it always go back to female 3 if i change skin the penis disappears
My bad, all I had to do was load AF plugin and select presets BEFORE loading the RE&FS suite and everything runs perfect, thanks so much for one of the best resources on the Hub! <3The preset will not influence the scrotum, unless you maybe save it while 'Hide Penis' is on. Just save your preset with 'Hide Penis' off. The provided presets do not reduce or remove the scrotum.
I think you can even load it with RE&FS active, but remove any clothing covering the genitals before loading.My bad, all I had to do was load AF plugin and select presets BEFORE loading the RE&FS suite and everything runs perfect, thanks so much for one of the best resources on the Hub! <3