Awesome work, this looks excellent
Announcement
Collapse
No announcement yet.
VR Expansion Plugin
Collapse
X
-
Here is a project that is being created with the VRExpansionPlugin. Huge thanks Mordentral for the incredible plugin - there's such a huge amount of effort put into it, and it is released freely with Unreal VR developers worldwide. Much appreciated! I have put a credit to you and the plugin on the video below and it's website.
Comment
-
Originally posted by michaelwbell View PostHere is a project that is being created with the VRExpansionPlugin. Huge thanks Mordentral for the incredible plugin - there's such a huge amount of effort put into it, and it is released freely with Unreal VR developers worldwide. Much appreciated! I have put a credit to you and the plugin on the video below and it's website.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Last edited by mordentral; 02-06-2017, 09:03 PM.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
For some reason the plugin is completely ignoring what settings I use for a Grippable static Mesh actor in the VRGrip Interface settings. I set the Grip types to whatever and once I grip the actor with GripObjectByInterface or GripActor and read the SlotGripType its always setting it to Sweep with Physics.. Any idea why this might be happening?
Comment
-
Originally posted by zale90 View PostFor some reason the plugin is completely ignoring what settings I use for a Grippable static Mesh actor in the VRGrip Interface settings. I set the Grip types to whatever and once I grip the actor with GripObjectByInterface or GripActor and read the SlotGripType its always setting it to Sweep with Physics.. Any idea why this might be happening?
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Climbing seems pretty much done. Great work. Is there anything else you are planning on adding to the plugin? Other than really game specific stuff I can't think of anything "general" you haven't covered. Maybe Flying or webslinging (grapplehook)? Those might be too game specific though.
Where do you plan on going from here?Heavy Diesel Softworks, LLC - Owner
Comment
-
Originally posted by OneShotGG View PostClimbing seems pretty much done. Great work. Is there anything else you are planning on adding to the plugin? Other than really game specific stuff I can't think of anything "general" you haven't covered. Maybe Flying or webslinging (grapplehook)? Those might be too game specific though.
Where do you plan on going from here?
I think I was going to tackle armswing and running in place motion next, I don't really like either of them but they are quick to implement and I know that many do like them (again though, they are a purely blueprint implementation, not really a plugin addition).
Other than that i'm starting to run out of things to addMost of the things left are just gameplay concepts, not really related to the plugin itself.
Last edited by mordentral; 02-07-2017, 03:05 PM.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Pushed a commit to the template and plugin for the 4.15 alpha branch (this will break projects but is a simple fix)
Code:Made base characters and base movement components hold more of the logic for the VR characters This change allows blueprint characters to be abstract between VRChar and SimpleVRChar and switch between the two (so that I don't have to duplicate nodes and code between the two base classes). It also causes less code duplication and clarifies class roles more. This change moves the VRForwardVector / Right / Location functions into the character itself for the VRCharacter, like the simple character already had it.
*Projects using the VRCharacter will need to pull VR forward/right/up/location vectors from the character itself now instead of the root component. Everything else should just work*
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Originally posted by andyxor View PostHi,
just a quick question as i´m working on something right now using your great plugin.
How can i "deny-gripping" one mesh when another mesh (wich is a child from the first one) is moving in my scene ?
Thanxx alot =)
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Pushed another patch to both the template and the plugin, left some control booleans true for the VRCharacter that are intended just for the simplecharacter. Sorry to anyone that got instantly sick from the broken neck effect.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Originally posted by mordentral View PostNope, shouldn't happen at all unless you are passing in the wrong thing, are you sure you aren't passing in the component and not the actor?
I have an Actor thats a child Blueprint of the Grippable Static Mesh Actor, lets call it "Item" for now. Before grabbing it I cast it to a Grippable Static mesh Actor, then I use the GrabActor function(or whatever it's called, sorry on my tablet atm) with it as the target and use the Interface Function to get the Grip type information and the Grippable Static Mesh Actor I got from casting my Item.
No clue why it's happening.
Comment
-
Originally posted by zale90 View PostIts definitely the Actor.
I have an Actor thats a child Blueprint of the Grippable Static Mesh Actor, lets call it "Item" for now. Before grabbing it I cast it to a Grippable Static mesh Actor, then I use the GrabActor function(or whatever it's called, sorry on my tablet atm) with it as the target and use the Interface Function to get the Grip type information and the Grippable Static Mesh Actor I got from casting my Item.
No clue why it's happening.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Played around with a server browser to test multiplayer with in the template will upload to the 4.15 alpha template tonight, it WILL be buggy due to rushing through implementing it.
This is an un-edited template, just with a server browser to load into servers with. Most of the objects aren't currently set to replicate movement so they will be un-sync'd with the server to the client (including the moving climbing wall). But it can be polished from here.
This was about an hours worth of work (only spent on the server browser really) don't take it as an indication of what it will be like eventually as most objects need to be edited to allow for multiplayer.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
Comment