AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D][L4D2][ANY] Sidewalk Camera (https://forums.alliedmods.net/showthread.php?t=313698)

axelnieves2012 01-19-2019 05:30

[L4D][L4D2][ANY] Sidewalk Camera
 
3 Attachment(s)
WELCOME

DESCRIPTION:
This plugin creates camera's inclination according you are walking to left or right, just like Black Mesa Source.
WARNING: This plugin was writen for L4D1 and L4D2 but may work on other games. Please, test and post here.

REQUERIMENTS:
- Sourcemod >= 1.9
- SDKTools.

Change log:
version 1.0.0
- Now plugin may work in other games. Please test and post here.
- Added in-chat toggle command.
- Added plugin ads.
- Added smoothness.
- New cvars and ideal default values. PLEASE,UPDATE YOUR CFG FILE.
- Improved code.
[SPOILER]
version 0.1.0 36 downloads
- Initial BETA release.
[SPOILER]

Convars:
PHP Code:

// Max rotation angle
// -
// Default: "5.0"
l4d_sidewalk_angle "5.0"

// Enable/Disable this plugin
// -
// Default: "1"
l4d_sidewalk_enable "1"

// Smooth effect. Higher=smoother Lower(1.0)=instant rotation. 
// -
// Default: "1.0"
l4d_sidewalk_smoothness "1.0"

// Show plugin ads each x seconds. 0=Disable ads
// -
// Default: "40.0"
l4d_sidewalk_ads_timer "40.0" 

Console commands:
Spoiler



Known bugs:
- None at the moment.

Mozilla_Firefox 01-19-2019 11:04

Re: [L4D][L4D2] Sidewalk Camera
 
Cool. This is can using for change roll angle without cheats. Need smothing view. I like it!

Drixevel 01-19-2019 12:03

Re: [L4D][L4D2] Sidewalk Camera
 
Besides adding more events, you could use this plugin for other games besides the Left 4 Dead games.

axelnieves2012 01-20-2019 18:19

Re: [L4D][L4D2] Sidewalk Camera
 
Quote:

Originally Posted by GoGetSomeSleep (Post 2635589)
First of all, i am not an english expert but i think you will understand what I say.

is this script work with player joins the server with no !cmd required or type cmd first?
if all players need a !cmd for work this script, how i can disable cmd required?

This script starts working when server starts OnMapStart(). It creates a timer that show advertisements each "40" seconds. (customizable)

Its function is ENABLED by default when client connects.
Client can disable it typing "!sidewalk" on chat.

!cmd is not required for work, because it is enabled by default.

SherlockHolmes9 01-22-2019 06:25

Re: [L4D][L4D2][ANY] Sidewalk Camera
 
This plugin is good but when player have high ping, it not very that good though, but otherwise, it a very nice plugin

axelnieves2012 01-23-2019 03:15

Re: [L4D][L4D2] Sidewalk Camera
 
Quote:

Originally Posted by GoGetSomeSleep (Post 2635871)
when player push W + A for front and left , script enabled with no problem
but if player use mouse with this (W+A or W+D or a - d) its bugged and some kind a laggy vision coming..

I could noticed that. I think It is due to engine gameframes. They are too low. Maybe you can increase your FPS's to solve this issue.
If l4d_sidewalk_smoothness is "1.0", it works fine for me; I can mousemove while side-walking.

heiioween 01-15-2021 12:40

Re: [L4D][L4D2][ANY] Sidewalk Camera
 
Hi.
I have just
PHP Code:

sm_cvar sv_rollangle 2.25 

Works well.

axelnieves2012 01-24-2021 15:37

Re: [L4D][L4D2][ANY] Sidewalk Camera
 
Quote:

Originally Posted by heiioween (Post 2732724)
Hi.
I have just
PHP Code:

sm_cvar sv_rollangle 2.25 

Works well.

Yeah, I didn't know about that convar. I guess I made this plugin for nothing xD


All times are GMT -4. The time now is 05:47.

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