Jump to content

bb_

WFG Programming Team
  • Posts

    262
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by bb_

  1. What about a staff match sometime this week?
  2. When you are using AI's it is quite easy to achieve this: AI do not print (at least currently) anything in the command.txt except on the first line (that line gives match settings, further the replay is empty). So all you have to do is create some of those "first lines" (I guess you want to test the AI on a couple of times on the same map, for that you just need to change the seeds, such that every game is different) and put as many empty turns as you like afterwards, which will give you the wanted replays. (In principle you don't even need to have run to game to already have the "replay" ;))
  3. bb_

    0abc mod

    (Y in that object is the height)
  4. bb_

    0abc mod

    The footprint height value is passed by the getShape function in the footprint component. In the engine it is used in the VisualActor to set the height parameter of a CustomSelectionShape. This the fills some object retrievable by getSelectionBox and that is used in a couple of components. (f.e.in cmpPosition for the height offset of constructions)
  5. Never really experienced any OP-ness, maybe cuz I usually play ptol on naval maps . Anyhow a suggestion: One could consider that building the lighthouse reveals the shore but retains the FoW and add a "tech" in the lighthouse to reveal all shores again for a little cost (similar to the bribing feature we have).
  6. A patrol distance threshold would be a fix for the auto dance indeed, but that doesn't solve the handdance. Te hard thing for a spam block script, is defining "spam", eg. if one want a unit to walk along a circle between two points, I wouldn't consider that spam, but a spam script probably will mark it as such. Maybe a solution would be a "minimal time for walk", so that units will walk very slowly on short orders, thus giving the arrows enough time to hit. One gotta think about the implications of that though...
  7. The promotion issue could somewhat easily be solved by not allowing units to attack invincible units (that would also solve the catafalc arrow absorber). The dancing problem is much more complicated, since "homing missiles" or "splash" aren't ideal solutions either. I once tried implementing "turning times" for units, but that resulted in total chaos when moving large groups of units.
  8. The problem is that when you click cancel unpack, the siege is in idle stance, so unitAI sees attackers and will unpack the siege, what the solution is, is that the move command (and some other commands too probably), cancel the unpacking, instead of letting it unpack and pack it again.
  9. (One could consider https://en.wikipedia.org/wiki/Swiss-system_tournament)
  10. not yet, there is a patch at https://code.wildfiregames.com/D1398
  11. Implementing that isn't too hard once we can nuke the unitmotion component from unpacked siege (which requires the unitmotion rewrite and some refactoring), but one also needs to think of the gamplay aspect, as not rotating means it can only fire in 1 direction, so siege would become much weaker, I suppose.
  12. yes, but that doesn't make it easy still
  13. probably yes, but defining and implementing sub-units isn't...
  14. @stanislas69 Doesn't seem that hard too implement in a meh way. Ideally however we should adapt the aura code so we can have these types of bonussus (as in currently we can add and multiply, but probably we want x speed for 1 unit, 1.5x for 2 etc.) Then in the same go garrisonned arrows could be implemented like that and we would be much closer to #4000. Also the unitAI needs to take care of units with unitMotion but without speed (see how unpacked sieges templates are hacked currently).
  15. damage aura is already possible, have a look at the iber fireship, also there is a trample ticket with an (outdated) patch https://trac.wildfiregames.com/ticket/995
  16. Resizing dropdown lists? => D1061, #4857
  17. 47. maybe this from the arc install help gives a clue (I guess installing php7 in dnf would do the same trick):
  18. Based on the screenshots, the map looks pretty good already (however I am not a good judge in these matters), but I think you forgot to attach the map files, so none can download the map . Regarding the capture issue in the current svn (development version) there is an "uncapturable" flag, which might solve what you are after.
  19. thx for pinging me, seems to be that arc doesn't like copying two files in the same go... original patch was correct, but something went wrong with committing. On the fix, the sacred band icon did got removed, so the fix is to simply change the cav icon: https://code.wildfiregames.com/rP20745
  20. Uploading a old outdated patch of mine here that seems related: running_0.6.diff However for this use injury I think you could better keep setting the "move" animation from unitAI, and then set a specific one from the health component.
  21. Well if you do want to become a developer, you are invited to contribute to 0ad itself and gather experience with that. Have a look at https://trac.wildfiregames.com/wiki/GettingStartedProgrammers for some information. Also join our IRC channels if there are any question.
  22. They already do as said, but you have to use a specific formation explicitly, not the default "None" formation, with that every unit moves at his own speed. You can set formation by clicking the icons between the minimap and the selection info (so sorta bottom left-middle).
  23. An old branch from @Itms:https://github.com/na-itms/0ad/tree/formation-wip
  24. In 0ad there is a map global waterheight, so everything lower than that is water, higher is land. So you have to dig your river or heighten the land, and adjust the waterheight, till you have the river that you want.
  25. In MP it happens rather often that specific players wants to play on a specific map, so following that logic one should first select the players then the map then the rest (civs etc.). But that would be ultra ugly gui wise, since players and civs should be grouped together. However the topic is open for new suggestions for the gamesetup ui, if someone comes up with a nice sketch, I would certainly consider it.
×
×
  • Create New...