AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   [Metamod] Semiclip (v2.2) (https://forums.alliedmods.net/showthread.php?t=250891)

slLent 11-01-2014 15:39

[Metamod] Semiclip (v2.2)
 
2 Attachment(s)
Semiclip

Author: s1lent
Version: 2.2
Description: this module allows to pass through players. Based on semiclip module by joaquimandrade.

Features:
- allows jump to crouching players when semiclip works;
- fixed jamming on mobile platform (a global problem on DeathrunMod).
- intersecting players can take damage.

Installation:
- move all files from archive semiclip.dll | semiclip_mm_i386.so to folder /cstrike/addons/semiclip/
- open /addons/metamod/plugins.ini and insert path to the meta-plugin:

Linux:
Quote:

linux addons/semiclip/semiclip_mm_i386.so
Windows:
Quote:

win32 addons\semiclip\semiclip.dll
Settings:
Quote:

# Description
# semiclip 0|1 disable/enable semiclip
# team 0|1|2|3
# - 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|60 How many time in seconds semiclip will work from the beginning of the round. 0 for all time.
# patch 0|1 Fix jamming on a mobile platform. (A global problem on DeathrunMod)
# 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.
# flashfix 0|1 Fix flashing throw transparent players
# noteamflash 0|1 Teammates blocking flashing
# distance 0|200 At what distance player can have transparency and semiclip.
# transparency 0|255 transparency of the player.
Commands:
- semiclip_option - changes settings

Changelog
Spoiler


Overview crouch:
http://www.youtube.com/watch?v=Dk3DSGraFR0

Overview flashfix:
http://www.youtube.com/watch?v=SrdpHpL5LaQ

Source code:
SVN Repository AGHL.RU

Arkshine 11-01-2014 15:51

Re: [Metamod] Semiclip
 
This seems like quite the hacky module \o/.

By the way you should avoid calling "CVAR" because some people may not understand.

slLent 11-01-2014 16:01

Re: [Metamod] Semiclip
 
Quote:

Originally Posted by Arkshine (Post 2218898)
By the way you should avoid calling "CVAR" because some people may not understand.

okay :)

yokomo 11-01-2014 16:03

Re: [Metamod] Semiclip
 
Quote:

Features:
- allows jump to crouching players when semiclip works;
- fixed jamming on mobile platform (a global problem on DeathrunMod).
- intersecting players can take damage.
Finally we have a better solution for semiclip, so this will not make player die when being hit by sliding door.

Good job dude.

claudiuhks 11-01-2014 19:36

Re: [Metamod] Semiclip
 
Seems nice to me.

Have you missed fclose?

slLent 11-01-2014 19:49

Re: [Metamod] Semiclip
 
Quote:

Originally Posted by claudiuhks (Post 2218960)
Have you missed fclose?

ohh
i hastened :fox:

last_hope 11-02-2014 09:43

Re: [Metamod] Semiclip
 
And aim|target info?

slLent 11-02-2014 10:00

Re: [Metamod] Semiclip
 
Quote:

Originally Posted by last_hope (Post 2219231)
And aim|target info?

Yes, shows..

last_hope 11-02-2014 10:13

Re: [Metamod] Semiclip
 
Quote:

Originally Posted by slLent (Post 2219240)
Yes, shows..


Only enemy. Can't see teammates =/

And ye, how to crouch, it doesn't working for me...

Screenshot: http://i.imgur.com/97eJXre.jpg

upd
On zombie plague it show teammates, but not showing enemies... =/

upd2
Thank you!
You've made a great plugin!

For a correct work server must be restarted!

meTaLiCroSS 11-02-2014 16:02

Re: [Metamod] Semiclip
 
Quote:

Originally Posted by last_hope (Post 2219243)
For a correct work server must be restarted!

That's obvious my friend. :shock:


All times are GMT -4. The time now is 07:11.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.