• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Help for updating a plugin?

Uxot

New member
Joined
Jan 21, 2021
Messages
26
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.
 
You first need to contact the plugin creator.
 
its a 7 year old plugin,creator was online..7 year ago.. lol
 
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