Search the Community
Showing results for tags 'Oxygen'.
Found 9 results
-
Hi, I have the problem, that my helmet is showing through glasses. Anyone know how to fix it? Here are an example: https://imgur.com/a/kq7l1po Thanks
-
help Ingame rotation problem (does not appear in O2)
Noks - Ohliger posted a topic in ARMA 3 - MODELLING - (O2)
Hello, I have a problem with my animations which do not appear to rotate around the right axis, but only in game. Here are the rendered animations in O2 : In red you will see the axis, in green the rotating bones. Here in arma 3 : Looks like the rotation center is the center of the player. class CfgSkeletons { class MY_SPLENDID_WEAPON { pivotsModel=""; isDiscrete = 1; skeletonInherit = ""; skeletonBones[] = { "trigger", "", "bolt", "", "bolthandle", "bolt", "ejector", "bolt", "firepin", "bolt", "magazine", "", "bullets", "", "safety", "", "muzzleFlash", "", "foresight_unhide", "", "Sight", "foresight_unhide", "foresight_hide", "", "BackSight", "", "fireselector", "" }; }; }; class CfgModels { class MY_SPLENDID_WEAPON { htMin=0; htMax=0; afMax=0; mfMax=0; mFact=0; tBody=0; skeletonName = "MY_SPLENDID_WEAPON"; sectionsInherit = ""; sections[] = {"muzzleFlash"}; class Animations { /* class safety_mode_rot { type = "rotation"; source = "weaponMode"; selection = "safety"; axis = "safety_axis"; memory = 1; minValue = 0; maxValue = 0; angle0 = "rad 180"; angle1 = "rad 0"; }; */ class trigger { type = "rotation"; source = "reload"; sourceAddress = "clamp"; selection = "trigger"; axis = "trigger_axis"; memory = 1; minValue = 0; maxValue = 0.05; angle0 = "0"; angle1 = "rad 15"; }; class firepin { type = "translation"; source = "reload"; sourceAddress = "clamp"; selection = "firepin"; axis = "firepin_axis"; memory = 1; minValue = 0; maxValue = 0.06; minPhase = 0; maxPhase = 0.06; offset0 = -0.5; offset1 = 0; }; class bolt_reload_move_1 { type = "rotation"; source = "reload"; sourceAddress = "clamp"; selection = "bolt"; axis = "bolt_axis"; memory = 1; minValue = 0.2; maxValue = 0.3; angle0 = "rad 0"; angle1 = "rad 80"; }; class bolt_reload_move_2 { type = "translation"; source = "reload"; sourceAddress = "clamp"; axis = "bolt_axis"; selection = "bolt"; minValue = 0.30001; maxValue = 0.4; offset0 = 0; offset1 = -1; }; class bolt_reloadmagazine_move_1 { type = "rotation"; source = "reloadMagazine"; sourceAddress = "clamp"; selection = "bolt"; axis = "bolt_axis"; memory = 1; minValue = 0.05; maxValue = 0.1; angle0 = "rad 0"; angle1 = "rad 80"; }; class bolt_reloadmagazine_move_2 { type = "translation"; source = "reloadMagazine"; sourceAddress = "clamp"; axis = "bolt_axis"; selection = "bolt"; minValue = 0.10001; maxValue = 0.2; offset0 = 0; offset1 = -1; }; class magazine_unhide { type = "hide"; source = "reloadMagazine"; selection = "magazine"; minValue = 0; maxValue = 1; unhideValue = 0.55001; hideValue = 0.602; }; class magazine_hide: magazine_unhide { hideValue = 0; unhideValue = 0.550; }; class magazine_reload_move_1 { type = "translation"; source = "reloadMagazine"; selection = "magazine"; axis = "magazine_axis"; memory = 1; minValue = 0.55001; maxValue = 0.602; offset0 = 0; offset1 = -1; }; class bolt_reloadmagazine_move_3 { type = "translation"; source = "reloadMagazine"; sourceAddress = "clamp"; axis = "bolt_axis"; selection = "bolt"; minValue = 0.7; maxValue = 0.8; offset0 = 0; offset1 = 1; }; class bolt_reloadmagazine_move_4 { type = "rotation"; source = "reloadMagazine"; sourceAddress = "clamp"; selection = "bolt"; axis = "bolt_axis"; memory = 1; minValue = 0.80001; maxValue = 0.9; angle0 = "rad 0"; angle1 = "rad -80"; }; class bullets_hide: magazine_unhide { source = "isEmpty"; selection = "bullets"; hideValue = 1; unhideValue = 0; }; class raise_frontsight { type = "rotation"; source = "zeroing1"; selection = "foresight_unhide"; axis = "foresight_axis"; memory = 1; minValue = 0; maxValue = 0.2; angle0 = 0; angle1 = "rad -90"; }; class zeroing { type = "translation"; source = "zeroing1"; sourceAddress = "clamp"; selection = "Sight"; axis = "sight_axis"; memory = 1; minValue = 0.2; maxValue = 1; offset0 = 0; offset1 = 1; }; class muzzleFlashROT { type="rotationX"; source="ammoRandom"; sourceAddress="loop"; selection="muzzleFlash"; axis=""; memory = 0; centerFirstVertex=true; minValue=0; maxValue=4; angle0="rad 0"; angle1="rad 360"; }; class foresight_hide { type = "hide"; source = "hasOptics"; selection = "foresight_hide"; memory = 0; minValue = 0; maxValue = 1; hideValue = 0; unHideValue = 1; }; class foresight_unhide: foresight_hide { selection = "foresight_unhide"; hideValue = 0.9; unHideValue = 0; }; }; }; }; The animated bones are "foresight_unhide" and "bolt". The classnames of the animations are "raise_frontsight", "zeroing", "bolt_reload_move_1" and "bolt_reloadmagazine_move_1" / "bolt_reloadmagazine_move_4". -
Hi, I have the problem, that my helmet is showing through glasses. Anyone know how to fix it? Here are an example: https://imgur.com/a/kq7l1po Thanks
-
I'm making a plane and trying to mimic the sample model plane as much as possible. It has proxies for bombs on the pylons so I'm currently trying to do proxies for my plane and struggling due to almost zero documentation online for how to actually create a proxy in Object Builder. -In Blender, in the resolution LOD, I built a triangle on each pylon marking the location and made them a vertex group named "ProxyPylon1", "ProxyPylon2", etc. and export with the Arma Toolbox for Blender -In Oxygen, I right-click that selection and click "Move Selection to Proxy (All LODS)". -Then I direct it to "P:\a3\weapons_f\dynamicloadout\pylonmissile_1x_bomb_02_f.p3d" and click OK. -It pops up a window that says "Proxy object P:/[etc.] already exists, overwrite?" -I click "Yes" and it does two things: 1) renames my selection to "proxy:...\pylonmissile_1x_b..." (much is truncated by the window) and 2) moves the triangle to 0,0,0, i.e. not on the pylon. -If I now start Bulldozer, there is no apparent change and no bomb shows on the pylon or anywhere I can see. I can't find anything online actually describing how to set up a proxy. I'm betting what I'm doing above is wrong, somehow. I've tried a few variations on the above with no success. So, how do you actually do it?
-
Using the Arma Toolbox for Blender as an O2 Alternative
Brian Tien posted a topic in ARMA 3 - BI TOOLS - GENERAL
I've tried to recently get into modding for Arma 3, Modeling using blender, I also wanted to have the ability to work on other things from within Blender as well. I am working in a team of sorts, and my role is mainly to model, texture and send over my stuff to the others to continue working on. I've stumbled across the Arma Toolbox for Blender, and the description and website seem to say that it is entirely possible to use the toolbox coupled with Blender to do everything that O2 would normally do. Meaning that O2 is made redundant with the toolbox around. I just wanted to know if anyone around has used/knows how to use this addon entirely, and can create a guide or tutorial on the complete workflow - well structured guides on this program is terribly lacking, and it seems to have good potential. Thanks, PS: I couldn't find an editing "general" so I put it here. I couldn't figure out which one this would go in so if someone would move this to a better one that would be appreciated. -
Hello, I do not have ARMA 3 - I use VBS3 with Dev Tools which comes with O2 for setting up models and I believe it's the same process used to create ARMA 3 content. I have been using O2 for a few years now but this is the first time I have had to do anything which requires the setup of an Underground LOD. I am setting up a building with a basement and as per the documentation I have setup the Underground LOD and I can successfully travel down to the basement without the Terrain interferring, however the objects which I have placed in the basement via proxies are all clipped i.e. can only see the top-half of the model. The model used in the Underground LOD is basically a massive box which exceeds the building dimensions so I do not believe this is causing the clipping. Any advice would be greatly appreciated. Screenshot from VBS showing the bottom of proxies are masked/clipped from view Underground LOD showing that proxies have clearance.
- 8 replies
-
- oxygen
- underground
- (and 4 more)
-
Custom Character Model Issues, Advice? [SOLVED]
Evilcallum1991 posted a topic in ARMA 3 - MODELLING - (O2)
This is my first post, so I'll begin by apologising for any rules I may break or any syntax issues. Secondly, Im Trying to remodel an entire Arma 3 unit for a mod I am creating. The model was imported to Object builder no worries, I then took my time to follow every tutorial I could get my hands on regarding rigging and setting the unit up to be a playable unit in game. Here is a list of everything that has been done up till now (Without knowing any extra steps): -LODs and Texture set up and working, tested in engine and in game. -Geometry working. -Memory components set up (Now these memory points were used for the Arma 2 example). -Weighting selection to allow for animations (So tedious). - model.cfg and config set up correctly (hopefully). Now when I load it into game, everything works fine, the class path, the textures, I can even control as player, and he moves around as normal. EXCEPT, the model remains in the default "T" stance and about half way through the floor. Does anyone know anywhere I could look, or give me any information on how I can make this work. (Please let me know if you need any more details, like images or my config and model.cfg) -
Hello community! I need some help. I have been trying to get an arma 3 model into the object builder to be exact if it matters it's the ia_soldier_01.p3d file. As soon as I press open in the object builder and select the file it crashes! No message nothing! It just crashes! Any help is appreciated!
-
The concept of " water temperature " and " oxygen concentration " It is a script that gives Water Enhanced • Depending on the time and the water temperature is staying on the surface of the water or water leads to death • Elapsed time until death depends on the time zone month ( season ) in the game • up to the land , if get on a ship and helicopter to recover from hypothermia etc., but the degree of fatigue will be Max • is possible underwater work to avoid such as hypothermia if wearing a wet suit Oxygen Enhanced • leads to death in about 15 seconds, the oxygen concentration is thin at an altitude 3000M more • oxygen concentration if fitted with a jet pilot helmet (A3,RHS,USAF,CUP) is kept normally • in an aircraft , such as a highly regardless of helicopter and jet has been pressurized Download https://drive.google.com/file/d/0B-oJmEA...sp=sharing Ver2.0 ChangeLog [added] World index - water temperature of each map(Map that has not been indexed will be the Standard water temperature). [fixed] fatigue limit increase during wet suit worn only when you are in the land. fatigue limit increase during oxygen helmet mounted only except when the vehicle ride. ---World index List--- "Altis" "Stratis" "Koplic" "bozcaada" "evergreen" "SugarLake" "Gorgona" "Takistan" "Zargabad" "pja310" "Shapur_BAF" "Chernarus_winter" "utes_winter" "anim_helvantis_v2" "ThirskW" "Panthera3" "Chernarus" "Chernarus_Summer" "Woodland_ACR" "ProvingGrounds_PMC" "utes" "Bornholm" "Thirsk" "sfp_wamako" "Napf" "sfp_sturko" "imrali" "imralispring" "pja305" "Sara_dbe1" "SaraLite" "Sara" "Porto" "Intro" "IslaDuala3" "Mog" "lingor3" "wake" "Atlantis" "abramia" "australia"