-
Content Count
263 -
Joined
-
Last visited
-
Medals
Community Reputation
188 ExcellentAbout lifetap
-
Rank
Staff Sergeant
Contact Methods
-
Website URL
http://www.3commandobrigade.com
Profile Information
-
Gender
Not Telling
-
Location
UK
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
@NSCT Fixed in the dev build to last round only, plus we added a mag with no tracers.
-
@Flodos The laser and guided rounds have been implemented, we just do not add the magazines to the arsenal, because they are not in BAF service. Here are the class names for your scripts: UK3CB_BAF_1Rnd_81mm_Mo_Guided and UK3CB_BAF_1Rnd_81mm_Mo_LG The "Airburst HE" option changes the function of the standard HE rounds. I'm not aware of any bug
-
@oksman You probably want something like this private _proj = createvehicle ["UK3CB_BAF_Smoke_81mm_AMOS", [_xPos, _yPos, 500], [], 0, "none"]; _proj setVelocity [0, 0, -100]; [_proj, ["mortar1", 500]] remoteExec ["say3D"]; [_proj, "UK3CB_BAF_Smoke_81mm_AMOS"] call UK3CB_BAF_Weapons_Ammo_fnc_check_for_smoke_round;
-
@wansec_6 Unfortunately not. The containers are not attached to the vehicle, they are actually part of the vehicle model that is hidden when the container is not loaded. A little bit of scripting swaps the real container for the unhidden vehicle container at the start of the loading process.
-
Lovely looking map, excellent work. Is there a separate download for the bikey?
-
I do not recall ever using blank rounds with AI. It's entirely possible that the AI hold fire as they would be unable to damage the opposition.
-
We'll revisit the rails to pick-up the change in RHS rail definitions. Also, the naming of our rails goes way back to our earliest mod (5+ years ago) before we were familiar with the standard naming conventions.
-
- 1108 replies
-
- 10
-
terrain Hellanmaa / Hellanmaa winter
lifetap replied to Temppa's topic in ARMA 3 - ADDONS & MODS: COMPLETE
@Temppa Really excellent job on the updated winter version, thanks 🙂 -
terrain Hellanmaa / Hellanmaa winter
lifetap replied to Temppa's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Temppa, we use your maps extensively, as they're both visually excellent and ideal for small scale infantry combat. So a big thank you. I noticed that you mentioned you'd gone for the partial snow coverage in Hellanmaa. Whilst this is great for variety, there does seem to be a graphical issue (perhaps texture resolution?) in the placement of the snow. The thawed patches look a little regular (square) in some places. Is this an engine limitation? -
Check that BAF_Weapons is in the mod pack. BAF_Units requires: BAF_weapons, BAF_equipment and BAF_vehicles
-
Yes, an L85A3 is planned
-
There are vanilla signs in-game that you can add your own custom textures via Eden.
-
We use @CANS, this gives rocks etc to hostile civilians
-
@Laumi, that is working as intended. The mod uses the same loadout mechanics as our BAF units.