16.0.0-Release
16.0.153
Warning
This update is the latest.
Tip
This update was released on 16.04.2024
Client
- Compatibility for GTA - Update 3179
Launcher
- Added cachePath config
- Added auto detection for platform if game path is set
- Updated mirror for china
- Removed skipLauncherPatcher config
16.0.147
Tip
This update was released on 30.03.2024
Server
- Added caching for streamed bitsets
- Improved performance of player connect/disconnect events
- Improved performance of dimension checks
- Improved performance and stability of entity streamer
- Improved entity containers
- Improved performance of migration manager
- Improved entity fetch of cell manager
- Improved log of property sync errors
- Improved log of sync limit errors
- Improved alt.getEntitiesInDimension and Alt.GetEntitiesInDimension()
- Fixed colshape manager
- Fixed player to player attach offset
- Fixed default values of wheel getters
- Fixed wheelsCount getter #2062
- Fixed onStreamSyncedMetaChange event #2231
- Fixed order of player bones
- Fixed player to ped attachment
- Fixed ids of ped bones
- Fixed components startup order
Client
- Added increase for high heel and props drawables from 255 to 4294967296
- Improved internal debug utilities
- Improved remote audio load timeout
- Migrated backup functionality to startup (launcher) to reduce permission related issues
- Added new medal.tv api
- Added runtime size validation
- Added compile time pattern initialization
- Added function to get streamed file name by index
- Fixed missing NULL check in detour functions
- Fixed crash caused by modded vehicles
- Fixed replacement of data files not working
- Fixed log of callstack logging
- Fixed isTalking timeout
- Fixed rml element remove call
- Fixed rml element create call
- Fixed rml element event #2209
- Fixed gameEntityDestroy event #2236
- Fixed static pattern initialization
- Fixed vehicle exit animation reset with clothes, props and hats
- Fixed memory leak in audio outputs
- Fixed weapon damage event
- Fixed game entity create and destroy event for local peds, local objects and local vehicles
- Improved mutex for rmlui
- Improved removal of audio output
- Improved microfreezes
16.0.0
Tip
This update was released on 12.01.2024
Server
- Added config
masterlistRelay
to server.toml, its default value is""
- Added config
mtu
to server.toml, its default value is1400
- Added config
enableSyncedMetaData
to server.toml, its default value istrue
- Added property
versionMajor
toConnectionInfo
to JS-Module andVersionMajor
toIConnectionInfo
to C#-Module - Added property
versionMinor
toConnectionInfo
to JS-Module andVersionMinor
toIConnectionInfo
to C#-Module - Added property
modelHash
toIVehicleModel
to JS-Module andModelHash
toVehicleModelInfo
to C#-Module - Added property
modelName
toWeaponModelInfo
to JS-Module - Added method
setBadge
toalt.Vehicle
to JS-Module andsetBadge
toAlt.Vehicle
to c#-Module - Added class
VehicleBadgePosition
to JS-Module andVehicleBadgePosition
to C#-Module - Added event
playerConnectDenied
to JS-Module andOnPlayerConnectDeniedEvent
in C#-Module - Added argument
count
toplayer.addDecoration
to JS-Module andcount
toPlayer.AddDecoration
to C#-Module - Deprecated property
build
fromConnectionInfo
in JS-Module - Removed property
MajorVersion
fromIConnectionInfo
in C#-Module
Client
- Added method
alt.getServerTime
to JS-Module andalt.ServerTime
to C#-Module - Added method
alt.getPoolSize
to JS-Module andalt.GetPoolSize
to C#-Module - Added method
alt.getPoolCount
to JS-Module andalt.GetPoolCount
to C#-Module - Added method
alt.getPoolEntities
to JS-Module andalt.GetPoolEntities
to C#-Module - Added method
alt.getVoicePlayers
to JS-Module andalt.GetVoicePlayers
to C#-Module - Added method
alt.removeVoicePlayer
to JS-Module andalt.RemoveVoicePlayer
to C#-Module - Added method
alt.getVoiceSpatialVolume
to JS-Module andalt.GetVoiceSpatialVolume
to C#-Module - Added method
alt.setVoiceSpatialVolume
to JS-Module andalt.SetVoiceSpatialVolume
to C#-Module - Added method
alt.getVoiceNonSpatialVolume
to JS-Module andalt.GetVoiceNonSpatialVolume
to C#-Module - Added method
alt.setVoiceNonSpatialVolume
to JS-Module andalt.SetVoiceNonSpatialVolume
to C#-Module - Added method
alt.addVoiceFilter
to JS-Module andalt.AddVoiceFilter
to C#-Module - Added method
alt.removeVoiceFilter
to JS-Module andalt.RemoveVoiceFilter
to C#-Module - Added method
alt.getVoiceFilter
to JS-Module andalt.GetVoiceFilter
to C#-Module - Added method
alt.updateClipContext
to JS-Module andalt.UpdateClipContext
to C#-Module - Added method
getSyncInfo
toEntity
to JS-Module andSyncInfo
toIEntity
to C#-Module - Added method
addVolumeEffect
toAudioFilter
to JS-Module andAddVolumeEffect
toAudioFilter
to C#-Module - Added class
ISyncInfo
to JS-Module andSyncInfo
to C#-Module - Added xml styling support to TextLabel (more details)