
Originally Posted by
welovesega
hello everybody ! :)
1- how to make the server auto update ?
1- Open your SMC Folder and create 2 Folder
- Patch_Internal
- Patch_Internal_Comp
2- Open ServiceManager.cfg
It look like this
Code:
ModulePatch
{
SrcPath ".\Patch_Internal"
DestPath ".\Patch_Internal_Comp"
}
Example
Code:
/*
*/
SMC {
DivisionManager "5.243.15.8",15880
}
ModulePatch
{
SrcPath "E:\VSRO\Server\Blitzkrieq_Bin_Data\SMC_D13@Statiic@\SMC\Patch_Internal"
DestPath "E:\VSRO\Server\Blitzkrieq_Bin_Data\SMC_D13@Statiic@\SMC\Patch_Internal_Comp"
}
3. In Patch_Internal make a Folder name media.
Put all Subfolder from the Media.pk2 with all files that are used to be in there.
Example
Code:
You want to patch your client with a new abusefilter.txt file.
You simply create in media folder the following subfolders.
server_dep\silkroad\textdata
Now you just copy your new absulefilter.txt into the textdata folder.
4. Launch your SMC and click on the Modulepatch Button
Now rightclick on SR_Client, then left click on Patch:SR_Client 22.
You can see now the latest version and below the patch version with an empty field to the right. Here you just add the current year, month, day and an additional _1 if this is the first patch you will do today. If you patch more patches the same day you just give them a _2 or _3 and so on.
Now click Read Patch Data and SMC will check the files and remove any unknown formats if found. Now click Analyze patch data and finally Start Upload.
Once done click Server control and start common service again.