Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RSBuild] Incremental Update

Initiate Mage
Joined
Oct 17, 2014
Messages
5
Reaction score
2
Hi, I would like to know how I can be performing an Incremental Update on my server, without having to do the complete RSBuild, I tried to follow this topic that teaches you how to do it, but I couldn't xD


 
Elite Diviner
Joined
Nov 28, 2014
Messages
427
Reaction score
249
only you look for it:
Code:
<!--  set base archive for incremental update -->
 <base file="C:\inetpub\wwwroot\AlphaFiles\bins\wzBA08140A"/>
then you put the directory where your completed build is located.

<base file="C:\inetpub\wwwroot\AlphaFiles\bins\wzBA08140A"/>
 
Upvote 0
Initiate Mage
Joined
Oct 17, 2014
Messages
5
Reaction score
2
only you look for it:
Code:
<!--  set base archive for incremental update -->
 <base file="C:\inetpub\wwwroot\AlphaFiles\bins\wzBA08140A"/>
then you put the directory where your completed build is located.

<base file="C:\inetpub\wwwroot\AlphaFiles\bins\wzBA08140A"/>

it's a local server (I don't know it changes anything) I don't have any folder with the server's name in wwwroot, it was supposed to?

é um servidor local (não sei muda algo) eu não tenho nenhuma pasta com o nome do servidor no wwwroot, era pra ter?

print:
 
Upvote 0
Initiate Mage
Joined
Oct 22, 2015
Messages
8
Reaction score
0
Wwwroot create a new directory and run rsbuild to get the bin files, Before running, you need to mask <!--<base file = "" />-->,then modify <base file = "" />, "wzba08140a" to your bin file name and run RSbuild
 
Upvote 0
Back
Top