diff --git a/README.md b/README.md index 49efbe4..8a835f9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you want to enabled those modules check **cstrike/addons/metamod/plugins.ini* - [ReAuthChecker](https://dev-cs.ru/resources/63/) ([0.1.6](https://dev-cs.ru/resources/63/download)) - [ReChecker](https://dev-cs.ru/resources/72/) ([2.7](https://dev-cs.ru/resources/72/download)) -- [ReSemiclip](https://dev-cs.ru/resources/71/) ([2.3.9](https://dev-cs.ru/resources/71/download)) +- [ReSemiclip](https://dev-cs.ru/resources/71/) ([2.4.3](https://dev-cs.ru/resources/71/download)) - [WHBlocker](https://dev-cs.ru/resources/76/) ([1.5.697](https://dev-cs.ru/resources/76/download)) ## Credits diff --git a/cstrike/addons/resemiclip/config.ini b/cstrike/addons/resemiclip/config.ini index f583a8d..4e5da0e 100644 --- a/cstrike/addons/resemiclip/config.ini +++ b/cstrike/addons/resemiclip/config.ini @@ -2,29 +2,26 @@ # Description # -# semiclip 0|1 Disable / enable semiclip. -# team 0|1|2|3 Select for whom semiclip works. -# 0 - Semiclip works for all. -# 1 - Semiclip works only for Terrorists. -# 2 - Semiclip works only for Counter-Terrorists. -# 3 - Semiclip works only for teammates. -# time 0|180 How many time in seconds semiclip will work from the beginning of the round. 0 for all time. -# crouch 0|1 Allows jump to crouching players when semiclip works. -# effects 0|1 Effect of transparency of the player. Depends from distance between players. -# distance 64|1000 At what distance player can have transparency and semiclip. -# transparency 0|255 Transparency of the player. -# penetfire 0|1 Allow fire penetration through "transparent" the of teammates. -# flashfix 0|1 Fix flashing throw transparent players. -# noteamflash 0|1 Teammates blocking flashing. +# semiclip 0|1 Turn Off / Turn On semiclip +# team 0|1|2|3 +# - 0 Semiclip applies to everyone +# - 1 Semiclip applies only to T (Terrorist team) +# - 2 Semiclip applies only to CT (Counter-Terrorist team) +# - 3 Semiclip applies only to teammates +# +# time 0|180 How long does the semiclip effect last from the start of the round +# crouch 0|1 Automation of crouching (players can jump onto a crouching player) +# effects 0|1 Player transparency depends on the distance between players +# distance 64|250 At what distance can a player have transparency and the semiclip effect +# transparency 0|255 Player transparency +# penetfire 0|1 Allow bullets to pass through "transparent" allies # semiclip = 1; team = 3; -time = 15; +time = 0; crouch = 1; effects = 0; distance = 200; -transparency = 255; -penetfire = 1; -flashfix = 0; -noteamflash = 0; \ No newline at end of file +transparency = 120; +penetfire = 0; \ No newline at end of file diff --git a/cstrike/addons/resemiclip/maps/_de_dust2.ini b/cstrike/addons/resemiclip/maps/_de_dust2.ini index c95b94a..728e046 100644 --- a/cstrike/addons/resemiclip/maps/_de_dust2.ini +++ b/cstrike/addons/resemiclip/maps/_de_dust2.ini @@ -7,4 +7,4 @@ */ time = 3; -noteamflash = 0; \ No newline at end of file +transparency = 150; \ No newline at end of file diff --git a/cstrike/addons/resemiclip/maps/_de_dust2.ini.backup b/cstrike/addons/resemiclip/maps/_de_dust2.ini.backup deleted file mode 100644 index 750de10..0000000 --- a/cstrike/addons/resemiclip/maps/_de_dust2.ini.backup +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Settings semiclip to map - * - * Example name configuration: .../semiclip/maps/mapname.ini - * Example settings: - * -*/ - -time 3 -noteamflash 0 \ No newline at end of file diff --git a/cstrike/addons/resemiclip/maps/_prefix_de.ini b/cstrike/addons/resemiclip/maps/_prefix_de.ini index 70b6015..246f458 100644 --- a/cstrike/addons/resemiclip/maps/_prefix_de.ini +++ b/cstrike/addons/resemiclip/maps/_prefix_de.ini @@ -7,4 +7,4 @@ */ time = 3; -noteamflash = 0; \ No newline at end of file +transparency = 150; \ No newline at end of file diff --git a/cstrike/addons/resemiclip/maps/_prefix_de.ini.backup b/cstrike/addons/resemiclip/maps/_prefix_de.ini.backup deleted file mode 100644 index 6e52692..0000000 --- a/cstrike/addons/resemiclip/maps/_prefix_de.ini.backup +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Settings semiclip to map - * - * Example name configuration: .../semiclip/maps/prefix_*.ini - * Example settings: - * -*/ - -time 3 -noteamflash 0 \ No newline at end of file diff --git a/cstrike/addons/resemiclip/resemiclip_mm_i386.so b/cstrike/addons/resemiclip/resemiclip_mm_i386.so index 6dbf079..6c7dd87 100644 Binary files a/cstrike/addons/resemiclip/resemiclip_mm_i386.so and b/cstrike/addons/resemiclip/resemiclip_mm_i386.so differ