Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Can I delete those locally? error: The following untracked working tree files would be overwritten by merge: binaries/data/mods/public/art/actors/props/structures/athenians/erechtheion_caryatids.xml binaries/data/mods/public/art/actors/props/structures/athenians/erechtheion_decor.xml binaries/data/mods/public/art/actors/props/structures/athenians/erechtheion_nature.xml binaries/data/mods/public/art/actors/props/structures/athenians/erechtheion_olive_tree.xml binaries/data/mods/public/art/actors/props/structures/athenians/erechtheion_props_a.xml binaries/data/mods/public/art/actors/props/structures/athenians/erechtheion_roof.xml binaries/data/mods/public/art/actors/props/structures/athenians/erechtheion_tile_c.xml binaries/data/mods/public/art/actors/structures/artifacts/statue_caryatid_medium_pedestal.xml binaries/data/mods/public/art/actors/structures/artifacts/statue_caryatid_small_pedestal.xml binaries/data/mods/public/art/actors/structures/athenians/caryatid.xml binaries/data/mods/public/art/actors/structures/athenians/caryatid_large.xml binaries/data/mods/public/art/actors/structures/athenians/erechtheion.xml binaries/data/mods/public/simulation/templates/gaia/ruins/metal_statue_caryatid.xml binaries/data/mods/public/simulation/templates/structures/athen/erechtheion.xml I certainly didn't change them.
  3. Works great! Thank you!
  4. Map Type: Random Map Filter: Default
  5. @DesertRose Can you show what the output of git log --oneline is? edit: I guess for your edit that you managed to fix it. nice!
  6. None of those work. It seems because I merged branches with the main repo it cannot be undone so simply. edit: git reflog git reflog --relative-date The second command is very helpful to make it more clear that the order is chronically DESCENDING. -.-
  7. When I checked for the unusual high sniping activity I came to the conclusion that its a auto-clicker. There are a lot of games where this is prohibited and reason for bans. It's definitely the case that some players are using such mice and see no harm in it and it's the case that some players would like that such mice/features were not used. I don't like the current balance where one is incentivized to target the ranged units at the back (because they have less armor and deal much damage). Besides that, even if the balance were changed to my liking and melee were a high priority target, I think the feature of the target area could still be beneficial in situations. To take out healers, elephants, heroes or so. I think "sniping upgrade" could be a interesting upgrade. That doesn't upgrade any stat. but how well the army acts together in later games. Upgrade 1: Target the unit which requires the least amount of attacks within your range Upgrade 2: Be aware of where the other soldiers shoot and don't shoot more arrows on a unit than necessary. I know some game that had these as upgrades. Should be priced high though, as they are quite valuable.
  8. Apologies for what may be an idiot newbie question. I searched the forums but found no answer. I only play using "Single Player --> Matches". I like digging around in the available maps, and found one that I liked ("Wild Lake"), and played that several times. Then played other maps. But now I cannot find "Wild Lake" again. I assume I am filtering wrong. Any hints? Thanks.
  9. Today
  10. And, if dropping your commits doesn’t work for some reason, you can also try resetting your local branch to a few commits earlier in the history. Then try steps 2 and 3 again. View the history to choose where to go with: git log --oneline Then: git reset --hard <commit-hash> Then:
  11. Ah, you edited the main branch of your repo.... The classical workflow would be to not make any of your edits there but on dedicated branches. Assuming we still want to use your main to rebase all local branches --since @guerringuerrin confirmed this worked for him, I'm guessing this was indeed due to something, probably rights, preventing you to pull lfs assets from 0AD's main repo storage-- here is what you could do: Drop all commits you did on main locally Force push your own main branch Try again to sync your main with 0AD's main using the web UI
  12. Trying to sync in the web UI gives me this error message: Merge Failed: There was a conflict while merging. Hint: Try a different strategy. And all fixes for it I found are for conflicts with the same repo, not with a parent repo. A comment similar to git merge upstream/main doesn't seem to exist for git-lfs
  13. Having this problem some days ago I did this and it worked
  14. Hello, the mod is now available on mod.io and through the mod downloader. In the future refrain from using 0ad>=0.28.0 as it causes issues (You cannot guarantee what will happen in the future)
  15. @DesertRose I had the same issue. I think I fixed it by doing a git lfs pull as recommended by @Stan`, but it would only work doing so from my own fork. Sync your main branch's fork from the web UI, then use it to re-base any local branches.
  16. Wonder if all those new maps could be part of @andy5995's community maps mod
  17. Try to to git-lfs pull maybe Basically the issue is that your fork needs to be updated, because new art assets were pushed on main.
  18. When I try to pull the changes made to my fork by sync it to 0ad:main I get the error: Downloading binaries/data/mods/public/art/meshes/props/caryatid.dae (101 KB) Error downloading object: binaries/data/mods/public/art/meshes/props/caryatid.dae (4758e69): Smudge error: Error downloading binaries/data/mods/public/art/meshes/props/caryatid.dae (4758e699101e3ab0b367bc4557a5fe155b395df3a28d3c3ecc3c5d7bb4b45565): batch response: Repository or object not found: https://gitea.wildfiregames.com/DesertRose/0ad-DR_fork.git/objects/batch Check that it exists and that you have proper access to it Errors logged to '/home/tre/git/0ad/0ad-DR_fork/.git/lfs/logs/20260321T085833.61052115.log'. Use `git lfs logs last` to view the log. error: external filter 'git-lfs filter-process' failed Have this error for a few days now. Is that an issue I can fix myself, or is this on the remote's side? I can't find any helpful info online.
  19. Usually not, but yesterday I travelled over 900 km by train to vote in my country (my country usually don't accept to vote remotely). Anyway, please vote on this poll. Thanks for your time. https://strawpoll.com/3RnYXRMVWye
  20. happy for you, nice that you can have a good sleeping schedule (I want to be this punctual for sleeping )
  21. Yesterday
  22. Already done: I think I'll write all steps that I followed. Not now, it's almoast midnight. Anyway, on GIMP I used color curves. The standard curve is y = x, I used y = 32 * nroot(4, x / 32). So for high mountains, behavior is nearly asymptotic. You can see that Himalayan is nearly flat, like a mesa. But, this is not sufficient. In a 512x512 Himalaya is so near to the coast that I can't do a passage between India and South-East of Asia.
  23. I'd try to reduce contrast on the heightmap and try again, to reduce a lot of the extreme height differences.
  24. While experimenting with an Asia map, I decided to push the size up to 1024x1024 — and honestly, it's a game changer. At 512x512, a continent like Asia feels cramped and loses a lot of its geographic character; with 1024x1024 there's actual room to breathe, to place mountain ranges, small seas, like Black and Red ones, and biomes in a way that makes the map feel like a real place rather than a compressed approximation. A map of this scale could support larger teams, longer games, and genuinely epic campaigns across Central Asia, India, or the Silk Road. Would anyone be up for playing something this large? (I don't know how to create a poll, please can any admin do it or maybe answer in this thread)
  25. De acuerdo, pero ¿qué está pasando? ¿Qué versión de 0ad? ¿Hay algún error?
  1. Load more activity
×
×
  • Create New...