jump.tf Forums
Welcome B)

Jump plugin question

Man In A Mask

  • Newbie
  • *
    • Posts: 5
    • Frags: +0/-0
    • View Profile
All jumps servers seem to have a version of the save location plugin, but I remember back with JumpIT the location was saved locally I presume so that every time you were on that server you could reuse the same save spots. I cant seem to find this anywhere, could anyone help show me where to find a plugin that allows for the save spots to carry over?
If i remember correctly before JumpIT went down people were allowed access to all the plugins so im hoping its publicly available.

Thanks for any help


Torii

  • Intermediate
  • ***
    • Posts: 126
    • Frags: +0/-0
  • Whirlwind "Torii Hurricane"
    • View Profile
No it wasn't saved locally, it was always saved in a database in the server side.

The plugin is a jump plugin that allowed for most of the commands you could use on the server like regen, hardcore, reset, etc
https://drive.google.com/file/d/0B3UfvzWcsJqyMG9lRWl2LWotNms/edit?usp=sharing
(Go to File > Download)

You also need to set up the databases.cfg in the addons/sourcemod/configs folder
In that file, add these lines

Code: [Select]
"jumpassist"
{
"driver"                   "sqlite"
"host"                     "localhost"
"database"                 "jumpassist"
}
« Last Edit: July 20, 2014, 01:14:08 AM by Torii »


Man In A Mask

  • Newbie
  • *
    • Posts: 5
    • Frags: +0/-0
    • View Profile
Most of the jump plugins ive seen however wouldnt save the info after the server restarts or changes maps. I was trying to find one that would allow for the save spot locations to remain. So if I were to play the next day and it went back to that map I could reuse them. The only server that I found doing this was the JumpIT servers.
Right before they went down I thought people were allowed ftp access. I was hoping there was a version of that plugin available. Or at least something similar.


HeliX

  • Newbie
  • *
    • Posts: 11
    • Frags: +0/-0
    • View Profile
Most of the jump plugins ive seen however wouldnt save the info after the server restarts or changes maps. I was trying to find one that would allow for the save spot locations to remain. So if I were to play the next day and it went back to that map I could reuse them. The only server that I found doing this was the JumpIT servers.
Right before they went down I thought people were allowed ftp access. I was hoping there was a version of that plugin available. Or at least something similar.

I am not sure whether or not their version differs from the one Torii linked, however, conductor and lange made a backup of the plugins and whatnot that was used on jumpit and surfit - here: https://www.mediafire.com/folder/p7w155ae43ay4/iT%20Backups

Last I checked, I think the zip with the jump stuff had two versions of jumpassist, not sure tho.

the original thread can be found here: http://teamfortress.tv/thread/14381/it-servers-shutting-down/?page=1


Man In A Mask

  • Newbie
  • *
    • Posts: 5
    • Frags: +0/-0
    • View Profile
Thanks both of you.
That is exactly what I was looking for.


Torii

  • Intermediate
  • ***
    • Posts: 126
    • Frags: +0/-0
  • Whirlwind "Torii Hurricane"
    • View Profile
Most of the jump plugins ive seen however wouldnt save the info after the server restarts or changes maps. I was trying to find one that would allow for the save spot locations to remain. So if I were to play the next day and it went back to that map I could reuse them. The only server that I found doing this was the JumpIT servers.
Right before they went down I thought people were allowed ftp access. I was hoping there was a version of that plugin available. Or at least something similar.

That's what the lines to add into databases.cfg is for, it's required for Jump Assist to run, but what it does is it creates an .sq3 file in tf/addons/sourcemod/data/sqlite which is the database where all the saves are... saved.

The one I linked should be JumpAssist 0.6.0b, the one Klanana linked back in teamfortress.tv. The latest version (AFAIK) is 0.7.0-something, if you just want saves/teleports the one I linked should be sufficient