nocompile Posted March 19, 2012 Report Share Posted March 19, 2012 <BuildRestrictions> <Territory>neutral</Territory> <Distance> <FromCategory>Temple</FromCategory> <MinDistance>200</MinDistance> </Distance> </BuildRestrictions>GAME STARTED, ALL INIT COMPLETERelax-NG validity error : Extra element Distance in interleavepreview%7Cother/celt_stone_monument_motif:1: element Distance: Relax-NG validity error : Element BuildRestrictions failed to validate contentERROR: RelaxNGValidator: Validation failedERROR: Failed to validate entity template 'preview|other/celt_stone_monument_motif'<BuildRestrictions> <Territory>neutral</Territory> <Distance> <FromCategory>CivilCentre</FromCategory> <MinDistance>200</MinDistance> </Distance> </BuildRestrictions> Works fineAlso is there anyway to be far away from both of them? Quote Link to comment Share on other sites More sharing options...
feneur Posted March 19, 2012 Report Share Posted March 19, 2012 Hmm, are you sure there is a "Temple" category?/That it's called "Temple"? Quote Link to comment Share on other sites More sharing options...
quantumstate Posted March 19, 2012 Report Share Posted March 19, 2012 Try editing special/player.xml, you probably need to add Temple there. Quote Link to comment Share on other sites More sharing options...
nocompile Posted March 19, 2012 Author Report Share Posted March 19, 2012 Could you add it so everyone has it, otherwise I have to include it in the mod. Quote Link to comment Share on other sites More sharing options...
nocompile Posted March 19, 2012 Author Report Share Posted March 19, 2012 ah it's a simple file, ill add this Quote Link to comment Share on other sites More sharing options...
nocompile Posted March 19, 2012 Author Report Share Posted March 19, 2012 Relax-NG validity error : Extra element Distance in interleavepreview%7Cother/celt_stone_monument_motif:1: element Distance: Relax-NG validity error : Element BuildRestrictions failed to validate contentERROR: RelaxNGValidator: Validation failedERROR: Failed to validate entity template 'preview|other/celt_stone_monument_motif'<Distance> <FromCategory>CivilCentre</FromCategory> <MinDistance>200</MinDistance> <FromCategory>Temple</FromCategory> <MinDistance>50</MinDistance> </Distance>is it possible to do more than one?Relax-NG validity error : Extra element Distance in interleavepreview%7Cother/celt_stone_monument_motif:1: element Distance: Relax-NG validity error : Element BuildRestrictions failed to validate contentERROR: RelaxNGValidator: Validation failedERROR: Failed to validate entity template 'preview|other/celt_stone_monument_motif'Tried: <BuildRestrictions> <Territory>neutral</Territory> <Distance> <FromCategory>CivilCentre</FromCategory> <MinDistance>200</MinDistance> </Distance> <Distance> <FromCategory>Temple</FromCategory> <MinDistance>50</MinDistance> </Distance> </BuildRestrictions> Quote Link to comment Share on other sites More sharing options...
quantumstate Posted March 19, 2012 Report Share Posted March 19, 2012 Relax-NG validity error : Extra element Distance in interleavepreview%7Cother/celt_stone_monument_motif:1: element Distance: Relax-NG validity error : Element BuildRestrictions failed to validate contentERROR: RelaxNGValidator: Validation failedERROR: Failed to validate entity template 'preview|other/celt_stone_monument_motif'<Distance> <FromCategory>CivilCentre</FromCategory> <MinDistance>200</MinDistance> <FromCategory>Temple</FromCategory> <MinDistance>50</MinDistance> </Distance>is it possible to do more than one?Relax-NG validity error : Extra element Distance in interleavepreview%7Cother/celt_stone_monument_motif:1: element Distance: Relax-NG validity error : Element BuildRestrictions failed to validate contentERROR: RelaxNGValidator: Validation failedERROR: Failed to validate entity template 'preview|other/celt_stone_monument_motif'Tried: <BuildRestrictions> <Territory>neutral</Territory> <Distance> <FromCategory>CivilCentre</FromCategory> <MinDistance>200</MinDistance> </Distance> <Distance> <FromCategory>Temple</FromCategory> <MinDistance>50</MinDistance> </Distance> </BuildRestrictions>No. The xml schema would need to be redesigned to allow this (and the associated javascript would need changing). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.