AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Sentry Quick Build (https://forums.alliedmods.net/showthread.php?t=307882)

JoinedSenses 05-29-2018 04:05

[TF2] Sentry Quick Build
 
.
Sentry Quick Build
v2.3.3


Description:
This plugin is intended for rocket jump servers and enables quick build of sentries, teleporters, and dispensers.
Sentries spawn instantly as engineer, which then require only one hit to upgrade.
Dispensers and teleports default to level 3.

ConVar:
sm_cvar sm_quickbuild_enable "1" // Enable/Disable plugin
sm_cvar qb_sentrylevel "1" // Sets the default sentry level (1-3)
sm_cvar qb_dispenserlevel "3" // Sets the default dispenser level (1-3)
sm_cvar qb_teleportlevel "3" // Sets the default teleporter level (1-3)
sm_cvar qb_disabletelecollision "1" // Prevents other players from colliding with teles

Commands:
sm_quickbuild [enable|enabled|1] [disable|disabled|0] or blank // Toggles plugin on/off
sm_sentrylevel (1-3) // Toggles sentry level
sm_dispenserlevel (1-3) // Toggles dispenser level
sm_teleportlevel (1-3) // Toggles teleport level

Installation:
Add .smx plugin file to plugins folder and add buildings.txt to gamedata folder.
If you wish to change default values of buildings, add the convars to your server.cfg file.

Project here:
Github

.

Mr_panica 05-29-2018 12:35

Re: [TF2] Sentry Quick Build
 
Add cvar to disable the plugin, I need it for the Jail server.

JoinedSenses 05-30-2018 22:59

Re: [TF2] Sentry Quick Build
 
Plugin has been updated to v1.1.0

Changes:
  • Removed plugin requirement of tf2attributes and replaced it with TF2 Items
  • Added four commands, one convar to toggle plugin, and renamed three convars.

View changes here

.

PC Gamer 06-01-2018 01:45

Re: [TF2] Sentry Quick Build
 
Interesting plugin!

The value for 'build rate bonus' (attribute 321) is an inverted percentage. So shouldn't the value on line 43 be something like 0.01 instead of 100?

JoinedSenses 06-02-2018 09:12

Re: [TF2] Sentry Quick Build
 
Good point, PC Gamer. I hadn't even noticed that.

After testing, it seems that attribute '321' had no affect on the quick-build process. It's been removed, and I corrected the inverted percentage of another attribute.

Edit: The inverted percentage attribute was for a decrease, so I didn't need to correct it.

JoinedSenses 06-04-2018 19:32

Re: [TF2] Sentry Quick Build
 
Plugin version has been updated to 1.2.0.

Changes: Implemented use of convar tf_fastbuild.
Previously failed to consider that I was using this convar within another plugin, so I've added it to this one.

JoinedSenses 06-09-2018 01:32

Re: [TF2] Sentry Quick Build
 
Plugin version has been updated to 2.0.0.

Changes:
  • Removed need for TF2Items.
  • Improved building speed, bypassing animations on deployment of carried objects.
  • Changed collision group of teleporters to prevent tele trapping players.
  • General efficiency improvements

JoinedSenses 11-20-2018 18:43

Re: [TF2] Sentry Quick Build
 
Plugin gamedata has been patched for Linux servers. This plugin should now correctly work on Linux.

https://github.com/JoinedSenses/TF2-...5d688c332cb8b3

JoinedSenses 11-21-2018 12:28

Re: [TF2] Sentry Quick Build
 
Plugin version updated to 2.3.1

Changes:
  • Added cvar qb_disabletelecollision // Prevents other players from colliding with teles
  • Misc code cleanup

https://github.com/JoinedSenses/TF2-...4fcd73ccf6942d

https://github.com/JoinedSenses/TF2-...b85cb2cd84dfe3

.

ph 11-24-2018 14:06

Re: [TF2] Sentry Quick Build
 
Can flag be added? so only players with admin flag "t" can use this plugin.


All times are GMT -4. The time now is 06:52.

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