Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Version 2.6.0

Compare
Choose a tag to compare
@GrafDimenzio GrafDimenzio released this 28 Apr 15:07
· 331 commits to master since this release
bf145cb

Files

In the Synapse2.zip you find the files required for installing Synapse on a Server.
Important: If you want to install Synapse we need you to modify your permissions. Please check the wiki so you may not get confused.

In the SynapseInjector.zip you can generate your own Assembly-CSharp files and a publicized file, for development purposes

In the KeyPressInjector.zip you find a small windows application for Installing the Synapse key bind system with only one click

Changelog

+ PlayerDamagePermissionEvent
+ PlayerUncuffTargetEvent
+ PlayerChangeItemEvent
+ TransmitPlayerDataEvent
+ Player.Radio
+ Player.DissonanceUserSetup
+ Player.Escape
+ Player.MovementState
+ Player.GetSightPreference()
+ Player.GetbarrelPreference
+ Player.GetOtherPreference
+ Door.IsPryable
+ RoleManager.UnRegisterCustomRole()
+ Round.MtfTickets
+ Round.ChaosTickets
+ Round.SpawnVehicle()
+ Round.PlayChaosSpawnSound()
+ SerializedPlayerItem
+ SerializedAmmo
+ SerializedPlayerInventory
+ support for int constructor in Role
+ RoleInformation
+ Synapse can load in the Server files
+ AutoFF Config
+ Some fixes in the SynapseLoader
+ Synapse Exceptions
+ Inheritance for SynapseGroups
+ Dummy Rework => They can now walk
+ WeaponType enum

* fixed Player.Cuffer
* Reworked the Escape system -> can break Plugins
* fixed Translation Bug
* fixed 939 can see Invisible bug
* fixed Dummy Player ID Bug
* RoleManager.RegisterCustomRole can now also be used with RoleInformation
* RoleManager.CustomRoles is now a List -> can break Plugins