SRCDS Steam group


Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux question :)
#1
Does anyone know if you make a symboliclink to something. Is their a way to set it up so you can add files to that folder but it doesn't add it to the original directory?
~ trewq
Reply
#2
the only way is not to symlink the whole directory but only the files inside. new files would then not be a symlink...
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#3
Ah I see, thats what I was thinking Smile I was just wondering if their was a way inbuilt.
~ trewq
Reply
#4
Code:
cp -sR /path/to/masterfolder/* /path/to/symlinks/

Will copy folders recursive and create softlinks instead of copy the real files.
If you have a real file in symlinks/* it will not be replaced by a symlink.
If you add new files to masterfolder/* you just rerun the copy command.
If somebody replaces symlinks in symlinks/* with real files no problem. If somebody adds other files to symlinks/* masterfolder/* content will not be touched.
Interactive web based config creator for CS, CSS, TF2 and DODS
Creates server and client configs in an explained dialog.

You`ll also find precompiled debian gameserver kernels for download
Reply
#5
Cool thanks Big Grin Thats exactly what I was looking for Big Grin

What actually got me wondering was your description of your CP Toungue
~ trewq
Reply
#6
Would you prefere the boring technical explanation written in the manpage? Toungue
Interactive web based config creator for CS, CSS, TF2 and DODS
Creates server and client configs in an explained dialog.

You`ll also find precompiled debian gameserver kernels for download
Reply
#7
Toungue No I can get that myself Toungue Your explenation was good, thanks Smile
~ trewq
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)