CS:GO Remake

amxx reapi CS:GO Remake 3.0.0

Нет прав для скачивания
Версия Дата выхода Скачиваний Оценка
3.0.0 3 0.00 звёзд 0 оценок
2.3.3 19 0.00 звёзд 0 оценок
2.14.0 120 0.00 звёзд 0 оценок
  • Refactored and enhanced csgo_remake core plugin:
    • Moved Submodel System to a separate plugin.
    • Moved Weapon Sounds to separate plugin.
    • Moved Games to a separate plugin.
    • Improved Skin system:
      • Removed Skins limit, you can add as many skins as you want, the only known limit is engine's 512 models limit.
      • Implemented full support for StatTrack system ( now every skin can be traded, sell, gifted, dusted, etc)
      • Reworked and improved skin saving and loading from database. Now every player's skins can be read from database ( skin name, weapon id, stattrack status, nametag, kills and quantity ).
      • Improved performance of skin and player skin data retriving.
      • Added ability to set a skin maximum market value.
    • Added ability to use p_ models for default skins and v_ models for grenades.
    • Improved performance of overall core plugin
  • Added csgor_skins_rendering subplugin to enable the ability to use submodels ( Weapons shooting sounds works only if this plugin is enabled ). If you want to use standard, 1 skin per model method, you can disable this plugin.
    • Added the ability to change the weapon's shooting sounds from csgor_configs.ini section [Weapon Sounds]
    • Fixed empty shooting sounds for pistols and rifles.
  • Added csgor_games subplugin to implement the games moved from the core plugin:
    • Added the ability to use multiple promocodes and limit usage of a promocode.
  • Added csgor_player_sounds subplugin to replace player's sounds ( step sounds, headshot, swim, ladder climb and others )
  • Fixed and reworked csgor_giveaway subplugin to work with the new style of core abilities.
  • Improved csgor_save_skin_names subplugin by optimizing the database data inserting.
  • Improved and enhanced Core API capabilities.
  • Fixed some ML entries.
  • Bumped mod's current version to 3.0.0 from 2.3.3
  • Нравится
Реакции: Алексеич
  • Dropped Nvault support due to memory leaks, because of very hard maintenance and lack of tools
  • Improved code execution performance by using tries instead of static arrays ( https://forums.alliedmods.net/showthread.php?t=88396 )
  • Fixed ReAPI support
  • Improved SQL loading and saving data
  • Minor code refactor
  • Improved weapons support
  • Fixed player selected skins saving
  • Added support for blocking silencer even on the default weapons if it is M4A4
  • Fixed USP animation if it was the last bullet fired
  • Improved amx_change_pass command
  • Administration commands improvements and fixes
    • Fixed amx_nick_csgo command
    • Reworked amx_resetdata command and added mode 2 ( resetting only specific data: Kills, Points, Rank, etc )
  • Implement Music Kits as a MVP alternative
    • Implemented Music Kits, now you can add as many as tracks as you want, not being limited by any amount.
    • Added 3 Music Kits from NCS.
    • Players now can buy Music Kits in exchange of Points.
    • Players can Preview tracks in the music kits menu.
    • Best player of the round will be shown on the screen while his selected music kit is playing to the others.
    • Fixed a bug to csgor_save_skin_names.sma related to previous change of removing Nvault support.
    • Imrpoved csgor_user_mvp forward by allowing return values.
    • Fixed a bug where a played could've logged in another player's account if he knew a portion of his password.
  • Fixed csgor_warmweapons.sma
  • Weapons wouldn't be given to player due to a memory access bug

Any other updates can be seen on GitHub commits list
  • Нравится
Реакции: ssx
  • Added a new plugin: csgor_save_skin_names ( save player's active skins in database - only for MySQL save type ).
  • Multiple core improvements:
    • Added new columns in MySQL database: SteamID ( stores player's last steamID played with ) ; Last IP ( stores player's last IP address played with ).
    • Added an update function for MySQL Table to work with the update above, so the table don't need to be dropped.
    • Added new natives:
      • csgo_get_user_skin() : Stores player's applied skin name into a string.
      • csgo_get_database_data() : Stores database connection information into strings.
    • Fixed bugged query on strings.
    • Fixed StatTrack skin's menu ( menu items didn't showed well ).
    • Fixed a bug in ChatTag.
    • Removed UpdateClientData Hook ( now some issues should be fixed, like weapon's recoil and a gamedll crash ).
    • Hardened checks for entities.
    • Fixed "Unknown command" after using an administrative command.
    • Reworked csgo_get_user_stattrack() native.
    • Fixed some typos in variables name.
  • Added a new functionality in configuration file: ability to skip strings or characters from being show in chat.
  • Added a new cvar: csgor_custom_chat ( enable / disable mod's custom chat ).
  • Нравится
Реакции: rian18 и the_hunter
Сверху Снизу