Posts: 22
Threads: 2
Joined: Jul 2010
Reputation:
1
This command will install the needed libraries and applications for Debian. This will probably work for Ubuntu as well:
apt-get install lib32gcc1 lib32ncurses5 lib32tinfo5 coreutils util-linux procps xmlstarlet wget tmux sqlite3 symlinks sed lsof findutils gawk
I will be updating wrench and it's README file in the near future to include these.
lib32gcc1 is required by steamcmd on 64-bit systems.
lib32gcc1 and lib32ncurses5 are required by TF2 as of 7th of Aug 2014, version 2351233, and will probably be required by other source games in the future.
Posts: 1
Threads: 0
Joined: Nov 2014
Reputation:
0
I just wanted to say first off thank you so much for creating wrench. I don't use all of it nor do I understand all of it but you really deserve more recognition for this amazing work of art. I came here to say that for qstat the download page downloads it as quakestat and some people may have issues finding the path to qstat through wrench so don't forget to rename it. I put those two (lns and quakestat) in my usr/bin file as well as wrench in my /username/bin file to make it a command instead of an executable so that I didn't have to type in ./ every time. Thanks again!
Posts: 22
Threads: 2
Joined: Jul 2010
Reputation:
1
I am uploading wrench v1.3.1 today.
Removed all support for REPLAYPORT. No DB changes are needed, but this old field will be ignored and is no longer used.
Fixes some problems with the wrong MAILTO address being used for crash notifications
Makes the AUTOUPDATE_LOCKFILE file multi-user safe. Not that SteamCMD itself is still not multi-user safe (Valve's fault).
Replace "which" usage with "type", which is more portable and safer.
Fixed issues with reconfiguring gametypes.
Fixed issues when the Debian archive "qstat" package is installed and "setup" failing due to bad dep check.
Improved tmux version testing for feature usage.
Fixed some bad quoting issues.
Minor comments and print text changes/improvements.