GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.23k stars 807 forks source link

Shortcuts to commonly used locations? #1492

Open popey456963 opened 7 years ago

popey456963 commented 7 years ago

It would be nice perhaps to create a symbolic link to some commonly visited locations, as paths can get pretty awful (/home/csgoserver/serverfiles/csgo/addons/sourcemod/configs/mapchoose_extended, for example).

These would almost certainly have to be game specific, which might be challenging from a programming point of view, but for CS:GO at least perhaps a /home/csgoserver/link folder with:

dgibbs64 commented 7 years ago

I like this idea!

dgibbs64 commented 5 years ago

I csv file list could be created and if the dir exists a symbolic link can be created. It would be down to the community to populate the csv file.

It shouldn't be too complex