Stable
1.0.7
UPDATE
- Fixed a small error with displaying medals.
Updated files: client/ch_medals_hud.lua
Stable
1.0.6
UPDATE
- Added the ability to list medals in rows.
- Config
CH_Medals.Config.MedalNewRowCount
will determine when a new row is created. - Config
CH_Medals.Config.MedalRowSpaceY
determines the space between the rows.
Updated files: shared/ch_medals_config.lua and client/ch_medals_hud.lua
Stable
1.0.5
UPDATE
- Added
CH_Medals.Config.Medal3D2DSizeY
andCH_Medals.Config.Medal3D2DSizeX
configs. - This allows you to determine both Y and X size of the medals. This is useful if you want medals that are not 1:1 in size.
Updated files: shared/ch_medals_config.lua and client/ch_medals_hud.lua
Stable
1.0.4
UPDATE
- Added new configs for more customization.
- CH_Medals.Config.YPosCrouched3D2D -> Modify the default position of the 3d2d when player is crouching.
- CH_Medals.Config.Medal3D2DSize -> Change the size of the icons on the 3d2d
- CH_Medals.Config.Medal3D2DIconSpacing -> Determine the spacing between the icons. It multiplies with the medal size by default, but maybe you want more spacing.
- Fixed an error when trying to network medals on join if another player is valid but their data has not loaded yet.
Stable
1.0.3
UPDATE
- Fixed a nil value error if trying to network a players medals as they left.
- Fixed a bug with PlayerSpawn and PlayerDeath hooks for medals.
- Cleaned the default medals in config.
I've updated the knowledge base with useful articles and pre-configured medals. Check it out!
Stable
1.0.2
UPDATE
- Removed a font that was never used.
- Fixed the back icon using the wrong path.
- Improved some scaling on 800x600 resolutions (please never play gmod on 800x600 though)
- Changed StarWarsRP to SWRP.
- Decrease medal name if length is too long.
- Fixed category button text overlapping.
- Optimized load query.
- Simplified if statement.
- Added French translation.
Stable
1.0.1
UPDATE
- Fixed error when trying to open give/take medal menu.
- Escaped player nicks being written into the logs database.
- Added German translations.
- Added Turkish translation.
- Added Polish translation.
- Added Portuguese translation.
- Exploit protected net messages.
Stable
1.0.0
Initial version.