Skip to content

Releases: TheDoctor0/CSGOMod

2.5.1

02 Jan 16:01
4f7acd6
Compare
Choose a tag to compare
  • Fix default models path issue.
  • Fix incorrect csgo_skins.ini generation for knife skins.

2.5.0

31 Dec 20:34
a9ae710
Compare
Choose a tag to compare
  • Reorganize default models and skins.
  • Rework skins odds to rarity - #42.
  • Add optimized p_ and w_ models - #25.
  • Add ability to disable submodels support in core plugin - #100.
  • Improve skins management instruction - #101.
  • Fix rare molotov crash after the round end - #102.
  • Fix csgo_get_min_players native - #104.
  • Fix molotov and zeus resource paths - closes #103.
  • Fix random skin draw.
  • Fix mp5navy model path on unprecacher list.

I wanted to make this release before the end of the year.
I know that I probably won't have free time to actively support this mod anymore.
You can sponsor further development of this project on GitHub or directly by PayPal.
Otherwise, the project will enter maintenance mode and no new features will be added and no technical support will be provided.
I'll just make minor bugfixes and accept pull requests.

2.4.0

27 Dec 16:07
dde0364
Compare
Choose a tag to compare
  • [Major] Implement a new automation script to allow easy skins customization - #98.
  • Merge default CS:GO models with skin models - #98.
  • Reduce default number of skins - #98.
  • Add csgo_skins_path and csgo_default_skins natives - #98.
  • Fix crash issue on molotov extinguising - #96 (thanks @talnaim2323).
  • Improve stability of plugins with pdata access.

2.3.0

29 Nov 11:05
c1fa55b
Compare
Choose a tag to compare
  • Add Romanian translation (thanks @tenlimba)
  • Add basic bot support - #79
  • Add ability to toggle hud and skins - #85
  • Add ability to toggle skins - #94
  • Add VIP and SVIP multiplier cvars

2.2.1

07 Nov 11:47
7c13a9c
Compare
Choose a tag to compare
  • Add csgo_min_player_filter cvar - #82 (thanks @regener)
  • Fix reset command name - #82 (thanks @regener)
  • Fix issue with weapon assignment in vip/svip menus - #81
  • Fix zeus and molotov buying from custom buymenu - #84

2.2.0

17 Oct 12:55
7987731
Compare
Choose a tag to compare
  • Add buyable flag for skins - #70.
  • Add csgo_add_skin command - #70.
  • Add plugin that adds physics for weapons (except C4) - #75.
  • Add fallback for command execution - #72.
  • Add use default 'showbriefing' command to open main menu - #71.
  • Fix typos for some P228 skins path - #77 (thanks @regener)
  • Fix missing .txt extension in skins_tr motd filename.

2.1.5

25 Sep 09:26
3696524
Compare
Choose a tag to compare
  • Fix more unexpected crash issues by removing all sounds from Unprecacher module - #67, #69
  • Fix translation string for market withdraw confirmation menu
  • Fix possible errors in notification loops
  • Remove unixtime.inc and stripweapons.inc

2.1.4

13 Sep 14:22
09c4a04
Compare
Choose a tag to compare
  • Add Turkish translation - #44 (thanks @Snakeren).
  • Fix invalid param conversion in csgo_get_skin_name native - #64.
  • Fix kick command string formatting in accounts plugin - #64.

2.1.3

09 Sep 13:04
eb4f6d0
Compare
Choose a tag to compare
  • Add new forwards: csgo_user_register and csgo_user_assist and csgo_user_login - #54 (thanks @ShadowsAdi).
  • Fix crash on autobuy caused by missing items/kevlar.wav sound removed by unprecacher module - #58 (thanks @boriscois).

2.1.2

05 Sep 11:02
54351db
Compare
Choose a tag to compare
  • Make name/steamid columns non-nullable to fix primary key error on MySQL 5.7+ - #51.