Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. A larger map definitely improves the strategic experience. There are maps where the rock skin is the same as the metal skin.
  3. Wonderful. I have trouble seeing the minimap properly.
  4. Now I understand an expandable interface. The game should be able to minimize some things or expand others.
  5. The problem with CS is that when you get to the third era, they are no longer relevant as workers. There should be slaves for the third phase, being equivalent to 3 citizens in terms of efficiency but with less health. Thus the population will be enslaved as a labor force and the rest dedicated to war. And so it was when powerful empires grew and lived off the work of others. While the armies were fighting abroad. Female citizens should be able to create soldiers in houses and research in buildings or heal units elsewhere, perhaps turning them into priestesses. There should be a single dynamic of evolution of society, from a small farming society to a cosmopolitan society. Today I was playing and I realized how boring the late game is. I modified the game to have less powerful rams. I nerfed the rams. I'll do the same with the catas.
  6. Today
  7. Интернет-магазин с доставкой алкоголя от проверенных брендов доставка алкоголя на дом https://www.dostavka-alkogolya-moskva-ccclub25.ru/ .
  8. Yesterday
  9. Oh - and one question regarding how "nearest ally" is determined: Any arbitration who will receive the refugees if e.g. two allies are positioned at the same distance (I guess it is the distance to their CC or is it distance to the next soldier?) Sorry for the questions!
  10. Great idea! It also adds a bit of uncertainty to the game: Training of new units for the receiving ally might be delayed or blocked if population cap is exceed by the arriving newcomers, and also their mix might be not as expected/planned by the ally. On the other hand, these units might be proven and levelled-up due to experience, so definitely valuable. I am looking forward to testing your mod - will work in SP as well, I guess.
  11. Cimbri/Teutones/Ambrones raiders could work. Marauders too. Otherwise, axemen, clubmen... It is possible for some of them to have a bear skin as a cloak, just avoid the bear head.
  12. @real_tabasco_sauce An bare-chested Axeman that deals hack and crush damage? You couldn't be more generic than that, but they are barbarians, after all.
  13. Ok @Genava55 do you have a possible idea for a raiding type unit? The gameplay design is somewhat focused on infantry mobility, so a faster, lightly armored, infantry unit is needed to replace the wolf warrior. i suppose we could go fairly generic and call it Crimbri raider or something.
  14. Hello everyone, This is my first time posting, and this is also my first mod for 0 A.D. This mod changes how units are reassigned when a player is defeated. Instead of transferring to Gaia, the units now go to the next undefeated ally. I think this is a really interesting mechanic, especially when playing the Regicide game mode—where all of a player's units get reassigned when their hero dies. Let me know what you think, and feel free to suggest anything I should add! Check it out here: https://github.com/TobyDustin/0ad-refugees-mod I'm also trying to get it on Mod.io. If anyone knows how to do that, I'd really appreciate your help. Here's the preview link: https://mod.io/g/0ad/m/refugees-mod?preview=f5ab66257bcb802a72f07e11b3139287 Some screenshots:
  15. I can answer, even if I'm not nani. Very important questions - which eventually can be rephrased as "why use proxies?". I hope the rest of this post will clarify. There are various reasons, I'll just state the two I find most important. One reason is compatibility with other mods. Imagine two mods overwriting the same init function: then, only the last loaded mod will work, whereas the first loaded mod will not work - not nice for users. Additionally: if you develop a mod, you expect to develop your code based on options.js from the public mod, right? But if this file is replaced by some arbitrary custom file, you can never know if your code will work properly. In other words, if you want your mod to be compatible with other mods, then you should let the other files exist, and not overwrite them. Another reason is compatibility with 0 A.D. itself. When a new patch or version of the public mod is released, it may happen that options.js gets changed too, as part of the update. If so, you (the mod developer) must take care of replacing that file too, and release a new version of your mod with the new file. And you have to do the same will all other files that have changed... dirty job indeed! Instead, if you build your mod around existing files, your code will (most likely) work straightforward - without having to check for all files that have changed and replace them one by one. So, what does it mean to build around existing files? And what should modders do? Answer is: use PROXIES! Javascript Proxies (similar to Python decorators - I seem to remember you like Python) ensure that modded objects wrap existing objects without overwriting them. An example: by using a proxy, you can run your custom init function after, before or around the original init function. And this is exactly what happens inside options~autociv.js! patchApplyN is a brilliant example of a proxy: it executes custom code around the original init function in options.js. You can find another concrete example of a proxy for the init function in options.js here. Most likely, it is caused by another mod which replaces existing objects/functions/variables/etc. - and if this is the case, you can gently ask the author to get acquainted with proxies.
  16. If you believe a moderator is abusing his privileges, please report that in a private message to me instead of accusing somebody publicly.
  17. MarcAurelius is a prime example of how power corrupts people, thinking he is above everyone else because he can mute/ban people as he pleases. Please remove this guy from the team, his continued presence in this role endangers the very principles they were meant to uphold. He must be held accountable and removed effective immediately!
  18. Done for you https://gitea.wildfiregames.com/0ad/0ad/pulls/7929
  19. There's an old patch for it: https://code.wildfiregames.com/D4246
  20. Something like this. (The yellow triangles in this high quality mock-up stand for a toggle button.)
  21. UPDATE: Version 0.7.1 Disabled debugging. Fixed a bug when recruiting a large number of support units. The number would be around 60.
  22. I don't think there was a specific troop wearing wolf skin and wolf head. Tacitus, Cassius Dio and Caesar don't mention it. The only place with a depiction of a sort of warriors wearing such items is on the Trajan column, but it is unclear if those are Germans or not. Those men are Roman auxiliaries in full armor, while the actual Germans fighting in front of them with their native weapons are bareheaded. Furthermore the current design is focusing on the Cimbri and pre-roman period. The berserkir/ulfhednar is mostly attested during the viking and post-viking period, in the Norse mythology and Norse laws. And nothing suggest they were a specific battle unit. So for the moment, leave them aside.
  23. It's like AoE and empire earth.
  24. It would be interesting if formations could sort troops from basic to elite and reverse. And wounded to healthy.
  25. How does that work? I want to understand your idea.
  1. Load more activity
×
×
  • Create New...