Raised This Month: $ Target: $400
 0% 

Showing results 1 to 24 of 24
Search took 0.03 seconds.
Search: Posts Made By: voiderest
Forum: Unapproved Plugins 09-15-2010, 04:12
Replies: 5
Views: 3,956
Posted By voiderest
[ASW] Speedtimer

THIS PLUGIN IS FOR ALIEN SWARM ONLY
mmsource-1.9.0-hg730
sourcemod-1.4.0-hg3120

It simply shows how much time has passed since the start of the level using PrintCenterText(). Players can turn it...
Forum: Plugins 08-22-2009, 22:08
Replies: 22
Views: 27,808
Posted By voiderest
Re: [L4D] No Fog

The client would still get reset if the sv_cheats were ever set back to 0 as you can't strip the flags off of someone else's game.

I'm re-writing another plugin of mine that will be able to do...
Forum: Plugins 08-22-2009, 19:59
Replies: 43
Views: 45,388
Posted By voiderest
Re: Send Fake cvar variables

If you allow cheats on the client they can use any command that doesn't go through or get updated by the server.
Forum: Plugins 08-22-2009, 13:07
Replies: 22
Views: 27,808
Posted By voiderest
Re: [L4D] No Fog

Turing cheats on then off should reset the fog or any other cheat values.

It is very weird that the fog was still off when you joined a random server or restarted tho.
Forum: Plugins 08-22-2009, 13:00
Replies: 46
Views: 86,059
Posted By voiderest
Re: [L4D] Damage

I don't test for hours publicly and the friend of mine that likes to host for our games does a listening, so I would have never seen the error. Thanks.
Forum: Plugins 08-21-2009, 14:06
Replies: 22
Views: 27,808
Posted By voiderest
Re: [L4D] No Fog

No Mercy is how the game was suppose to be...

The mappers we able to leave things the way they were on those maps because of the fog. In my opinion this plugin shouldn't be needed on two counts....
Forum: Plugins 08-21-2009, 02:37
Replies: 22
Views: 27,808
Posted By voiderest
[L4D] No Fog

This will remove the fog by turning cheats for the client, but not the server. It then runs "fog_override 1; fog_end 1000000; fog_endskybox 1000000" on the client. If you host a listening server the...
Forum: Plugins 08-20-2009, 23:35
Replies: 115
Views: 99,311
Posted By voiderest
Re: [L4D] HideHUDOnVomit (Blind Luck)

I was trying to do something like that with another value however the network property its not what it seems.

'm_iHideHUD' is inside 'DT_LocalPlayerExclusive' which isn't really networked at all....
Forum: Plugins 08-19-2009, 04:45
Replies: 498
Views: 224,998
Posted By voiderest
Re: [L4D] KrX's Survivor Upgrades (Latest v1.0.3: 17 August 2009)

I love the plugin although I disable all random upgrades and just use a few things on spawn. Anyway there is an error if you set the surup_upgrades_kill_count to 0 doesn't really matter as the...
Forum: Plugins 08-17-2009, 02:36
Replies: 46
Views: 86,059
Posted By voiderest
Re: [L4D] Damage Plugin

This is happening because the plugin is not allowing you to damage the witch anywhere but the head, you'll have to lower her hp or not allow her to spawn at all.

You can do this automatically in...
Forum: Plugins 03-04-2009, 23:14
Replies: 46
Views: 86,059
Posted By voiderest
Re: [L4D] Damage Plugin

Yeah, punched that in its little head, very hard.
Forum: Plugins 03-02-2009, 17:30
Replies: 24
Views: 72,888
Posted By voiderest
Re: [L4D] Broadcast

I leave the older versions up in the future I'll just label the latest version with the version. Get 'l4d_broadcast' for the latest one.
Forum: Plugins 02-22-2009, 22:40
Replies: 46
Views: 86,059
Posted By voiderest
Re: [L4D] Damage Plugin

I'll need to test a little to see if I can't fix the error you got with ff, but I do know that the way I do it doesn't always works when there is a lot of damage been thrown around.

For the...
Forum: Plugins 02-22-2009, 22:35
Replies: 24
Views: 72,888
Posted By voiderest
Re: [L4D] Broadcast

make sure you have the latest version
Forum: Plugins 02-10-2009, 19:32
Replies: 24
Views: 72,888
Posted By voiderest
Re: [L4D] Broadcast

Updated so you can disable the kill/headshot messages or the FF hints completely.
Forum: Plugins 02-09-2009, 16:56
Replies: 24
Views: 72,888
Posted By voiderest
Re: [L4D] Broadcast

I'm changing the flags in the next update in the mean time you can use the sm_cvar command. The kill info doesn't get turned off by that it just removes the console spam right now.

DID?

Edit:...
Forum: Plugins 02-07-2009, 23:13
Replies: 46
Views: 86,059
Posted By voiderest
Re: [L4D] Damage Plugin

The cvars are defaulted to make the game behave as normal. You should be able to use them like any other cvar after the plugin is loaded. Should work by just typing it in the console or in cfg files....
Forum: Plugins 02-04-2009, 19:17
Replies: 46
Views: 86,059
Posted By voiderest
[L4D] Damage

Allows you turn damage on/off for infected and friendly fire. Should be useful if you are trying to make a "gamemode" or "mod."

l4d_damage_head_only
1: Head damage only, this will override the...
Forum: Unapproved Plugins 02-04-2009, 05:02
Replies: 13
Views: 8,469
Posted By voiderest
Re: [L4D] Tank Burner

Valve only used it in versus meaning this is still useful in co-op.
Forum: Plugins 02-04-2009, 00:41
Replies: 115
Views: 99,311
Posted By voiderest
Re: [L4D] HideHUDOnVomit (Blind Luck)

I've been working on a way to run any command/cvar without cheats and for commands removing the flags then putting them back real fast didn't always work.

The solution that I'm going with is to do...
Forum: Plugins 02-02-2009, 22:41
Replies: 24
Views: 72,888
Posted By voiderest
Re: [L4D] Broadcast

The main reason used the center over the hint because I didn't want it to be too distracting for the player. And then I didn't do anything for the special infected because it already prints out info....
Forum: Plugins 02-01-2009, 18:51
Replies: 3
Views: 16,638
Posted By voiderest
Re: Admin Exec

For cheat commands it would need sv_cheats 1 some place in there.



Yeah, thats pretty much all this does so far.
Forum: Plugins 01-31-2009, 20:58
Replies: 24
Views: 72,888
Posted By voiderest
[L4D] Broadcast

Cvars:
l4d_broadcast_kill
l4d_broadcast_ff
l4d_broadcast_hit
l4d_broadcast_con

On infected kills it prints 'KILL!' above the crosshairs and for headshots it will print 'HEADSHOT!'. With...
Forum: Plugins 01-31-2009, 20:17
Replies: 3
Views: 16,638
Posted By voiderest
Admin Exec

Works just like 'exec' with any cfg file you could normal use 'exec' on. It will set all cvars without needing sv_cheats set to 1. It does not however work on cmds. You will need to have...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -4. The time now is 17:36.


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