Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.232
  • Joined

  • Last visited

  • Days Won

    593

Everything posted by Stan`

  1. Let's look for them I did not want you to make you look old but if you are indeed older than me, then one could think you are probably wiser ?
  2. Some anims don't work as well because they are a combination of two others ie carry idle and I don't think we support that in Atlas
  3. Ask @wraitii I'm sure there is something fishy and he worked on animation synchronisations etc EDIT: too slow XD
  4. I'm not wise... too young for that but maybe you are ?
  5. Sounds good. I would do it in multiple commits. Maybe one that deletes files and one that updates adds new.
  6. Not yet. @vladislavbelov was working on something like that. It's non trivial.
  7. Who knows ... https://code.wildfiregames.com/D2175 @Freagarach
  8. You can change the GUI scale in the game to be bigger by modifying your configuration file and adding for instance gui.scale = 1.2 This will increase the GUI size by 20%
  9. Should be fixed in next version. Currently the AI doesn't use formation because as it's said in the welcome screen those are not a finished feature. Currently formation attack is not implemented, you can also set them to standground.
  10. If you're baking cookies at the same time now that's impressive
  11. I believe you should talk to @wraitii about it / raise concern on the offending commit
  12. That's the issue, the game doesn't group objects using the same textures for rendering... Dunno how hard it would be to implement. Looks nice, but the difference in quality between the props is starting to show a lot.
  13. 37 Is okayish i guess but it's twice as much as the current state. 100 however is 5 times more which would be a bit more problematic in the long run... Nothing compared to the 300+ on the ships but still... @wraitii @vladislavbelov can we make something to not doom the next alpha for low end computers ? Very nice armor BTW
  14. You can do that I guess. Before the last line that does collada export, [...] → Add it here. bpy.ops.wm.collada_export(filepath='D:/Export/' + a.name + '.dae', keep_flat_curves=True, include_all_actions=False, keep_keyframes=True, selected=True, check_existing=False,filter_blender=False,filter_image=False,filter_movie=False,filter_python=False,filter_font=False,filter_sound=False,filter_text=False,filter_btx=False,filter_collada=True,filter_folder=True, limit_precision=True, filemode=8) you can add the following line (with the correct indentation) it will bake the current action (don't forget to save the blend file just in case you need to reset it.) # https://blenderartists.org/t/automate-baking-armature-actions-in-python/673541 bpy.ops.nla.bake(frame_start=a.frame_range[0], frame_end=a.frame_range[1], only_selected=True, visual_keying=True, clear_constraints=True, use_current_action=True, bake_types={'POSE'})
  15. I made a wicker texture in Substance Designer some time ago if that can help. I have a few other texture I haven't released, dunno if they could be used I have this wicker texture lying around What are your PC specs ? Maybe it's because the new blender uses a more recent OpenGL version...
  16. Why dont you use the script ? (if you don't know how just ask me
  17. Hello you can either disable TLS in the game optiona or download the fixed release bundle from here :https://www.mediafire.com/file/00lxxtdmsu64nrs/0ad-0.0.23b-alpha-osx64.dmg/file Sorry for the inconvenience.
  18. @Itms @Alex from Intel Now that Spidermonkey 45.2 was committed maybe it would be nice to use the tool again ?
  19. http://www.romaniadevis.ro/dacia/zona-geto-daca/reconstituiri-3d/item/templu-dacic-v-01-reconstituire-virtuala-3d http://www.romaniadevis.ro/dacia/zona-geto-daca/reconstituiri-3d
  20. @wowgetoffyourcellphone I did not hate your texture, I just wanted to learn texturing with Substance Designer (Which also allowed for a clean normal map and specmap) hence why I did not use it @Genava55 I went for that style because that was what was depicted on that romanian web site.(I surely posted some picture somewhere on the forums) Greek columns slate roofs lot of wood If someone wants to make everything better and throw everything in the trash I have no issues.
  21. Yup, last time it was fixed by assigning weights to some vertex on the gastaphrete. Not on holiday, yet anyway just on a break, which is getting harder to hold these days.
  22. The Phenotype tag which replace the previous Gender tag, can be now have tokens. Once there is more than one token it will pick one randomly. Note that tokens are also inherited see https://trac.wildfiregames.com/changeset/22611 Then in the actor name you will be able to specify the {phenotype} tag for the engine to replace Assuming this in the Identity component <Phenotype datatype="tokens"> male female</Phenotype> And this in the actor <Actor>units/britons/{Phenotype}_villager.xml</Actor> Will be replaced by <Actor>units/britons/male_villager.xml</Actor> <Actor>units/britons/female_villager.xml</Actor> An official post could be made maybe by@wraitii or @Freagarach like the one I made for breaking changes.
×
×
  • Create New...