Jump to content

real_tabasco_sauce

Community Members
  • Posts

    2.234
  • Joined

  • Last visited

  • Days Won

    50

Everything posted by real_tabasco_sauce

  1. https://mod.io/g/0ad/m/badosu-balanced-maps/
  2. yeah my 50% against (ignoring any art development effort) is that with the CS model, armies are very large, so having to get specifically transport ships for this would make army transport even harder than it already is.
  3. https://code.wildfiregames.com/D4964 This works for ships and buildings at the moment (latest revision). Just use the existing 'autorallypoint' hotkey to specify the degarrison point. You won't need to use this hotkey if the building doesn't have arrows.
  4. Well before you get a ton of work underway, check out the suebians in delenda est. If the goths should be a separate civ entirely, then you should be familiar with the suebian/cimbri buildings so the goth ones stand out.
  5. Kind of semi-nomadic I guess. Economic flexibility with carts, but not as mobile as the xiongnu or scythians, which also need some art if you are interested:
  6. Actually, I am all for it. My buildingAI update is made primarily with true buildings in mind. Right now its not going great. I know I need to make a new order in unit_actions.js, and commands.js, but I can't quite get it to do anything. I will next try to use the set-rally command as an example of something that works on buildings.
  7. @wowgetoffyourcellphone this might be from the cataphract mixin.
  8. seems similar to this too: https://code.wildfiregames.com/D5023
  9. Ok @vladislavbelov, I could build previous versions such as rP27909 using the fixes from (https://code.wildfiregames.com/D5092), but now I am unable to build moltenvk. Building Molten VK... Downloading MoltenVK-1.2.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 ERROR: Download of https://releases.wildfiregames.com/libs/MoltenVK-1.2.2.tar.gz failed Is the link down or outdated? not sure why this link is being used since the libs part of the site doesn't exist (or isn't accessible).
  10. Since they come from the embassies, you could just let the embassies be built in p1. If you want them to be available from barracks, you will just need to add them to the barracks template. also, what version is the mod for? I recall the ‘techs data type’ approach is new for a27/current version. So if you are using this approach for an a26 mod I think that causes the error “Did not expect requirements”. for a26 I think you have to use requiredTechs or something similar
  11. Pericles' strategy to defeat Sparta was simple: He evacuated the Athenian countryside to avoid engagement with Sparta's superior armies and brought the population into the Long Walls, protecting Athens and passage to its port, Piraeus. Athens' strong fleets were responsible to acquire necessary food supplies, as well as directly attack Sparta and its allies at sea. This strategy worked well, until a plague broke out and devastated a large part of Athens' population. Pericles himself fell victim too, which might be on of the reasons Athens ultimately lost the war. I just did a couple suggestions here and there for grammar/flow. I think Themistocles was the one that ordered the construction of the long walls, no?
  12. It might be good to talk a little about his "Defensive Strategy" which is the inspiration for one of his auras.
  13. yes. The only issue is how and when to call the function that allows the targeting. In the video above, I basically just stuck the function call inside the attack order in unitAI around line 400. Since the ship unitAI is also trying to target the closest unit as other units do, it turns out that the function is called both on user input and also by the default behavior of the ship. The desired behavior of the unfocused buildingAI is to shoot the closest unit. So if a unit is no longer the closest it won't be targeted. Meanwhile, the user-targeted unit should be attacked until dead or out of range. Because of the aforementioned issue, the setup I used to make the demo video results in the closest unit being targeted until dead automatically even if moves to be farther than another potential target. This is too 'smart' and would be extremely annoying to play against, since when you are retreating, whatever target you are trying to save from the tower would be still targeted. So it was pretty easy to make the modified building ai, and I think it will be much harder to call the new function to produce the correct behavior for buildings, ships, and siege towers.
  14. You make a good point though. The modified buildingAI behaves very similarly to how a ship would if it used the unitAI attack.
  15. Its just buildingAI https://code.wildfiregames.com/D4964 with an additional component that stores the targeted unit. Then I give the selected unit the best preference before sorting.
  16. Sorry nobody filled you in @Vantha these units belong to the spartan civ in the working version of a27. The civ was reworked to be more differentiated and interesting. These "olympic champion" units are stronger than regular hoplites. The current champion hoplites are actually available in p1 and promote to the discussed olympic champion.
  17. Personally, using svn and Phabricator has grown on me. It is quite easy to put together a patch and it seems like a lightweight and flexible approach. I have had to do large pushes to git repositories like my vanilla-ified version of the nomad civs and in some cases it didn't complete, possibly due to the internet upload speed. One thing I am still unsure of is how to add .png files to a patch in Phabricator. Overall, I think everyone could get up to speed if everything moved to git, but it would take a while. "If it isn't broken, don't fix it" is kind of an applicable mantra here. That being said, if someone puts together a well organized and well documented repository with instructions on how to contribute, it would be convincing (at least to me).
  18. berries should be replaced with cookies with a gather rate of 15 so that the citizen soldiers become chubby.
  19. My understanding is that there is only relative elevation, which is used for things like the elevation range bonus. The issue would be how to change the value also by the direction of the unit with respect to the elevation change. You wouldn't want units going uphill to also speed up. So it think this would require a handful of changes to the game that would probably also affect performance. I believe the a road 'building' could have an aura in the same shape as its footprint, but I am more in favor of a general tech to represent this concept: https://code.wildfiregames.com/D5183
  20. Well siege range is already improved, now being 85 meters, which is just outside the range of archers with the tradition upgrade.
  21. if @Gurken Khan is right, this was the fix: https://gitlab.com/0ad/0ad-community-mod-a26/-/merge_requests/6
×
×
  • Create New...