Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.123
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. Hey Exodarion, As you probably know our lead and only AI Dev went to make a fork of the game called Fork AD 9001. That's why your best bet is to go on their IRC channel to discuss the matter with @mimo. Unless of course he decides to answer you here You can a find link to their freenode server here Thanks for your outstanding work on Hyrule Conquest.
  2. @Sundiata Okay. So ReShade is an external software (Windows only AFAIK (Linux with trickery)) that injects Shaders (Postprocessing effects if you will, so basically the game computes an image Shaders change it by applying different kind of filters) into the computer memory to alter the game display. AFAIK no one has tried to take their shaders and put it into our game. So you'd need someone to do that first. And secondly someone else from the team to review that.
  3. Siramods ? Probably nothing got reviewed so nothing got committed Thats because Aeonios patches are too big to be committed as is
  4. Thank you m8te Now it's complete
  5. That would be USA textures Rifle Textures Shooting Walking and other animations and maybe particle textures
  6. Does theater works as a generic name or does it have to be assembly of princes which seem more related to the event than to the building
  7. @Genava55 I'll go with Remogantion if it's the most correct.
  8. Maybe you are right I just remember they were removed. https://code.wildfiregames.com/rP20657 https://code.wildfiregames.com/rP20351
  9. @Genava55 Specific name for the theatron ?
  10. That's the idea. But until all that is reviewed and figured out I don't expect much...
  11. Do you have any crashlog.txt or crashlog.dmp in %localappdata%\0ad\logs ?
  12. No such guys right now :/ Nobody in the team is actively working on balancing, but you guys know that right ?
  13. I believe those have a very bad performance impact. Weren't all those spread operators removed ?
  14. To be honest it's because I don't play the game enough to have a say in balancing.
  15. What are you trying to pull off with the IRS documents ?
  16. Well you can find a few rocks in my eyecandy mod m8te https://github.com/0ADMods/eyecandy
  17. Hello sorry for the inconvenience. You have two options a) Download this fixed bundle (Please let me know if you do so) https://www.mediafire.com/file/00lxxtdmsu64nrs/0ad-0.0.23b-alpha-osx64.dmg/file b) In the game options lobby tab disable TLS encryption.
  18. @LordGood Indeed I forgot to fix the AO ^^ better now .
  19. If nobody has objections of @Genava55 @LordGood @Alexandermb I'll commit it as an Atlas template.
  20. Sure. The question being would it save time in the future to modders and game programmers that they are separated. I think it would be pretty straightforward to look into the schemas for XML schemas, but some people might disagree. But the thing is the only thing they could oppose is that they like to have mixed code types, which as you stated is an antipattern. In theory yes, however XSD would come with other requirements https://www.w3schools.com/xml/schema_example.asp Also, that would mean we'd have to add it to every template block like Identity which seems a bit unproductive.
  21. I'm not sure that's even an argument. I'd rather be comparing two XML files than a JavaScript file and an XML file. Luckily enough our schemas are defined at the top of the file. Moving seems like a pretty good idea then. I'm actually not sure. However, if one defines a broken Schema in JavaScript files, (I guess CPP too but I haven't tried) you'll get an error when you start Atlas. I actually found a work around for that. Maybe it's dirty, but with some refinement it could work properly. ResourceSupply.prototype.Schema = Engine.ReadFile("simulation/components/schemas/ResourceSupply.xml").replace("Resources.BuildChoicesSchema(true, true)", Resources.BuildChoicesSchema(true, true)); Changing parameters here sounds a bit tricky, but I guess one could come up with a way to define a special string which would cover different options. JavascriptObject;JavascriptFunction;Param1;Param2; etc and make a parsing function for it in utils. https://stackoverflow.com/questions/4116608/pass-unknown-number-of-arguments-into-javascript-function
  22. Maybe but templates are XML so examples should be XML.
×
×
  • Create New...