Иконка ресурса

Dissolve (player ragdolls) 1.0.0.2

comred

Участник
Сообщения
149
Реакции
41
такая же фигня была, как ДМ вкл не работает а так работает
кажется нашел в чем беда!
sm_dissolve_delay должно быть меньше чем время респауна в ДМ!
 

necondition

Участник
Сообщения
73
Реакции
0
Где это настраивать?

Настройки:
sm_dissolve_version

- версия установленного плагина
sm_dissolve_delay
- задержка в секундах перед удалением трупа (рекомендуется от 0 до 10)
sm_dissolve_type
- type (0 труп поднимается в воздух и растворяется, 1 и 2 труп растворяется на земле, 3 труп быстро растворяется)
 

dilman88

Участник
Сообщения
115
Реакции
16
этот плагин у меня с гангеймом работать не хочет, никто не знает в чем причина?
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
в гангейме уже есть данная функция, смотри настройки
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
Вопрос в том, что какой именно у вас стоит Ган гейм?! на ЕС или СМ.
На ес 100% есть настройка эта, на см не помню.
ЕС - http://forums.gungame.net/ - тут полное описание есть :)
Сам плагин еще тут - http://addons.eventscripts.com/addons/view/gungame51

Вот тут можно скачать плагин для СМ - http://www.hat-city.net/gungame/download.htmlhttp://hlmod.ru/forum/source/38-gungame-source-v-1-1-5-0-a.html
Печально что для этого плагина еще и не хватает разного)
Везде присутствует настройка Ragdoll (Растворение трупов)

По-мне так лучше использовать тот что на ЕС, он проще, удобней, интересней, конфигурировать легче, функций больше.
 
Последнее редактирование модератором:

_Lexa_

Участник
Сообщения
846
Реакции
260
У кого нибуть получилось сделать на дм сервере (sourcemod)?
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
Dissolve стандарт.
Настройки дм:
// Sets whether or not CS:S DM is enabled.
// --
// Default: "1"
cssdm_enabled "1"

// Sets whether FFA mode is enabled. FFA lets
// players kill teammates for points, without any
// damage reduction or teamkill penalties.
// --
// Default: "0"
cssdm_ffa_enabled "0"

// Sets the CS:S DM spawn method.
// "none" -- Spawn at the normal map spawn points.
// "preset" -- Spawn at a random point from a config file.
// --
// Default: "preset"
cssdm_spawn_method "none"

// Number of seconds to wait before deleting a ragdoll.
// If 0, ragdoll will be deleted instantly.
// If >=20, ragdoll will never be deleted.
// --
// Default: "2"
cssdm_ragdoll_time "2"

// Number of seconds to wait before respawning a player.
// --
// Default: "0.75"
cssdm_respawn_wait "0.75"

// Whether or not C4 should be allowed. If not allowed,
// It will be removed from the world when dropped and
// stripped from players when they spawn.
// --
// Default: "0"
cssdm_allow_c4 "1"

// Sets whether the equipment plugin is enabled.
// --
// Requires: dm_equipment.smx
// Default: "1"
cssdm_enable_equipment "1"

// Whether or not spawn protection is enabled.
// --
// Requires: sm_spawn_protection.smx
// Default: "1"
cssdm_spawn_protection "1"

// Number of seconds a client is protected for.
// --
// Requires: sm_spawn_protection.smx
// Default: "2"
cssdm_prot_time "2"

// Sets the spawn protection color for CTs.
// Format is "r g b a" (red, green, blue, alpha)
// --
// Requires: sm_spawn_protection.smx
// Default: "0 0 255 50"
cssdm_prot_ctcolor "0 0 255 128"

// Sets the spawn protection color for Ts.
// Format is "r g b a" (red, green, blue, alpha)
// --
// Requires: sm_spawn_protection.smx
// Default: "255 0 0 50"
cssdm_prot_tcolor "255 0 0 128"

// Allow clients to use the "respawn" command.
// Note that this command does not let players respawn before the
// cssdm_respawn_wait time.
// --
// Requires: dm_basics.smx
// Default: "1"
cssdm_respawn_command "1"

// Sets whether CS:S DM should force mapchanges.
// This is useful for Stripper:Source users.
// --
// Requires: dm_basics.smx
// Default: "0"
cssdm_force_mapchanges "0"

// Sets the mapchange file CS:S DM should use.
// This is only needed for cssdm_force_mapchanges.
// --
// Requres: dm_basics.smx
// Default: "mapcycle.txt"
cssdm_mapchange_file "mapcycle.txt"

// Sets whether CS:S DM should automatically refill ammo.
// --
// Requires: dm_basics.smx
// Default: "1"
cssdm_refill_ammo "1"

// Sets how many bots CS:S DM keeps in game. Use this instead
// of bot_quota for managing bots.
// bot_quota should be "0"
// bot_quota_mode should be "normal"
// bot_auto_vacate should be "0"
// --
// Requires: dm_bot_quotas.smx
// Default: "0"
cssdm_bots_balance "0"

// This is an experimental cvar that will prevent CS:S DM from
// removing dropped items. It is recommend that you don't set
// this to 0, because a huge number of weapon entities on the
// ground will cause lag (both server and client-side).
// --
// Default: "1"
cssdm_remove_drops "1"
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
Сказочники :)
у меня работает растворение :)
если бы не работало, то из-за трупов бы лагало :D
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
// Number of seconds to wait before deleting a ragdoll.
// If 0, ragdoll will be deleted instantly.
// If >=20, ragdoll will never be deleted.
// --
// Default: "2"
cssdm_ragdoll_time "2"

юзай это.
для кого сделано)
 
Последнее редактирование:

Серый™

CS:S Server
Сообщения
2,925
Реакции
1,376
Dissolve v.1.0.0.3
* Появилась возможность выключать плагин: sm_dissolve_Enabled
* Автоматически генерируется конфиг плагина

Можно добавить в первый пост.
 

Вложения

  • dissolve 1.0.0.3.rar
    4.6 КБ · Просмотры: 341
Последнее редактирование:

-xp-

Участник
Сообщения
77
Реакции
7
Здравствуйте.
У кого не будь Dissolve v.1.0.0.3 на DM сервере V.69 работает и если работает скиньте какие нужные настройки.

http://hlmod.ru/forum/attachment.php?attachmentid=1584&d=1314301866

dissolve 1.0.0.3.rar прекрасно работает

Настройки в server\css\cstrike\cfg\sourcemod\dissolve.cfg как душе угодно всё по русски!
 

Leckter Hannibal

Участник
Сообщения
538
Реакции
182
-xp- Здравствуй.
Я оставил все по умолчанию в dissolve.cfg но что то на DM сервере не работает.
Может скинеш настройки dissolve.cfg и настройки cssdm.cfg
 

Leckter Hannibal

Участник
Сообщения
538
Реакции
182
Andrey. Здравствуйте.
Может подскажете работает Dissolve v.1.0.0.3 на DM сервере V.69 , или подскажите как настроить ?
А то-xp- написал ,что работает ,а только про настройки молчит.Это ведь я так понел ваш плагин, значит вы должны знать точно.
 
Сверху Снизу