This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 286
Search took 0.04 seconds.
Search: Posts Made By: little_froy
Forum: General 05-15-2024, 18:18
Replies: 49
Views: 4,418
Posted By little_froy
Re: [L4D2]14th may Valve update causes srcds to crash immediately

now dedicated server can't matching, if you enable matching you can't connect to server, have to turn off by cvars such as "sv_allow_lobby_connect_only 0"
Forum: Scripting 05-09-2024, 12:46
Replies: 5
Views: 348
Posted By little_froy
Re: Help with a plugin please.

don't try to generate sourcemod mode by ai
Forum: Plugins 05-09-2024, 04:01
Replies: 3
Views: 1,035
Posted By little_froy
Re: [L4D2] Mob Only Spawn Ahead v1.1【2024-05-05】

I'll looking with the issue.

if someone is in the saferoom, next wave of mob no longer spawn in saferoom, it's no problem.
Forum: Plugins 05-08-2024, 07:48
Replies: 1
Views: 500
Posted By little_froy
Re: sb_takecontrol without cheats

sb_takecontrol can't properly select l4d2 character in l4d1 survivor set map, it's better to implement another command loop through client's model name corresponding to the character name and use...
Forum: General 04-30-2024, 03:10
Replies: 4
Views: 647
Posted By little_froy
Re: Can someone confirm if SourceMod causes VAC bans or not?

to launch sourcemod as listenserver or localhost client, you have to add "-insecure" to your launch options, it will disable VAC.
above is unnecessary for dedicated server.
Forum: Plugins 04-30-2024, 00:00
Replies: 0
Views: 424
Posted By little_froy
[Any] Load Command On Server Empty v1.0【2024-04-30】

Description

since the compatibility of my restart empty server plugin is not perfect, I deviced to provide this plugin. It can load custom commands on server empty.


Cvars
...
Forum: Plugins 04-29-2024, 06:27
Replies: 0
Views: 432
Posted By little_froy
[Any?] Simple Restart Empty Server v1.3【2024-04-29】

Description

