-
Content Count
82 -
Joined
-
Last visited
-
Medals
-
I cant open your file. Here is Test car from Arma Sample models https://gofile.io/?c=QQuRv3
-
Problem isnt in Driver rtm animation. You dont need volant selection, because that is drivewheel in translation. your skeleton bones should look like this "drivewheel","", "wheel_1_2","", "wheel_1_1","", "wheel_2_1","", "wheel_2_2","" also you have 2 animation for drivingwheel, delete DrivingWheel animation and take a look into Car sample model, config and animation: https://store.steampowered.com/app/390500/Arma_3_Samples/
-
same rvmat. different values of specularPower https://postimg.cc/CRFS7Hbr
- 4 replies
-
- metal
- reflective
-
(and 3 more)
Tagged with:
-
Can you post your RVMAT and screenshot? Reflectivity in A3 is done by specularPower value, enviroment map in your rvmat - Stage 7 fresnel values and SMDI map channels. https://community.bistudio.com/wiki/RVMAT_basics https://community.bistudio.com/wiki/Static_Environmental_Reflections https://community.bistudio.com/wiki/Super_shader#6._Fresnel_function
- 4 replies
-
- metal
- reflective
-
(and 3 more)
Tagged with:
-
Walls need to be modeled in Geo LOD as simple is possible, then go to „Structure“ -> „Topology“ -> „Find Components“. White wall might be a missing texture or wrong path to texture. look into House model Sample: https://store.steampowered.com/app/390500/Arma_3_Samples/ and watch some tutorials: https://community.bistudio.com/wiki/Mondkalb's_Addon_Tutorial#Step_Seven:_The_LODs
-
I looked into your video (0:48) in slowmotion mode few times, i noticed that reload animation of hammer is working. It is only barely noticeable due of animation high speed. And try to change isEmpty animation values min/maxPhase and min/maxValue to 0/1.
-
Naming convention: color _CO.tga normal _NOHQ.tga specular _SMDI.tga https://community.bistudio.com/wiki/ArmA:_Texture_Naming_Rules#Normalmap https://community.bistudio.com/wiki/Texture_Map_Types also check your rvmat Stage 7, it need to be reflection map: class Stage7 { texture = "A3\Data_f\env_land_ca.tga"; useWorldEnvMap = "true"; uvSource = "tex"; class uvTransform { aside[] = {1.0,0.0,0.0}; up[] = {0.0,1.0,0.0}; dir[] = {0.0,0.0,0.0}; pos[] = {0.0,0.0,0.0}; }; };
-
http://community.bistudio.com/wiki/Arma_3_Particle_Effects http://community.bistudio.com/wiki/Arma_3_Particle_Effects:_Config_Parameters
-
It can be due not centered mass of vehicle components in Geometry / Phys LOD.
-
This is definitely not LAV25A2 model, even ARMA2 vanilla LAV25 is not a A2 variant :) There are some visual defferencies: LAV25 - old style exhaust - M242 smooth barrel - different external M240/M60 machinegun mount - different gunner sights LAV25A2 (SLEP modifications) - ballistic armor - thermal shroud on exhaust - improved suspensions and tires - hull and turret wirecutter
- 440 replies
-
- 3
-
- csla
- csla studio
-
(and 4 more)
Tagged with:
-
https://community.bistudio.com/wiki/Oxygen_2_-_Manual#Geometry_.28model.29_named_property Try to add a named property placement=slopes in GEO LOD.
-
https://forums.bistudio.com/forums/topic/204602-wmo-walkable-moving-objects/
- 162 replies
-
- 2
-
CZN Masaryk aircraft carrier by DonbassCZ
Yano replied to Luke_z_Brna's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Are you sure? Look at the article source date please :D http://www.lidovky.cz/cesko-postavi-letadlovou-lod-masaryk-dwb-/zpravy-domov.aspx?c=A170331_211750_ln_domov_sij- 7 replies
-
- 2
-
- aircraft carrier
- czech
-
(and 1 more)
Tagged with:
-
Can anybody help me with simple script for fire station pole drop? Building has a pole climb for emergency/rapid exit and possibly entrance. For evac player uses action menu "slide down", changes animation pose and place to memory point "top" and can control movement down at speed approximately 10kmh something like fast rope. When player reaches bottom changes animation to normal. Opposite direction from bottom to top same functionality like ladder at low speed climbing up. Thanks
-
First check if your model animate properly in Buldozer. Some suggestions: 1. Class names in AnimationSources need to be same as names in model.cfg 2. User actions same: 3. https://community.bistudio.com/wiki/ArmA:_How_to_animate_a_model#User_Animation