RSandiford
Member-
Content Count
20 -
Joined
-
Last visited
-
Medals
Community Reputation
3 NeutralAbout RSandiford
-
Rank
Private First Class
-
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
-
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Heh... I don't care. It'll do for now, until someone tells me why ArmA hates me 😄 -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Ah, makes sense. Doesn't seem to help. I have these two points specified: I'm going to see if I can find a spine bone or set of spine points that it's lined up with right way, then I can set the model straight and angle it that way. Haven't heard of this. Might be nice if it is possible. -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Much more important question... Do you know how to get this bitch to sit down flat? 😄 It's a backpack - so it has an angle for when it is on a player's back. The thing so far... -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Sure. But I figure that no one would add a vert to a group unless they intended it to be there. Maybe there are situations where you would? I dunno. If nothing else perhaps it'll help someone in the future. -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Have just discovered that if vertex weight on vertices in vertex groups is set to 0, the groups don't export! Not sure if this is intentional, but it certainly caught me out. I couldn't figure out why my geometry wasn't working, until I noticed that were no selections in OB. -
Making a simple PhysX object.
RSandiford replied to RSandiford's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Tracked it down to weight being set to 0 when making the components. Had to weight paint (mode -> weight paint) them to > 0 to get it to work, as it wasn't exporting the groups. -
Making a simple PhysX object.
RSandiford replied to RSandiford's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Seems my geometry doesn't work at all, and I have no idea why. class CfgSkeletons { class Default { isDiscrete = 1; skeletonInherit = ""; skeletonBones[] = {}; }; class sandi_konkurs_missile_used: Default { isDiscrete=1; skeletonInherit="Default"; skeletonBones[]= { "tube_konkurs","" }; }; }; class CfgModels { class Default { sections[] = {}; sectionsInherit=""; skeletonName = ""; }; class sandi_konkurs_missile_used: Default { sections[]={}; skeletonName="sandi_konkurs_missile_used"; sectionsInherit = "Default"; class Animations { /* // new tube lid class KonkursOpenFrontCover { type="rotation"; source="user"; selection="tube_konkurs_lid"; axis="tube_konkurs_lid_axis"; memory="1"; minValue="0"; maxValue="1"; angle0="rad -200"; angle1="rad -200"; }; */ }; }; }; -
Hi Guys. So I am stuck trying to make a PhysX object. It is a spent tube, I'm trying to make it roll away as in RHS etc. I have an object with 1 LOD, a shadow, a geom and a PhysX geom. No errors as far as I can see. It's inheriting from a working RHS class. Everything works except it had no physics - it just sits there. Does anyone know what it needed? I have only a very basic model.cfg as I don't know if anything is needed here, could it be something to do with this? Thanks for your assistance.
-
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Oki, thanks. -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Yes.. I see. There is an update delay on the "ARMA group weight" display, so I was having to press it twice before I saw the result. How about overall weight for the geom lod? I set a named property called mass which seemed to do something, but not sure 🙂 -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
I've set component weights by selecting component, specifying weight to set, then press set mass on selected. The pressing distribute mass to selected twice. I don't know why, it seemed to give it 8x more weight unless pressed twice. I'm sure these are doing something I don't understand. Still no mass setting for the whole geom. It's it auto calculated? -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
I see, thanks. Is there an up to date guide on this, or no? -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
I'm all kinds of confused about adding mass to geometry LOD... I don't have the mass option that is shown here when selecting geo LOD http://friedenhq.org/arma-ii/using-the-fhq-arma-toolbox-for-blender/ And then, I have no idea to assign weight to components (When I import a sample it shows weight, but even then it's not editable) Halp? -
Arma Toolbox for Blender - Arma 2/3 exporter script
RSandiford replied to Alwarren's topic in ARMA 3 - COMMUNITY MADE UTILITIES
OK I set it to path/to/O2Script.exe and it works now 😄 Thanks very much!