Arma 3
HBQ_SpawnSystem
Showing 131-140 of 161 entries
< 1 ... 12  13  14  15  16  17 >
Update: Nov 27, 2023 @ 2:38am

v.1.2.6
- New: Debug Circles around spawnpositions to show Player Security Distance
- Changed: Performance optimization with Player Security Distance
- Fixed: now APCs keep moving also when Disembarked Group is dead.
- Fixed: Error with PlayerSecurity distance
- Changed: more precice Vehicles Placement

Update: Nov 25, 2023 @ 3:17am

v.1.2.5
- New: Min FPS (Only Spawn when Server FPS is higher than set)
- New: Zulu Headless Client Blacklisting support
- New: Security Checks and warnings if a Spawner potentially spawns infinite amount of Units (Happend last night in the Operation of my Unit ;-))
- New: Warning message to Admins when AI count is very high for over 10 Minutes. (This is a security feature for Admins to be able to spot potential Server overload early).
- New: Separated Despawn Security Radius (You can now have separeted security Radius for Spawning and Despawning)

Update: Nov 22, 2023 @ 12:01am

Update: Nov 21, 2023 @ 11:56pm

Update: Nov 21, 2023 @ 2:20am

v.1.2.4
- New: Spawn in Formation (Disabled by default) Only use when Units spawn in open field. For spawning in Buildings or tight spaces you need to disable this)
- New: Airvehicles Loiterradius (sets a loitering Radius on last Wayoint)
- New: Separate Init Code for Vehicles Crew Groups
- Fixed: Spawndelay was broken in last version
- Fixed: A bug where Crewmembers of big Cargoplanes would also parajump
- Improved: Spawning Positioning for Infantry and Planes

Update: Nov 17, 2023 @ 5:48am

v.1.2.3
- New: Repeating Triggers works now
- New: Parameter to set a minimum Trigger delay (To prevent repeated Triggering in short intervals)
- Changed: Rearanged some Parameters that when in the Waves Category as these
also Effect non Wave Spawns.

Update: Nov 16, 2023 @ 7:36am

v.1.2.2
- Fixed: Headless Clients work now correctly with HBQ spawning

Update: Nov 14, 2023 @ 5:28am

v.1.2.1
- New: SpawnPropability (to randomize your mission even further)
- New: Trigger Radius: Only Spawn when enemy enters a zone around the Spawnposition
- New: When you place the last Moveposition in the Air, Helis and Planes dont try to land but stay Airborne.
- New: Raycast option (This option will halt raycasting calculations for all groups which don't contain any local entities. Units, that are not in a group with at least one local member, will not check visibility of other units. This will cause, that remote units will not have updated knowsAbout and it will save some CPU time. See also BI Wiki: disableRemoteSensors)

- Changed: Removed Groupsettings (Skill,Stance,Combatbehaviour,Combatmode,Speedmode).
These settings are now read from the Synced groups.
IMPORTANT!!! You might need to adjust old Missionfiles and make these settings in the Synced Groups now.
-Fixed: Simple Patrol with only one Moveposition works now
-Fixed: Airvehicles get despawned now when returned to base
-Fixed: Error with Landingzone creation
-Fixed: Vehicles now work with Delete on Targetposition
-Fixed: Issue with Random Groups and Groupsize -1
-Fixed: some little things
-Fixed: Some code optimization

Update: Nov 10, 2023 @ 1:00am

v.1.2.0
- New: Fast Disembark option: Units will disembark much quicker
- New: Vehicle Crew Loadouts supported now
- New: Vehicle Loadout support
- New: Ace Cargo Transport (Vehicles can transport and drop custom Supplyboxes. ACE must be loaded)
- New: Cargo Paradrop
- New: Option to disable Custom VehicleLoadout
- New: Fuel Consumtion setting for Spawned Vehicles
- New: If you have more than one group synced a random group will spawn
- Changed: Group size can now be set to -1 (The exact amount of units like the syned Group will spawn.)
- Changed: You can now also enter only one Number in Group size (eg. 5 will set groupsize to exact 5 Units)
- Fixed a bug where Helis would not return to base and just keep hovering
- Fixed: On Some maps modded Vehicles would not start moving.
- Fixed: Flickering Units when Spawned with optimized Spawnmethod
- Changed: Default Forces Balancing is set to -1 (Disabled)
- Changed: Code Restructuring/Optimization
- Changed: Removed Random Units option (not necesarry anymore)

Update: Oct 30, 2023 @ 6:04am

v.1.1.1
- Changed: I had to change the Initcode Variable _this. Instead of using " _this" you now need to use "spawnedGroup" to reference the Group.