ReGameDLL_CS, Reverse-engineered mod CS

ReGameDLL_CS, Reverse-engineered mod CS 5.26.0.668

Версия Дата выхода Скачиваний Оценка  
5.26.0.668 1,028 0.00 звёзд 0 оценок Скачать
5.22.0.593 1,528 0.00 звёзд 0 оценок Скачать
5.21.0.576 796 0.00 звёзд 0 оценок Скачать
Изменения:
Обновлен game.cfg
Код:
// The default grenades that the Ts will spawn with.
// Usage: "hegrenade flash sgren"
//
// Default value: ""
mp_t_default_grenades ""
// Whether Terrorist player spawn with knife.
// 0 - disabled
// 1 - enabled (default behaviour)
//
// Default value: "1"
mp_t_give_player_knife 1
// The default primary (rifle) weapon that the Ts will spawn with.
// Usage: "awp m4a1 mp5navy"
//
// Default value: ""
mp_t_default_weapons_primary ""
// The default secondary (pistol) weapon that the Ts will spawn with.
//
// Default value: "glock18"
mp_t_default_weapons_secondary "glock18"
// The default grenades that the CTs will spawn with.
// Usage: "hegrenade flash sgren"
//
// Default value: ""
mp_ct_default_grenades ""
// Whether Counter-Terrorist player spawn with knife.
// 0 - disabled
// 1 - enabled (default behaviour)
//
// Default value: "1"
mp_ct_give_player_knife 1
// The default primary (rifle) weapon that the CTs will spawn with.
// Usage: "awp m4a1 mp5navy"
//
// Default value: ""
mp_ct_default_weapons_primary ""
// The default secondary (pistol) weapon that the CTs will spawn with.
//
// Default value: "usp"
mp_ct_default_weapons_secondary "usp"
Изменения:

Bot fix (#544)
  • fix bot kick
  • fix flood "All bot profiles at this difficulty level are in use." in console
  • Нравится
Реакции: SNauPeR, Minni и rian18
Изменения:
  • Remove respawn dependency on forcerespawn cvar
    • Remove respawn dependency on forcerespawn cvar
    • Able to set custom respawn time for m_flRespawnPending without mp_forcerespawn enabled
    • workaround when disabling forcerespawn must stop works immediately
    • just block respawn then cvar disabled without reset for correct cvar logic
  • Add new CVar mp_falldamage
  • Reset entvars on create bot
  • Player reset zoom & speed.
    • RemoveAllItems: reset (update) player speed.
    • RemoveAllItems: reset player zoom.
    • RemovePlayerItem: reset player zoom & speed
    • CFuncTank->StartControl: fully reset zoom.
  • implement CGib
    • implement CGib
    • Move code part from basemonster.cpp to gib.cpp
    • 3-rd party:
    • Link entity to class (can hookable by HamSandwich amxx module)
    • Add hooks for ReAPI
Изменения:
  • Нравится
Реакции: jairitocs
Изменения:
Сверху Снизу