Skip to content
#

source

Here are 712 public repositories matching this topic...

tulinkry
tulinkry commented Oct 3, 2020

While doing an update to 1.4.5 (from 1.3.16) I discovered an issue in the docker image when it waits for tomcat to start:

Current code

date +"%F %T Waiting for Tomcat startup..."
while [ "`curl --silent --write-out '%{response_code}' -o /dev/null 'http://localhost:8080/${URL_ROOT}'`" == "000" ]; do
	sleep 1;
done

It looks like the URL_ROOT is not expanded here. While this is no

DrCactusTF2
DrCactusTF2 commented Sep 20, 2020

Description

In Live TF2, custom MVM is rather restrictive without sourcemod plugins.
Right now the only way to use custom upgrade shops is by replacing the default mvm_upgrades.txt file (which also requires every user joining to replace their own) or through the use of sigsegv/potato.tf's custom sourcemod plugins (which are both unavailable to the public)

I reccomend adding an option to

Improve this page

Add a description, image, and links to the source topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the source topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.