Been trying to know if there is an easy way to update the worldserver.conf when changes are committed to worldserver.conf.dist. Or it is necessary to do it manually always?
Update wordserver.conf
131 Views Asked by naravena At
1
Been trying to know if there is an easy way to update the worldserver.conf when changes are committed to worldserver.conf.dist. Or it is necessary to do it manually always?
There is no automated way, however you can use the
diffcommand to make it easy to spot the differences between yourworldserver.confand the newworldserver.conf.dist.Assuming that you have those two files in the same folder, you can run:
this will generate a diff file
worldserver.diffcontaining all the differences betweenworldserver.conf.distandworldserver.confso it will easy for you to spot what the new additions are and update yourworldserver.confaccordingly.When you're done you can of of course delete the
worldserver.diff