JumpAssist Unofficial UpdatesDo not use this plugin anymore! It is no longer maintained, the version maintained by JoinedSenses should be used instead! https://github.com/JoinedSenses/TF2-ECJ-JumpAssistSo, this plugin has been more or less difficult to get your hands on, and a bunch of features with version 0.7.0 don't quite work properly, so I did my best to fix them up. I'm going to leave out the assumed items like save, tele, and reset from this post, but they are all in the plugin too.
The main things I fixed were:
- Skeys - No longer has delay with crouch and jump keys
- Restart - Restart deletes your save and resets you properly
- Regen - Regen happens on +attack and player_hurt, not just player_hurt
- JA Tele - Got the admin system for creating and using tele locations working
- Databases - The plugin now works without a database configured (with limited features)
- Minor Bugfixes
JA TeleMost people don't know about this, and neither did I until I started looking through. With
!addtele <location> you can add a teleport which can be accessed with the
!jatele command (as admin). The command used to be !jtele but I changed it to make it compatible with my plugin
DatabasesYou no longer have to have a database set up to use the plugin, but if you want to use JA Tele or have save locations stay across map changes, then you need to set one up.
This plugin only works with mysql databases(maybe? not sure anymore). Make a database "jumpassist", and configure it in /configs/databases.cfg so that it contains the following inside of the "Databases"{}:
"jumpassist"
{
"driver" "default"
"host" "127.0.0.1"
"database" "jumpassist"
"user" "<sql_username>"
"pass" "<sql_password>"
//"port" "0"
}
Use the username and password you configured where I left them out, and if you know what you are doing you can mess with host and ports but most people probably don't so don't mess with it.
Lesser known commands!skeys_color <R> <G> <B> - Allows you to change the color of the skeys. RGB are each from 0-255.
!setmy - Saves user settings to a database if configured so that it is remembered for the future
!mapset - Admin command - Allows you to set basic map information
I also changed the
!ja_help command to show pretty much all commands in chat.
Download:
LINKTo install just extract the contents to the /tf/addons/sourcemod folder of your server.
Also I should mention that it requires SteamTools and will only autoupdate if you have
UpdaterNO LONGER UNDER ACTIVE DEVELOPMENT- I'm not really working on this plugin at all anymore but it should still work as advertised. I'll accept pull requests and whatnot but I don't plan on making any significant contributions anytime in the near future.