replacement for Change Map On Empty (https://forums.alliedmods.net/showthread.php?p=2812107) and Auto Enable/Disable "sb_all_bot_game"...
Forum: Scripting 04-25-2024, 13:30
Replies: 4
Views: 734
Posted By little_froy
Re: why this code run

an ArrayList(or more than 1) each is a cell as the variable. for a cell, you can use sizeof, just like C pointer, itself is always 4 or 8 byte, but it's unrelated to how many memory it allocated.
Forum: Plugins 04-25-2024, 13:27
Replies: 2
Views: 646
Posted By little_froy
Forum: Plugins 04-25-2024, 07:34
Replies: 0
Views: 566
Posted By little_froy
[L4D2] Block Mega Mob Spawn Guffaw v1.0【2024-04-25】

Change log


1.0 (2024-04-25:
-init public release.
Forum: Plugins 04-25-2024, 07:32
Replies: 3
Views: 1,035
Posted By little_froy
[L4D2] Mob Only Spawn Ahead v1.1【2024-05-05】

only spawn mob ahead of team, very useful for 8+ players coop.

Cvars

mob_ahead_ignore_in_last_check_point "1" // ignore if there is any survivor in the last check point to prevent mob spawn in...
Forum: Plugins 04-25-2024, 07:30
Replies: 2
Views: 646
Posted By little_froy
[L4D2] Mob Spawn Timer v1.0【2024-04-25】

spawn mob by time, and auto stop if finale stage start to prevent stage stuck.

Cvars

mob_timer_start "5.0"
mob_timer_repeat "15.0"


Change log
Forum: Plugins 04-20-2024, 08:11
Replies: 2
Views: 850
Posted By little_froy
Re: [L4D2] Stagger The Attacker On Friendly Fire v1.1【2024-04-08】

I don't own the game, I can't test and debug.
Forum: Plugins 04-18-2024, 04:03
Replies: 13
Views: 14,975
Posted By little_froy
Re: [L4D2] Melee Range (1.6) [11-Dec-2022]

I think it's better to use keyvalues file to config each melee, then 3rd party map melee can be support.
Forum: Plugins 04-14-2024, 21:55
Replies: 0
Views: 856
Posted By little_froy
[L4D2] Self Escape by Taking Damage or Incapacitated v1.6【2024-05-02】

Description

keep taking damage by hunter/jockey/charger/smoker attacker or be incapacitated, you can self escape from the skill and instantly kill the special infected.


Cvars

// keep take...
Forum: Scripting 04-12-2024, 14:29
Replies: 6
Views: 1,229
Posted By little_froy
Re: [L4D2] How to remove melee weapons at the start of the map and safe room

found bug, pickuped melee will disappear after map tratransition, this should fix.

-prevent possible error in late load.
Forum: Plugins 04-08-2024, 12:11
Replies: 0
Views: 956
Posted By little_froy
[L4D2] Survivor Auto Respawn v1.7【2024-04-16】

Cvars

// 1 = enable, 0 = disable. only respawn players if there exsit at least 1 none-incapacitated survivor?
// -
// Default: "1"
survivor_auto_respawn_alright "1"

// godframe time after...
Forum: Plugins 04-05-2024, 14:50
Replies: 2
Views: 5,215
Posted By little_froy
Forum: Plugins 04-03-2024, 10:11
Replies: 2
Views: 850
Posted By little_froy
[L4D2] Stagger The Attacker On Friendly Fire v1.1【2024-04-08】

https://s2.loli.net/2024/04/03/5OGSZyIrzawpHsV.gif

Cvars

// 1 = enable, 0 = disable. allow stagger in air?
// -
// Default: "0"
stagger_on_friendly_fire_air "0"

// damagetype bypass. add...
Forum: Plugins 04-03-2024, 07:40
Replies: 3
Views: 1,574
Posted By little_froy
Re: [L4D2] Knock Down The Attacker On Friendly Fire v2.3【2024-02-17】

sm_cvar survivor_friendly_fire_factor_easy "0"
sm_cvar survivor_friendly_fire_factor_normal "0"
sm_cvar survivor_friendly_fire_factor_hard "0"
sm_cvar survivor_friendly_fire_factor_expert "0"
...
Forum: Plugins 04-03-2024, 03:14
Replies: 2
Views: 965
Posted By little_froy
Re: [L4D2] Cooldown of Self Escape From Special Infected EX v1.7【2024-03-30】

a fork version v1.11 using chat text instead of center text. also remove kill infected reward.
current support colors:{default},{lightgreen},{olive},{green}.

Cvars

// 1 = enable, 0 = disable....
Forum: Unapproved Plugins 04-02-2024, 12:07
Replies: 2
Views: 1,005
Posted By little_froy
[L4D2] Instructor Missing Sound Fix(Experimental) v1.3【Deprecated】

Deprecated

Description

I noticed that env_instructor_hint won't trigger beep sound at the beginning of each map for a period of time, so this plugin fix the issue.
this plugin will also...
Forum: Scripting 04-02-2024, 11:04
Replies: 1
Views: 478
Posted By little_froy
[L4D2] How can I block the annoying beep sound by entity env_instructor_hint?

both 2 sound hooks no effect.

now I accpet the beep and gonna make a fix plugin
Forum: Plugins 04-01-2024, 04:59
Replies: 0
Views: 585
Posted By little_froy
[L4D2] No Death Check Until Everyone Failed(Experimental) v1.0【2024-04-01】

Description

yet another plugin remove death check untill everyone dead.
to prevent force failed in c7m3, use stripper (https://forums.alliedmods.net/showthread.php?t=39439) and see this config...
Forum: Plugins 03-31-2024, 09:13
Replies: 8
Views: 5,458
Posted By little_froy
Re: [L4D2] Unlimited Chainsaw

weapon in which slot can be modified by addons, for example it can be in slot 0. and, other plugin can call api such as "SDKHooks_DropWeapon" to change current active weapon if the event hook earlier...
Showing results 1 to 25 of 286

 
Forum Jump

All times are GMT -4. The time now is 16:53.


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