Difference between revisions of "Updating Server"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 9: Line 9:
 
# DONE!
 
# DONE!
  
'''NOTE''':​ 0.4.0 has a new cluster config option under network settings called ConnectionTimeOut. See the example config in the server release for example.
+
'''NOTE''':​ 0.4.6 REQUIRES A FULL WIPE
 +
'''NOTE''':​ 0.4.6 Mod option in the ClusterConfig.xml has changed. It is now <Mod Name="ModName"/>. See example in zip
 +
'''NOTE''': 0.4.6 Legends of Aria no longer supports Game Obj Extensions (GameObj.Meta.XXX) This means all of those functions have been changed from this:IsGod() to IsGod(this). We've included a utility python script that automatically converts those function calls for you in your mod. Open the python script and update the path to your mod at the top and run the python script from a command line. MAKE SURE YOU SAVE A BACKUP BEFORE RUNNING IT!
 +
 
 
[[Category:Citadel Studios]][[Category:Server Administration]]
 
[[Category:Citadel Studios]][[Category:Server Administration]]

Revision as of 16:03, 13 June 2017

(Updating a previously downloaded version)

  1. Extract the server package to a new folder
  2. Delete the "Build" and "docs" folders from your main server folder
  3. Copy the "Build" and "docs" folders from the new package into your main server folder
  4. Open both ClusterConfig.xml files and look for new options to add to your config (The patch notes will list any new options)
  5. (CLUSTER ONLY)​ If you are running a cluster, you need to contact us (via Discord or email) and request that we upgrade your cluster. Please make sure it is shut down before you make the request or we will shut it down for you when we do the upgrade.
  6. Log onto your server and run the /resetworld command (NOTE: Make sure you add the NoReset objvar to anything you dont want destroyed first)
  7. DONE!

NOTE:​ 0.4.6 REQUIRES A FULL WIPE NOTE:​ 0.4.6 Mod option in the ClusterConfig.xml has changed. It is now <Mod Name="ModName"/>. See example in zip NOTE: 0.4.6 Legends of Aria no longer supports Game Obj Extensions (GameObj.Meta.XXX) This means all of those functions have been changed from this:IsGod() to IsGod(this). We've included a utility python script that automatically converts those function calls for you in your mod. Open the python script and update the path to your mod at the top and run the python script from a command line. MAKE SURE YOU SAVE A BACKUP BEFORE RUNNING IT!