- OS:
- Windows 10, 64bit
- Linux >=3.2, 64bit
- some space on disk
- a little bit of RAM
./fuse-linux-amd64 -standaloneCaution
Neither authorization nor authentication are implemented. Anyone can send anything; that data will be accepted without errors.
Usage of ./fuse-linux-amd64:
-baseURL string
base url (default "http://127.0.0.1:6667/")
-clientURL string
user URL (will be patched into the exe) (default "http://127.0.0.1:6667/")
-listenAddr string
listen addr (default "127.0.0.1:6667")
-passThrough
work as a proxy between client and original master server
-platform string
server platform (default "tppstm")
-standalone
standalone mode (do not attempt to patch and backup executable)
-writeLog
save requests and responses to filesIf server is used in standalone mode (ex. over the internet), base url must be set to server external address or hostname.
writeLog option creates log directory and writes all requests and responses in files there, which is
handy with passThrough mode.
Warning
Uploading wildly different save data (like soldiers farmed on another server or billions of heroism) may result in online ban on original master server. You are strongly recommended to back up your save.
Make a copy of following directories:
Windows:
C:\Program Files (x86)\Steam\userdata\<AccountID>\287700
C:\Program Files (x86)\Steam\userdata\<AccountID>\311340Follow this guide if you cannot find your userdata.
Linux:
~/.local/share/Steam/userdata/<AccountID>/287700
~/.local/share/Steam/userdata/<AccountID>/311340If you have different accounts, get your AccountID here - https://steamdb.info/calculator/
Latest release: https://github.com/unknown321/fuse/releases/latest
Open directory with mgsvtpp.exe (Steam -> Right click on MGSV:TPP -> Properties -> Installed files -> Browse). Put fuse
executable in that directory.
Run fuse executable. It will:
- automatically create a backup of
mgsvtpp.exe - patch
mgsvtpp.exewith local server address (http://127.0.0.1:6667) - start server at
http://127.0.0.1:6667
Run fuse executable with "-clientURL" flag and url of your choice. It will:
- automatically create a backup of
mgsvtpp.exe - patch
mgsvtpp.exewith custom server address
