Jump to content

BeTe

Community Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by BeTe

  1. I have counter question, how to attack enemy base with archer infantry? They are weaker and slower than other ranged units and especially against Pikemans. So once I get in ranged units range, I am dead. If I retreat they are faster and they can chase and hit me.
  2. Hm, then it would be 1 click download directly from 0AD > Seetings > Mods, right? Idk, it would make it easier to test, but not sure if you want to have unfinished mods there...
  3. Fixed few details... Anyone knows why batch training doesn't work anymore? 0ad_fewer_units-0.0.3.zip
  4. If someone wants to try. Changes: [x]Units double cost [x]double time to build [x]double attack [x]double health [x]double gather rate [x]double capture rate (ie. capturables regeneration x0.5) [ ]Buildings will have less garison capacity [ ]Fields&Resources will be reduced to 2x less worker capacity. etc. [x]House 2x less pop bonus 0ad_fewer_units-0.0.2.zip
  5. @alreOh, I did added 2x health, not sure why I added also resistance. If someone wants to try, I attached mod. I think this should be used in TGs where lag is insane! 0ad_fewer_units-0.0.1.zip
  6. @alreAh yeah. Omg, initially I had plan to increase health but I messed up with resistance. Yes double arrows or double power of arrows... Not sure what's better... I guess it's same.
  7. Guys maybe we should stream more on Twitch which is gaming service afaik. https://www.twitch.tv/directory/game/0 A.D. There are ~900 subs for this game. You guys can use restream.io which gives free streaming to 2 channels so you can stream to Youtube and Twitch in same time. Also, there are 2 games there for some reason.... (https://www.twitch.tv/directory/game/0 A.D%3A Empires Ascendant)
  8. But less health: https://gitlab.com/0ad/0ad-community-mod-a26/-/merge_requests/22/diffs. And also this which I am not sure what modifies: https://gitlab.com/0ad/0ad-community-mod-a26/-/merge_requests/23/diffs Walk speed is same for me with and without comm-mod.
  9. Punished for not-turtling... Cavs are even nerfed in community-mod, right? Anyways, nice to watch active POV like that... Also you can put 0 A.D. Empires Ascendant for Youtube Game option, but you must type "Empires Asc..." in Search. If you try to search by "0 a.d..." or something like that it will not work.
  10. Nice. I do same, also hard for me as I started to actually listen notes and intervals in my 30s... But I found that process of learning and catching notes to be funny and challenge.. Success doesn't matter for me as I sing and play for myself, so nobody will listen fortunately. It's also relaxing and I feel positive impact on my feelings/brain/ mind/soul.
  11. I've made some quick Mod. I am looking forward to see your feedback, suggestions, ideas, etc.! Thanks!
  12. I am very much looking for your feedback, suggestions etc.
  13. Yeah now it works. Awesome. Can I modify all child notes? Now I have: { "value": "Attack/Melee/Damage/Hack", "multiply": 2 }, { "value": "Attack/Melee/Damage/Pierce", "multiply": 2 }, { "value": "Attack/Melee/Damage/Crush", "multiply": 2 } I tried "Attack/*" but it doesn't recognize.
  14. You don't understand again. It does change how game plays. My suggestion keep game same but only produce less units on screen.
  15. p.s. I also tried with .../templates/template_unit.xml like this: <?xml version="1.0" encoding="utf-8"?> <Entity> <AIProxy/> <Cost> <Population>1</Population> <BuildTime op="mul">3</BuildTime> <Resources> <food op="mul">3</food> <wood op="mul">3</wood> <stone op="mul">3</stone> <metal op="mul">3</metal> </Resources> </Cost> <Decay> .... I copied entire file from community-mod and just changed these two: <Resources> and <BuildTime> But no change, no error, nothing.
  16. 1. For some reason below code does nothing. Mod is enabled b/c it returned me error when I uploaded wrong format JSON. 2. I also tried below in initGame.js but still no change in times: // Source Delenda Est! function InitGame(settings) { // No settings when loading a map in Atlas, so do nothing if (!settings) { // Map dependent initialisations of components (i.e. garrisoned units) Engine.BroadcastMessage(MT_InitGame, {}); return; } let cmpModifiersManager = Engine.QueryInterface(SYSTEM_ENTITY, IID_ModifiersManager); for (let i = 0; i < settings.PlayerData.length; ++i) { let cmpPlayer = QueryPlayerIDInterface(i); cmpModifiersManager.AddModifiers("All player bonus", { // "ResourceGatherer/BaseSpeed": [{ "affects": ["Unit", "Structure"], "multiply": rate[AIDiff] }], // "Trader/GainMultiplier": [{ "affects": ["Unit", "Structure"], "multiply": rate[AIDiff] }], "Cost/BuildTime": [{ "affects": ["Unit"], "multiply": 4 }] }, cmpPlayer.entity); } } @maroder
  17. I found example in Delenda Est: https://github.com/JustusAvramenko/delenda_est/blob/master/simulation/helpers/InitGame.js#L64 But it's pretty messy and I am not sure that's what I need.
  18. Hey. I have idea to change all units to make game less unit spammy but to keep gameplay exactly same. So is there way to make script (JS?) that will apply following to all entities: Units would be double cost double time to build double damage double resistance double gather rate double capture rate Buildings will have less garison capacity Fields&Resources will be reduced to 2x less worker capacity. etc. ...? Possible?
  19. I played a lot 0ad recently and now've read all messages from both threads I started. I have feeling that people didn't understand my core idea and that nothing would be changed in how you play 0ad.. My idea was to make it so 1 unit would do equally to what 2 units do now. Like this: Unit would be double cost double time to build double damage double resistance double gather rate double capture rate Buildings will have less garison capacity Fields&Resources will be reduced to 2x less worker capacity. etc. So if I understand well, game will be exactly same but less crowded. Game will be less laggy, especially in Team games that most of people like to play. There will be less problem with pathfinding maybe? etc. Isn't this great idea?
  20. Is that your PC or it's connection? Or that's how it is for everybody?
  21. Hey, I have problem with lag, especially from Observer perspective in late games. But also it happens during big fights... I saw on Youtube that others have lag . Wondering if there is some mod that will make game looks ugly? I imagine game to look like AOE 2 or something like that...
  22. @MarcusAureliu#s Subscribed too. Looking forward to new content! But man, this lags so much. FPS drops to below 10 at some moments. Why is that? Did you try to turn off all graphic effects? I think it helped me. Also less overwhelmed biomes work better, too. --- Btw, how you guys can play like that?
  23. 1 spec. Standard 1v1 settings, 250 pop, Aegean biome (the best for performance for me)....
  24. @Gurken Khan You can see when FPS drops... @Lion.Kanzen What you mean?
×
×
  • Create New...