historic_bruno Posted July 24, 2012 Report Share Posted July 24, 2012 Just to notify devs that as of r12183, the actor format changed slightly to accommodate myconid's rendering improvements (namely multiple textures per model). If you edit the XML by hand the following:<texture>path/to/texture.png</texture>changes to:<textures> <texture file="path/to/texture.png" name="baseTex" /></textures>"baseTex" is the name for the base/diffuse textures that we've been using to this point. There will be other options once AO, normal mapping, etc. are implemented.Existing actors in SVN have been updated, so this is mostly for those who may be working on new actors. Actor Editor has also been updated to support the new <textures> element, I'll be updating the Trac documentation accordingly. Quote Link to comment Share on other sites More sharing options...
dvangennip Posted July 26, 2012 Report Share Posted July 26, 2012 There seems to be a slight problem with the Carthaginian houses. The assigned texture is that of the Iberian bull statue. So the following texture needs to be changed in the Carthaginian house actor XML file:structural/iber_bull_statue.png => structural/kart_struct.ddsIt seems too little a change to create a ticket in Trac for this, but hopefully someone can correct the slight problem. Quote Link to comment Share on other sites More sharing options...
Mythos_Ruler Posted July 26, 2012 Report Share Posted July 26, 2012 There seems to be a slight problem with the Carthaginian houses. The assigned texture is that of the Iberian bull statue. So the following texture needs to be changed in the Carthaginian house actor XML file:structural/iber_bull_statue.png => structural/kart_struct.ddsIt seems too little a change to create a ticket in Trac for this, but hopefully someone can correct the slight problem.Got it. Quote Link to comment Share on other sites More sharing options...
Pureon Posted July 26, 2012 Report Share Posted July 26, 2012 There seems to be a slight problem with the Carthaginian houses. The assigned texture is that of the Iberian bull statue.That's worrying. Could it mean other textures are also wrong? Quote Link to comment Share on other sites More sharing options...
quantumstate Posted July 26, 2012 Report Share Posted July 26, 2012 I'm pretty sure that was my fault. I was testing changes to the actor editor. I'm pretty sure that is the only one I touched, I didn't remember that i had saved the changes. That changeset generally went quite poorly . Quote Link to comment Share on other sites More sharing options...
dvangennip Posted July 26, 2012 Report Share Posted July 26, 2012 (edited) I have just gone through all entities in the editor, via its Actor Viewer. I saw no other texture issues, so let's hope the Carthaginian houses were the only actors affected.Oh, didn't see the post just above this one. Well, that confirms my findings Edited July 26, 2012 by dvangennip 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.