Jump to content

man_s_our

Community Members
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by man_s_our

  1. what map are you using? and what's the game configurations? and does the result change when adding this to interfaces folder? TerritoryDecay.js
  2. this skirmish map is good for testing the water resource and riding horse well_horses.js well_test.pmp well_test.xml
  3. I updated the components: Unit AI Formation Turretable to fix the problems of: the horse roam away of the rider while he's gathering add ability of using stances while riding horses add support for formations when riding horses.
  4. is this error reproducible? the error looks like being resulted from TerritoryDecay.js which I didn't touch
  5. latest updates to the repo: added the patched gaia.xml that fixes the errors and the resources json files and units' auras related to pushing rams. also added the patched treasure template that turn treasures into resource stocks and fix the errors. removed the error messages meant for debugging from builder component and fixed a bug in unit ai component. now the game should start without errors. but we need more exploration.
  6. the Turretable component was updated too and without the update the horse/rider mechanics will be broken
  7. @zozio32 I found the meatsupplies error was due to me forgetting to upload interfaces patch. try again and give me the feedback.
  8. this thread is the one meant for feedbacks and updates
  9. <?xml version="1.0" encoding="utf-8"?> <Entity parent="template_structure_economic_storehouse_vegan_store"> <Identity> <Civ>gaia</Civ> <SpecificName>vegan store</SpecificName> </Identity> <VisualActor> <Actor>structures/gaia/farmstead.xml</Actor> </VisualActor> </Entity> for adding the storehouses supported by realism mod you need to update the builder template (if you downloaded the repo before this post) and then, for every civ folder you add xml files like this (for now the available templates are for vegan, meat, water, wood, stone and metal). builder.xml
  10. the mod is targeting A27. so that it may be playable when A27 is officially released.
  11. the open beta phase has started. tell me if you want to join as early tester.
  12. hello fellow 0 A.D players. today I started the open beta testings stage for realism mod (Alpha 27). if anyone is interested in participating in testing the new features and reporting bugs feel free to download the mod from github repo and giving us feedbacks. main intentions of this mod is: increasing realism. reducing micromanagement by increasing units' autonomy. giving more advantages for players that can do good tactics. for now, I need more tests for the separate horse and rider entities. try it through ordering any unit to turret any horse (even if owned by gaia or enemies) and report any unwanted behavior. it also has hunger and thirst mechanisms which needs few tweaks but usable with no problem for human entities. the resources mechanism now changed. instead of being able to put the resources in a very far storehouse and immediately use them to build some building, the builders will need to carry the needed resources to build (which requires the resources or storehouse be closer for faster building). todo: adding workshops for delayed converting of a resource to another (like using forgery to convert metal to swords).
  13. whether they regrow or you rebuild them they'll consume water from groundwater or using farmers to water them. I don't know whether I'd add the fertilizers as limited resource or just make it as auras tho.
  14. in case they were idle they'd simply be automatically looking left and right from moment to other. just like normal people do. especially when guarding.
  15. if you want to help debugging and fixing the issues clone this repo and use this horse template for tests. btw. I don't think we need animations because we're going to use infantry as turrets on horses. fauna_horse.xml
  16. it would be reproduced whenever is in infinite recursion. in my case infinite state switching. when I detected the bug I fixed it and now working on fixing other bugs. the rest of the bugs left mostly related to not having proper states. one of them caused unit motion in fleeing state to not work properly as if the detected range was increased than real range. which cause the hunt target not fleeing if hunted by rider.
  17. I'm already working on this one (but the archer's firing speed and accuracy is what gets negative effect by movement speed. not the opposite) in other way. the problem is that this needs huge edits on UnitAI and some other components. so you need patience.
  18. buildable wells would be introduced after I code the mechanisms for limited groundwater. but for now I'm busy debugging the separation between horse and rider mechanism.
  19. if implemented without the planned additions, then it would increase only few micros because supplies quantity is still big. otherwise, the planned additions would contain some resources doesn't get destroyed when depleted (is already patched. take a look at ResourceSupply.js patch) and you can wait it to grow again, the support unit "farmer" that can "build" the trees and fields and can automatically water them and have good vegan food harvest rate.
  20. what I did as start is making a resource of water and splited it to two: well water (but it includes river water etc) groundwater for well water I made templates for wells and invisible templates that's meant to be placed on lakes and rivers (because this is the easiest way to distinguish between salt water and drinkable water without hardcoding and breaking maps) for groundwater I also made an invisible template that would serve as resource. action/reaction auras can be used to make the plants and wells reduce the groundwater while these plants and wells get benefits from it. the problem is if you want some quantity limitation for groundwater you have to use scripting instead of auras.
  21. it doesn't add micros. but adds more tactical choices.
  22. this too can be achieved through auras. every road piece can be a entity that's flat, have no obstruction, have aura that increase speed and for easy build it should be considered a wallstone.
  23. for the vision, I think there should be inputs other than range. 1- instead of making the vision being simply a circle with the entity in the center, there should otherwise be more realistic. for example, a man shouldn't be able to see what's behind him. while some animals can. this can be tactically used to distract defenders or even wait for the perfect timing for sneak attack. the less resource consuming approach to this would be to have a factor that if set to 0.0 (which may be the default) the LOS would be just like used to be. while if it set to 1.0 the LOS's circle will pass straight through the entity. 2- having a night-vision ratio. this offcourse would be after adding day-night circle like in WC3. it would need some scripting but till I do it or someone else do, it can be done through auras (a invisible entity would have aura that reduce/augment vision for the entities on the entire map and has xp tickle and gets circular upgrades between day/night templates) 3- having camouflage and camouflage detection ratio. this would only effect the automatic response. if the player was on site he'd still be able to command the unit to attack the undetected unit.
×
×
  • Create New...