• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Help for updating a plugin?

Uxot

New member
Joined
Jan 21, 2021
Messages
23
Reactions
3
Anyone here willing to fix a old plugin to work with current VaM version?

Im guessing i won't get a reply here since Discord was total silence lmao

Kinda of a unique plugin called "Oviposition"...No menu and when Enabled nothing happens,found the old instructions but nothing works.
 
ouch. then you'll have to find someone that can create a similar plugin. What does it do? Maybe you should make a request post or maybe post it here. There may be someone that will take it on in creating it at somepoint.
 
its a 7 year old plugin,creator was online..7 year ago.. lol
Maybe you can grab a very simple free plugin, with the UI elements you need, and start inserting the code from the old plugin into the newer format?

I have a script to help with automating the .var creation process - especially useful for plugins that use multiple .cs files.

 
Oh thats nice,i guess ill have a look at that,thanks also here the plugin.
 

Attachments

  • EggLayerAnus.cs
    7.2 KB · Views: 0
Oh ive just realized that theres an error with the script when loading it:

"
!> Exception caught: System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
at System.Collections.Generic.List`1[Atom].get_Item (Int32 index) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ElementAt[Atom] (IEnumerable`1 source, Int32 index) [0x00000] in <filename unknown>:0
at MVRPlugin.EggLayer.FixedUpdate () [0x00000] in <filename unknown>:0 "
 
Oh ive just realized that theres an error with the script when loading it:

"
!> Exception caught: System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
at System.Collections.Generic.List`1[Atom].get_Item (Int32 index) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ElementAt[Atom] (IEnumerable`1 source, Int32 index) [0x00000] in <filename unknown>:0
at MVRPlugin.EggLayer.FixedUpdate () [0x00000] in <filename unknown>:0 "
It's looking for "ISSphere" Atoms. Is there another .cs file that is supposed to add them to the scene, or do you have a scene with the Persons and ISSphere atoms already in it?
 
No no other .cs file to add,tried to load plugin before/after adding the "ISSphere". (No error just nothing happens) so its a bit confusing lol
 
Back
Top Bottom