Changelog
v1.1.1 (11/02/2021)
- Add support for specifying a parent representative during entity blueprint creation.
- Add a new PopScreen method to the ClientUtils library.
v1.1.0 (18/01/2021)
- Add support for async HTTP requests. All HTTP Net library methods now have
Async
variants.
v1.0.8 (20/12/2020)
- Introduces a new ImpulseType shared enum.
- Introduces a new ImpulseData shared type.
- Introduces ApplyImpulse, RegisterImpulseCallback, and UnregisterImpulseCallback methods to the client PhysicsEntity type.
- Introduces ApplyImpulse, RegisterImpulseCallback, and UnregisterImpulseCallback methods to the server PhysicsEntity type.
- Introduces a new BulletEntity:Collision client-side hook.
- Introduces a new BulletEntity:Collision server-side hook.
v1.0.7 (20/12/2020)
- Introduces a new ServerUtils library to the server. Using this library you can set a custom map name and gamemode to be shown in the server browser.
v1.0.6 (19/12/2020)
- Introduces onlineId property to client Player type.
- Introduces GetPlayerByOnlineId method to client PlayerManager library.
v1.0.5 (18/12/2020)
- Introduces SetTransform method to server SoldierEntity type.
v1.0.4 (11/12/2020)
- Introduces GetSpectatorCount method to client PlayerManager library.
- Introduces GetSpectatorCount method to server PlayerManager library.
v1.0.3 (9/12/2020)
- Introduces teamId property to client ControllableEntity type.
- Introduces defaultTeamId property to client ControllableEntity type.
- Introduces teamId property to server ControllableEntity type.
- Introduces defaultTeamId property to server ControllableEntity type.
- Introduces KillCounterEntity type to client.
v1.0.2 (21/11/2020)
- Introduces an additional parameter (
stateNodeGuid
) to the UI:PushScreen hook.
v1.0.1 (28/10/2020)
- Introduces networkId property to EntityBus type.
- Introduces ping, isSquadPrivate properties to the client Player type (#520)
- Allows RCON commands
modList.ListRunning
,modList.List
,modList.Available
to be called from VeniceEXT (#531)
Last modified February 11, 2021: Add changelog for build 17539 (27f8b03)