WhiteTreePaladin Posted May 11, 2014 Report Share Posted May 11, 2014 (I just noticed in your screenshot that the menu button is not translated. Perhaps we should find a suitable font so that we don't have to rely on an image in the button.) Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted May 11, 2014 Report Share Posted May 11, 2014 (I just noticed in your screenshot that the menu button is not translated. Perhaps we should find a suitable font so that we don't have to rely on an image in the button.)http://trac.wildfiregames.com/ticket/2540 Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 11, 2014 Report Share Posted May 11, 2014 Menú in spanish. Is not very noticia le for me., guys I need help, the user interface is very confuse to modding, the names are not clear and are very old files there. Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted May 11, 2014 Report Share Posted May 11, 2014 Menú in spanish. Is not very noticia le for me., guys I need help, the user interface is very confuse to modding, the names are not clear and are very old files there.You can't fix that menu button now, we will first have to make it text, instead of an image. Or do you need help with something else? Quote Link to comment Share on other sites More sharing options...
Radagast. Posted May 11, 2014 Report Share Posted May 11, 2014 Wow awesome, that's a big surprise. Hadn't really expected the nubis to make progress. Thx. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 12, 2014 Report Share Posted May 12, 2014 I'm worried for missing props, like Faraon blue helmet, war chariot chapel and two handed axe. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 12, 2014 Report Share Posted May 12, 2014 Some body know how change the class to a unit, our spearman have swordman soul. Quote Link to comment Share on other sites More sharing options...
Radagast. Posted May 12, 2014 Report Share Posted May 12, 2014 (edited) Some body know how change the class to a unit, our spearman have swordman soul.<Entity parent="template_unit_infantry_melee_swordsman">--><Entity parent="template_unit_champion_infantry_spearman">OR<Entity parent="template_unit_infantry_melee_spearman">have adapted it and committed. Awesome this current progress. Edited May 12, 2014 by Hephaestion Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 12, 2014 Report Share Posted May 12, 2014 Hmmm, I saw that line before and was one of few that I didn't understood. Quote Link to comment Share on other sites More sharing options...
Radagast. Posted May 12, 2014 Report Share Posted May 12, 2014 The parent XML is where the file inherits from. That's pretty powerful. e.g. animal.xml contains all general data (plus default values for e.g. speed, ...) and horse.xml then overrides e.g. the speed element, the obstruction size and whatever. You probably noticed that the advanced infantry soldier inherits from the base infantry soldier. And the elite one from the advanced one. That makes it pretty simple to keep the data integrity (as all values which are not defined will fall back to value in the parent file, and if there it's also not defined then to the next parent. and so on. If we reach the root template and there's still no element defined then we probably get an error (if the element is required). Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 13, 2014 Report Share Posted May 13, 2014 1 Quote Link to comment Share on other sites More sharing options...
Radagast. Posted May 13, 2014 Report Share Posted May 13, 2014 Wow. This is impressive progress. one note: Could you go into more detail please in the commit messages? It should describe as much as to what you changed. e.g. instead of fix better use: fix javelinist (no longer use carthaginian/iberian). add egyptian javelinist templates (elite + advanced). add two new egyptian head textures add nubi body texture add hele hood as placeholder add ptolemian healer as placeholder Then people would immediately see how much new awesomeness you added instead of only "fix". You are no longer only our 2D rocket. Awesome!! 1 Quote Link to comment Share on other sites More sharing options...
Radagast. Posted May 13, 2014 Report Share Posted May 13, 2014 You even added a hero . Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 13, 2014 Report Share Posted May 13, 2014 Wow. This is impressive progress.one note: Could you go into more detail please in the commit messages?It should describe as much as to what you changed.e.g. instead ofbetter use:Then people would immediately see how much new awesomeness you added instead of only "fix".You are no longer only our 2D rocket. Awesome!! even I'm not sure what I'm doing some times hahaha, I'm not very familiar with this methods but I try to doing your suggestion the next time. Quote Link to comment Share on other sites More sharing options...
Radagast. Posted May 13, 2014 Report Share Posted May 13, 2014 No problem. It's great progress colleague.Niekt has fixed some errors which Sander reported.My old beardiness has added a new tech which makes the normal temple a precondition for the large temple being built.The tech is quite expensive and takes a long time to research. Also females will refuse to gather meat because of spiritual enlightenment.All civil gatherers will have a reduced gather rate of 90% (instead of 100% of the current value). That's because all those monks and priests and healers which research the tech need to be fed. Thus there is not much time left to gather for the citiy state.It's an effort to balance the incredible strength of the converting priest which is trainable in the Large Temple. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 13, 2014 Report Share Posted May 13, 2014 Heaphestion you can do some props like Nemes wear, Egyptian Pharaoh Helmets and Props, and I need change the shape of an Chariot. more egyptian than mauryan or britain..and I want add new Cavalry (Berebers Camel Raider- spear and sword )now an update. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 14, 2014 Report Share Posted May 14, 2014 Sherdesh: The Royal guard of the Pharaoh. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 15, 2014 Report Share Posted May 15, 2014 Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted May 15, 2014 Report Share Posted May 15, 2014 Lion, you have changed the nubian spearman to javelinist (https://github.com/0ADMods/Aristeia/commit/1d8e68c9128d8f49b5b97eba4fcc96bd9b1c98ad#diff-ff0cf84a9008231701b62c4516824a5f), but that template isn't present yet (I guess you forgot to commit it).Also, do you know there are still textures missing? Maybe some of them are also textures you forgot committing.As we plan to release 0 A.D. soon, it might be nice to get your mods also in a releasable state, so people who download A16 can check out that version of your mods. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 15, 2014 Report Share Posted May 15, 2014 Lion, you have changed the nubian spearman to javelinist (https://github.com/0ADMods/Aristeia/commit/1d8e68c9128d8f49b5b97eba4fcc96bd9b1c98ad#diff-ff0cf84a9008231701b62c4516824a5f), but that template isn't present yet (I guess you forgot to commit it).Also, do you know there are still textures missing? Maybe some of them are also textures you forgot committing.As we plan to release 0 A.D. soon, it might be nice to get your mods also in a releasable state, so people who download A16 can check out that version of your mods. its weird because I commit for every change, yesterday I didn't play only I added fortress and a axe, I get a error but I can't fix it.It's impossible get the mod in time, many art sets are not ready are missing chariot cavalry , the fortress need props, many uv error when I update Idanwin textures. I need help to done. For me is a maze each time I mod that, afortunatly you guys help me. Quote Link to comment Share on other sites More sharing options...
niektb Posted May 15, 2014 Report Share Posted May 15, 2014 (edited) I think we should now only turn to fixing getting Aristeia ready for A16 but not with all Egyptian art included. It is okay if the Egyptians are not fully ready.But you're doing a great job, Lion. Edited May 15, 2014 by niektb 1 Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 15, 2014 Report Share Posted May 15, 2014 I'm learning ever Aristeia was dependent from Idanwin's I was limited to create art, concept, research and promotional. Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted May 15, 2014 Report Share Posted May 15, 2014 its weird because I commit for every change, yesterday I didn't play only I added fortress and a axe, I get a error but I can't fix it.It's impossible get the mod in time, many art sets are not ready are missing chariot cavalry , the fortress need props, many uv error when I update Idanwin textures.I need help to done. For me is a maze each time I mod that, afortunatly you guys help me.If you commit all, that doesn't mean new files are committed too. You need to specially select new files to commit. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted May 16, 2014 Report Share Posted May 16, 2014 If you commit all, that doesn't mean new files are committed too. You need to specially select new files to commit.Ok I fixed, almost all except one I only committed but I don't push yet. I'm testing@ Stan @hephaestion I need correct textures, for me is a work about many hours. But to you is simple. Quote Link to comment Share on other sites More sharing options...
Radagast. Posted May 16, 2014 Report Share Posted May 16, 2014 (edited) Do you know which UV maps are broken?If you only repaint textures (not shifting transition lines and not moving parts of the texture) and best also always look at what it looks like in blender, then we should not have to remap the UV coordinates. <-- only guarantueed when using Blender External Paint Autorefresh (as programs)There must be a tutorial about how to edit a texture with Photoshop and see the changes in blender in realtime (I know it's possible when using GIMP). <-- see belowAlternatively use Blender's texture painting tools, you can sketch directly onto the 3D model and also on the texture itself. Though I guess you're interested in a realtime Photoshop-GIMP interaction (which I'm not sure exists sure it exists here).External Autorefresh works for both GIMP and Photoshop and not saves the internal UV mappings and such. Thus no more probs like you described. It should give you a boost for future work. (not sure if you could repeat your tweaks using this mode,... it's not yet clear to me how the textures are messed up, but if it's too time-consuming then we'll try to fix the UV maps. For the future then you know your ultra boost External Autorefresh functionality. ) Edited May 16, 2014 by Hephaestion 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.