BeTe
Community Members-
Posts
260 -
Joined
-
Last visited
-
Days Won
1
Everything posted by BeTe
-
I Need Some Tips On How To Destroy Massive Archer Army
BeTe replied to Huffman3829's topic in General Discussion
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. -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
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... -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
Fixed few details... Anyone knows why batch training doesn't work anymore? 0ad_fewer_units-0.0.3.zip -
Should we go towards less units on screen (but keep similar gameplay)?
BeTe replied to BeTe's topic in Gameplay Discussion
0ad_fewer_units-0.0.3.zip -
Should we go towards less units on screen (but keep similar gameplay)?
BeTe replied to BeTe's topic in Gameplay Discussion
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 -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
@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 -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
@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. -
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)
-
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.
-
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.
-
Why music is not respected as an art nowadays
BeTe replied to Pemulis's topic in Introductions & Off-Topic Discussion
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. -
Should we go towards less units on screen (but keep similar gameplay)?
BeTe replied to BeTe's topic in Gameplay Discussion
I've made some quick Mod. I am looking forward to see your feedback, suggestions, ideas, etc.! Thanks! -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
I am very much looking for your feedback, suggestions etc. -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
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. -
Should we go towards less units on screen (but keep similar gameplay)?
BeTe replied to BeTe's topic in Gameplay Discussion
You don't understand again. It does change how game plays. My suggestion keep game same but only produce less units on screen. -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
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. -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
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 -
How to change all units, resources and (garrisonabble) buildings
BeTe replied to BeTe's topic in Game Modification
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. -
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?
-
Should we go towards less units on screen (but keep similar gameplay)?
BeTe replied to BeTe's topic in Gameplay Discussion
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? -
Is that your PC or it's connection? Or that's how it is for everybody?
-
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...
-
@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?
-
1 spec. Standard 1v1 settings, 250 pop, Aegean biome (the best for performance for me)....
-
@Gurken Khan You can see when FPS drops... @Lion.Kanzen What you mean?