Jump to content

LetswaveaBook

Balancing Advisors
  • Posts

    962
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by LetswaveaBook

  1. I saw that towers have a line of: <GarrisonArrowClasses>Infantry</GarrisonArrowClasses> Initially I was thinking about something like a <GarrisonRegenClasses> The topic deserves some continuation and if the ideal solution can not be obtained, then the solution of @wowgetoffyourcellphone is good enough. (another solution would be to give cattle an aura that sets the GarrisonRegenRate to 0, as the GarrisonRegenRate of the corral also improves upon phasing up)
  2. From what I have seen, this is indeed observable. From my experience it is that if javelins are shot at a dense group, it does not mean something is hit (which might seem counterintuitive). Could this be the solution for the previous situation? If ranged units had a really tiny splash damage(that is so small it only hits the intended target), then they might have more realistic accuracy. Though I think this might become computationally heavy. I also disagree about the cons of (1) and I think it might be a good solution if it was toggable (player can chose between "current" targeting or tower targeting). Tower targeting means pikemen get hit as often as the ranged units, so the ranged units die earlier. Some things are complex math. If a garrisoned fortress distributes 23 arrows over a group of units, they die all simultaneously with current tower targeting. If 23 towers shoot 1 arrow and distribute the next volleys, then that is not the same. Also tower targeting only targets the units in range as far as I am aware. Again, a merit of (1). @wowgetoffyourcellphone and @real_tabasco_sauce said something needs to be tested. I guess (1) is very testable.
  3. When there are to many boomer around, you can in a TG go for a fast siege tower build. Ptolemies are the fastest for that and I managed to produce a siege tower before some of my opponents reached p2. The lobby would be a better place if more earlier siege tower strategies were there. early siege tower.zip
  4. Gelukkig nieuwjaar iedereen, ook voor @Grapjas!
  5. That is exactly what I thought attack group meant. @BreakfastBurrito_007, I am not saying the current situation is optimal, but if your units would be able to focus their attacks on vulnerable targets, the pikemen could become entirely useless. I am not against changes, but there is always the risk that you might only solve one problem with another. The base problem for me seems more like the big difference in attack values of ranged compared to melee.
  6. I think attack-group would be better. Though adding functionalities like attack ground doesn't hurt the game, but I won't expect it to be the holy grail for solving balance issues..
  7. I played a 1v1 game against vinme and I would like to share it with those who might not play 1v1s frequently. It was a very fun game to play, but I can't guarantee it also leads to a good commentary. Mercenary cavalry gets a lot of hate on the balance side of things, but it also has a chance to make games more interesting. I hope that when you see this game you would wish A26 not to be just a boom game. #horsesneedlove Btw, after viewing the video of @mysticjim, I was in the mood for making a tumbnail for youtube. 2021-12-27_0002.zip
  8. I would like the hoplite to be an unit associated with the Greeks. It would feel weird to me if a Persian player would mainly use hoplites as melee units.
  9. There has been talk about giving the Persians mercenary hoplites and many Greek mercenary hoplites did serve the Achaemenid Persians. adding the unit would be easy, but what would be the best place to train them? One of the things I did not want is Persians to spam mercenary hoplites. I have thought of a solution: The Provincial center. The provincial center is just a copy of the civic center, which remains the same with the addition that the provincial center can also recruit mercenary hoplites. In essence, every "civic center" that you build is a provincial center, but you start with a civic center. So your starting CC is just normal, but any "CC" that you construct is a provincial center that can train mercenary hoplites. I think many factions could enjoy a similar approach, where for example Roman provincial centers could recruit auxiliary cavalry or Athenian provincial centers could recruit Cretan archers. So what are you thoughts about giving any secondary "CC"s the ability to train some extra unit types? ProvincialCentre.zip
  10. Right now, people generally won't purposely capture corrals. However when the opponent relies on garrisoned corrals for their economy, the corresponding counterplay could be to capture the corrals. So that option needs to be there.
  11. That seems to be the better option to me. If someone would find the time for creating the patch, it would be great. Since I am not the person to add that to the game, I am neither the person to judge how it should be done and other solutions are also welcome.
  12. All the power. They fought against Seleucus the first and they are an important reason elephants entered the battlefield of the era. Honestly, the story of Seleucus the first is the best story of any greek general of the time and possible all time. Mauryas definitely deserve to be in for that alone. Maybe we then need a fation that actually did matter? Or settle on that we can't agree on this one.
  13. As far as I could see, it takes 1.25 second per shot. I watched it perform in the scenario editor against a Briton chariot and the units were in sinc. I watched also the situation with a chariot archer and the chariot archer fired faster than the fire cav.
  14. Then I think it is acceptable to go for code that isn't clean code. But maybe there will be someone that bothers enough to create the tools to do it with some clean code. Btw: The reason that people need to be able to marry cattle is such that you can train minotaurs and such.
  15. I made a mod, where I added this to the corral template <GarrisonHolder> <Max>8</Max> <EjectHealth>0.5</EjectHealth> <EjectClassesOnDestroy datatype="tokens">Animal</EjectClassesOnDestroy> <List datatype="tokens">Animal</List> <BuffHeal>1</BuffHeal> <LoadingRange>4</LoadingRange> </GarrisonHolder> So I launced the mod, build some corrals and recruited goats for my army. Out of dedication, I deleted my CC and looked if garrisoned corrals lost loyalty, which they didn't do. I am not a dev, but isn't that bad code? In A27, people can marry cattle and take them into their houses (or I am aiming for that). Then the cattle can still guard the house. I think the better solution would be to specify which objects grant GarrisonRegenRate when garrisoned.
  16. We don't have an infantry javelineer champion, so having one would be welcome. Do you have a 3D model for the champion infantry javelineer? I think this is part of the problem when the Iberian player also has indibil. Maybe a "correct nerf" for fire cav would be changing indibils aura such that it no longer affects champions. However there are probably many ways we could balance the fire champion and making them an infantry unit is a creative one. However rather than removing features, I would prefer to balance the features that we currently have, so keeping the fire cavalry would be fine, if it was well balanced. The unit most similar to the fire cavalry is the Briton chariot and I honestly do not know if that unit is well balanced. Adding features is cool anyway, so it would be a possibility to add infantry fire javelineer champions to Iberians.
  17. I found a line of code in template_structure.xml in the template folder: <GarrisonRegenRate>5.0</GarrisonRegenRate> In the phase_town_generic.json file (and of course city phase tech and the special ones for athens) in the technology folder there are lines "modifications": [ { "value": "Capturable/GarrisonRegenRate", "add": 7, "affects": "Structure" } I am not sure what this lines do exactly, but I think it means any garrisoned object (e.g. unit or cattle) makes it tougher to capture structures. Capturing an structure in phase 3 that has 8 units inside is very difficult, so it would have balance implications.
  18. Now I am wondering. If I make a mod and use the autociv trick for making mod users compatible with non mod users. Then I could host a game and my mod could allow such a random civ grouping, while not all participants in the game room have that mod. Would that give the intended result of drawing a random civ out of a group?
  19. I totally messed up, I meant to say now instead of not. Also, the wrong date was selected so it would premiere tomorrow instead of today. I decided just to make it public. I didn't really get the big benefit of using the premiere function on youtube for me. I could understand why it might generate some extra hype and attention for bigger channels, but for me there is no reason to let people wait.
  20. I don't know where to find it in the code, but do garrisoned animals make the corral harder to capture?
  21. It is true that some people use this as an argument, but personally I would like to use another. I really like the theme of the factions that we currently have. We have a game whose earliest factions represent the era of the summit of the Achaemenid empire, then there are the Macedonians who bring it to its knees and their successor states and finally the era is ended by the rise of the Roman repulbic (Britons seem to be an odd outlier here). It seems a valid question to me why Han Chinese or Zapotecs need to fit into that game. Maybe I am ignorant on this: Epirotes and Thebans fit in the same time-frame and geographic location, but their feats only seem minor compared to those of other factions. However nobody can deny that @wowgetoffyourcellphone put great effort in delenda est. So do I think the game gets better when these factions are added? It does not add to the story that the other factions share. Do I think 0ad gets worse when these factions are added? Extra factions provide more options so it does not make it worse, but if you add 20 unrelated factions 0ad starts to lose its theme. Finally, it seems bold to claim that Person X should work on this or that. The volunteers are free to work on whatever they like. We should regard those people as skilled volunteers, not as developers that are obliged to deliver a product.
  22. I saw @mysticjim scheduled a 1v1 youtube upload for early christmas on 9:00 GMT. If you can't beat someone in terms of quality, you can always go for quantity. So I uploaded 3 games scheduled for 11:00 GMT. If you happen to be awake before MysticJims video ends, you can wake up your partner and kids and tell them 0AD is a great game which is worth their time.
  23. I think most factions need more flavour than their unit roster. Civ-only bonuses (or features such as pyramids or worker elephants) seem very good for that, so I like that idea. There is indeed a large variety in usefulness of team bonuses and it might be justifiable to say that they all need to be useful. However how useful? Do they need to be as useful as the Iberian team bonus or are they ideally half as useful? I think the Maurya team bonus is at a good place, it allows you to adapt your strategy, while the faction affected by the team bonus still feels as the same faction. The civ-only bonus does not to be extremely strong if team bonuses would fall in the category "nice to have, but not decisive", such as the mauryan team bonus. I can imagine situations where a cheap&quick temple might be very useful, but people won't say that they have lost because of the cheap&quick temple. So I think the team bonus of the mauryas is a better design.
  24. We are lacking a crucial step: namely that not a lot balance patches haven't been made. We may have a bunch of competitive players, but it does not result in balance patches. Lack of opinions is not the problem, it is just that people don't translate that opinion in something that can be added and tested. I think all balance advisors would probably need to think how can I have an active role in balancing, instead of just waiting for something to happen. Balance advisors that are just sitting back are not contributing anything. Unfortunately, we have to much balance advisors that are not contributing anything. You can have an opinion and knowledge about the game which is all fine, but you need to think about how to turn that into a result. Currently the balancing team is not providing a lot of results in the form of patches.
×
×
  • Create New...