Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.123
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. Okay. What would you change ? Could you sketch a new one ?
  2. That's because you forgot a vertex group for the Vehicle bone. If you assign the rest of the car to it it will work
  3. @wowgetoffyourcellphone What's wrong with the new roman barracks ?
  4. You should really use the quote feature of the forum. It makes it hard to distinguish your words from theirs
  5. Yeah I believe that @Tiber7 kind of ran out of time... @Skhorn as well.
  6. Yeah it will extend. However if you take the map binary it can be anything you want cause it's generated code and not part of the game.
  7. That would be CC-BY-SA 3.0 and GPLV2 for js code.
  8. I'm with wow here. Though my argument would also be that the scale will look wrong. One will have either a to small area in the middle too few steps or too tiny ones.
  9. It now ignores 1x bonuses https://code.wildfiregames.com/D1707
  10. Can't you just run the simulation build the wall, save the map ? IIRC that works
  11. I guess it would need a few pings a link to the revision and a programmer review
  12. In svn it is now possible to add techs to modify counter bonuses. I commandeered D1707 so soon the tooltips will be generated automatically
  13. Actually we discussed with @Itms IRL and that's something that always bothered us, also, it's incredibly sexist. After D1955 villagers will be able to be a mix of men and women so if we do want two separate types of citizen it will be possible D1955 Will allow the game to switch visual actors from male to female at run time randomly (one will also be able to specify more genders), and update the sound accordingly.
  14. That's an aborted old project from the @The Undying Nephalim you can seem some screenshots and trailers here
  15. Basically glow oscillating between 0 and 1 with sinus of the time for instance. Do you think it could work with player color as well ?
  16. @wraitii Still have that around ?
  17. Experimenting with glowing materials, to know how they work. Model will likely be used in a mod of mine if I make more than this. @vladislavbelov I guess there is no way I can make the glow stronger ? It doesn't work with the sun. Also would be nice to have an oscilating shader. Still far from EDIT : It seems I can't make it react to player color... <?xml version="1.0" encoding="utf-8"?> <material> <define name="USE_SELF_LIGHT" value="1"/> <required_texture name="baseTex"/> <required_texture name="normTex" define="USE_NORMAL_MAP"/> <required_texture name="specTex" define="USE_SPECULAR_MAP"/> <shader effect="model"/> <define name="USE_PLAYERCOLOR" value="1"/> <uniform name="effectSettings" value="1.0 50.0 0.0075 0.85"/> </material>
×
×
  • Create New...