QUOTE |
- added support for a new xmlspawner.cfg file in the Data folder of the main RunUO installation. This configuration file can be used to specify certain default values without having to modify the settings in xmlspawner scripts themselves. This can simplify upgrading to new revisions since custom settings can now be specified outside of upgraded scripts and so will be maintained when those scripts are replaced. If you do not wish to use this configuration feature, you do not have to add an xmlspawner.cfg file. In that case, the standard system defaults will be used just as they have in the past. This new feature is completely optional. Below is an example of a configuration file illustrating the current support for some of the common xmlspawner and xmldialog settings. Data/xmlspawner.cfg # This is a sample xmlspawner configuration file # comments can be added anywhere in the file using the # at the beginning of the line # sections are specified with [section] # individual setting assignments have the form 'name=value'. Spaces can be placed around the '=' # empty lines are ignored and can be placed anywhere [XmlSpawner] XmlSpawnDir=Spawns DiskAccessLevel=Administrator SmartSpawnAccessLevel=Administrator defMinDelay=5 defMaxDelay=10 defHomeRange=5 defSpawnRange=5 defRelativeHome=true [XmlDialog] XmlQuestNPCDir=XmlQuestNPC defProximityRange=3 defResetTime=60 defSpeechPace=10 |
QUOTE (StarRyder @ December 26, 2007 10:26 pm) |
Many Thx Art i was wondering how you get the svn exe lastest version here where you get the revision folders needed http://svn.runuo.com/repos/runuo/devel/ and i suppose this is where the folders are revised ? from this have a guide on how to build the runuo.exe ? or am i asking to much anyways i thx you for ur support also y cant we go up a folder it asks you a username and password im curios hehe thx |