Hi,
as mentioned in another thread, I was searching for a another solution, like a "mount --bind" in linux, so that I've not to copy all files to the server directory.
Windows has a tool called "mklink" that can create symlinks.
MKLINK
[/H] | [/J link destination
on my pc:
D:\Games\Steam\steamapps\r3v1l>mklink /D race07ds\Gamedata "d:\Games\Steam\steamapps\r3v1l\race 07\Gamedata"
symbolische Verknüpfung erstellt für race07ds\Gamedata <<===>> d:\Games\Steam\steamapps\r3v1l\race 07\Gamedata
(text in german)
advantages are, that you have no redundant data.
all files are up to date, cause you use the game files, which are updated by the wbb updater
greetz
Marcel