Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. It's not only the women, the gaul naked fanatics should be covered as well. It's the only right way.
  3. Bump. Getting this exact error in the same situation. metadata.json commands.txt
  4. I forgot to mention,but why is Wei Qing's bonus named "Mandate of Heaven" ? he isn't even an emperor
  5. Today
  6. There are three heroes of the Han in the game,namely: Liu Bang, the first Emperor Han Xin,his brilliant general Wei Qing, a later great cavalry general under Emperor Wu. only the Han Xin's design makes sense to me,although I'm interested to know what exactly this Northern and Southern Army bonus is referring historically to. Liu Bang was not a great individual fighter,or a tactical battlefield commander. His success came largely through his own charisma and the ability to recognise talent.His rule is also known for lower taxes and agricultural reforms so, the cavalry bonus makes no sense to me. If anything, his bonus should be a economy focused hero,or atleast something a bit more non-combatant. now here is the problem for which I made the entire post: WEI QING. he was LITERALLY KNOWN for his horsemanship and praised by his emperor for it. WHY DOES HE THEN RIDE A CHARIOT? he was also known for his marksmanship,so it would be fine to make him an archer cavalry hero, probably the first of its kind in the vanilla game. I also suggest adding the cavalry bonus to Wei Qing,as he was the Grand Master of the Horse- Grand General, General of the Chariots and Cavalry. additionally with these big changes,I believe his aura of reducing enemy cav attack should remain. the 30m will be less powerful when you realise he is an archer
  7. Here's the updated mod. I changed the positions of the three prop-points in the mesh tropaion_post.dae, all other files are untouched. Sure, would be nice if someone made a pull request. tropaion_0.28.2.zip
  8. I should just make a proof of concept for this lol
  9. It is an open source game using creative commons. Granted the whole topic of AI copyright is a huge gray area right now; so having AI content in the official game might potentially cause issues with license in the future (IE some companies already claim to own AI music you generate but allow non-commercial use, in the future some countries might take stricter approach to copyrighted training data). https://theconversation.com/ai-can-make-up-songs-now-but-who-owns-the-copyright-the-answer-is-complicated-229714
  10. The Suebians currently still have 1000 A.D long ships. I'd suggest giving them the same models as the Cimbri already have.
  11. And I have indeed many times contrasted the views of different experts and given my own thoughts, of course based on properly acquired knowledge, and even experience (as was with Sasanian archery, it's easy for me to notice details as a practitioner of the sport), so, as usual, what you say falls pathetically flat. But to plainly state what you should have learned in elementary school: if you don't read, you end up being an ignoramus that writes things like "ideaology" and lacking the mental equipment to properly think, producing just biased, uninformed, and irrelevant personal opinions. Advice: stop embarrassing yourself.
  12. I know nothing about that but only the result count. If it work and it respect the security rules and compatibility. no reason to think is bad.
  13. If you simply like to copy and paste authors' visions without questioning them, then yes, read as many books as you want. But reading isn't necessarily thinking. I didnt get the topic of comparison table with this topic. I'm not against have woman heroe, i'm against the list proposed. they are not significant
  14. Gates are walkable objects. The problem is more making the pathfinder aware of bridges. Also boats would not be able to go through anymore.
  15. I think it might be worthwhile to try to get bridges implemented as map objects at least, as a proof that we can make walkable objects work in the engine. Then figure out how to allow players to build them (if we'd even want it; there are a ton of possibly confounding edge cases).
  16. Once or twice a year, somebody appears and says women should wear more clothes, then they vanish quickly. (Shills for big textile industries?) Gotta give it to @NotReallyHelpingHands, they're more persistent then the usual troll.
  17. Yesterday
  18. Who knows, maybe he wants them more naked, more muscular, and more oiled
  19. Possible, that'd be something to have an AI look into if you want this implemented. Also note that for a bridge, pathfinding isn't really needed, so just to have the units "walk" across the bridge should be easy. Not really. That's a bit difficult, I've done it before tho: A: make the "bridge" a unit B: give it Build Restrictions like a regular building C: give it a unique "amphibious" passability class in passability.js D: work out any small details like cost and foundation and stuff.
  20. This would look goofy as hell :P. I think (hopefully) the engine can be modified to deal with these things properly, considering there's the Immortal air-walking exploit around right now, units walking on top of buildings shouldn't be impossible to implement, unless I'm missing something. In any case, and as I've mentioned before: prohibiting the positioning of pillars in deep water should be enough constraint (this allows a very short bridge over deep water). Going a bit chronologically, rafts pulled by a rope would have come quite early (a much later version of this was apparently used by Hannibal to ferry his elephants across the Rhône). Wooden walkways in shallow water were made from at least the Neolithic. In the Bronze Age, stone bridges would be made to deal with uneven terrain (Arkadiko Bridge). Workers should be able to build all these things. To build pillars (from wood, later stone) on medium water, fishing boats would be too small and unrelated for the task, if anything I'd prefer the use of merchantmen, which were (obviously) cargo oriented, and were historically used for a variety of things (even warfare when needed). They could also be used for earlier Pontoon bridges. If a bridge was meant to be permanent, there were ways to allow navigation: either movable (pontoon) parts, or maybe simple enough for the game, enough clearance, since masts were removable and most ships were at most around 3 m above water, not counting later huge cargo ships, but soon enough the Romans would have mastered great arches.
  21. But maybe we could start something, we would just have to figure out how to allow building certain structures underwater. Also, is there any structure that units can walk on top of? I can't think of any
  22. @Asher darn! You are right! Walls can have gates, so why not have a gate under water for a ship to undercross the bridge? The animation could be challenging though...
  23. Good idea! With gates, units can go under, or turret on top. So, something similar could probably work for this
  24. I know this is a potential touchy subject most software developers don't like to see - but there are non-developers (like myself) who are not good enough in coding / SW developing to get a more complicated mod done: Now, If I specify and design and test a mod and ask an AI to code it - what does that mean? I'd like to discuss a few questions. Finally, it might be usefull to provide guidance to others what vibe coding implies in this specific case: The mod might be using some code of 0AD thus automatically inheriting the GPL v2 license. Do I need to tell which parts this refers to? The mod created by the AI should be checked by a tool like scancode (https://scancode-toolkit.readthedocs.io/en/stable/index.html) to avoid using accidentally, and not knowingly, other IPR. (AIs are typically trained with anything they can get including all kind of code repositories on the internet with various license models.) @Asher kindly provided a useful link for consideration (https://seisan.com/ai-generated-code-intellectual-property-ownership/) but frankly, this leaves quite a few questions open. If a tool like scancode finds some infringement, what can I do? rewrite the code manually? Only use the "generated" code it for myself but not publish it? If I contributed to writing the mod by creating the ideas, design, specs and test scenarios and finally testing it - just not writing the code - does that justify a partial authorship? What does that do with the "right to use"/"right to publish"? Questions I'd also like to have your opinion on are these: Would such vibe code be acceptable at all as game mod? Under which conditions? (e.g. state how the mod was implemented, state any known dependencies etc.) Would it help offering instead of the actual code only its design documentation and a few screenshots as an inspiration to actual developers should they want to implement such a function? Would it make sense to provide issue reports of game code identified by the AI when implementing the mod ? Sorry for the long text, but I'd really appreciate your input and opinion on these subjects!
  1. Load more activity
×
×
  • Create New...