Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. It's funny, but I hadn't thought about defining a faith component, just as there is a health component.
  4. The "Convert" order will be processed by an "Order.Convert" handler that must be added in "UnitAI.prototype.UnitFsmSpec". And what is the thing? According to what I saw it defines finite state machines (FSM) for unit behavior. https://en.m.wikipedia.org/wiki/Finite-state_machine "mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition". It was hard for me to understand that. So this defines how a unit will behave depending on the variants it encounters in the terrain, basically a series of mathematical and circumstantial variables, which dictate the behavior of the unit on the battlefield. It is not the whole set, but it is the elementary one. For example if the unit encounters allies or enemies you will see how it will behave although it seems to me that the allies or enemies is in another file.
  5. awesome seems like a good way to play can apply these to download games on aploky
  6. I also have the same situation of player that quit without resign so i didn't get the rate. The name of the files are the names of the players. MisterZi and Haddl Haddl.zip MisterZi.zip
  7. Yesterday
  8. The Work in Progress is a remnant of the Trac milestone that we had put into place when we used Phabricator in parallel. Currently it's used roughly as Stan describes (including Phabricator differentials that are still lying around) but I agree it's a bit awkward.
  9. Hi, @Dunedan I have read in discord that you can help with this. In this game the user Haddl has disconnected when i clearly won the game. Can u help me? commands.txt metadata.json
  10. I suppose it's due to the nature of the project and the fact not all worked on features are part of the next release (cause not reviewed) and backlog tickets are supposed to be up for grabs.
  11. Might someon explain to me the meaning of the gitea milestone Work in Progress, please? I'd understand having a bipolar use ('Backlog' and 'Release <next>'; excluding 'Website / Forum' and a potential milestone for 'Release <the next one>' just before the release of <next>) but not this tripolar one.
  12. Okay, correction, I do use women to farm, but I get most food by hunting and trading.
  13. you combined that with the road ability mentioned before, and that can make some different type of scenarios, were controlling a trade route, building the road for it, are key to get the resource and build your wonder for example.
  14. It will be difficult for you to sell the idea that way. The issue of balance always hinders innovation.
  15. one element that might be fun would be market routes at the exit of maps. Something that you cannot control, but a point for your merchant, or merchant ship to reach. It is only interesting if the gain in term of resource are important compare to what's available on the map. All the players could send merchant to it all the time, the trick would be to protect the trade route
  16. I agree with this, but Spartans already have infantry swordsmen (Skiritae) and... Siege ballistae aren't Mercenaries, they're machines that don't have ranks. I don't think you should be able to recruit anything other than Rams from captured Arsenals.
  17. This is kind of already the case with certain civs/buildings, like the carth mercs. However, I think it should be made consistent unless there's some huge balance issue (like multiple discounts leading to 10 metal mercs).
  18. Indigo blue of course with the Britons and their woad. This was quite a big deal as blue was hard to make. Persians had it too (from mines). But it was rare at the time.
  19. You can't, only with components iirc. The important line is `ReRegisterComponent` or `ReRegisterComponentType` all the way at the bottom.
  20. Yes but I didn't know I could do that with all js the files.
  21. Ope! didn't see that file yet. So, you pretty much already knew what I said in my other post.
  22. And to do this I must do the same thing I did with ConvertUnitAI.js ?
  23. A modding tip or trick: For js files like unit_actions.js, you could just have a file that amends the vanilla file so you don't have to maintain the entire original file. Just name it something like: unit_actions_conversion.js unit_actions_convsys.js unit_actions_amend.js unit_actions_{whatever you want here}.js The file would contain only the sections of code that you change/add. I believe this only works with JS files. @Itms @Stan` anything to add to my description?
  1. Load more activity
×
×
  • Create New...