Skip to content

Commit

Permalink
Upgrade ReSemiclip to 2.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor0 committed Dec 16, 2023
1 parent 2b22992 commit b15bdae
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 42 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
35 changes: 16 additions & 19 deletions cstrike/addons/resemiclip/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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;
transparency = 120;
penetfire = 0;
2 changes: 1 addition & 1 deletion cstrike/addons/resemiclip/maps/_de_dust2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*/

time = 3;
noteamflash = 0;
transparency = 150;
10 changes: 0 additions & 10 deletions cstrike/addons/resemiclip/maps/_de_dust2.ini.backup

This file was deleted.

2 changes: 1 addition & 1 deletion cstrike/addons/resemiclip/maps/_prefix_de.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*/

time = 3;
noteamflash = 0;
transparency = 150;
10 changes: 0 additions & 10 deletions cstrike/addons/resemiclip/maps/_prefix_de.ini.backup

This file was deleted.

Binary file modified cstrike/addons/resemiclip/resemiclip_mm_i386.so
Binary file not shown.

0 comments on commit b15bdae

Please sign in to comment.