Advertisement
fakuivan

TF2 Update script

Apr 6th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. steamcmd +runscript "/home/steam/steam/tf2_updatescript.txt"
  2. echo "Building tf2idb's database..."
  3. python3 ./tf2_dedicated_server/tf/addons/sourcemod/tf2idb/tf2idb.py \
  4.         ./tf2_dedicated_server/tf/scripts/items/items_game.txt \
  5.         ./tf2_dedicated_server/tf/addons/sourcemod/data/sqlite/tf2idb.sq3
  6. echo "Done"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement