All Activity
- Past hour
-
Gitea ssh-key problems
Cayleb-Ordo replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
No, pointing to my fork. Pushing did not work while configured to the main repository. I did try first without changing the config, to test if the gitea update changed something and after that i changed the setting and did the same commands again. -
Gitea ssh-key problems
Stan` replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
Was it still pointing to 0ad/0ad ? -
Gitea ssh-key problems
Cayleb-Ordo replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
Oh nice i already tested it before u added me , the git lfs pull 0ad-base main worked without errors. (unix fashion no complaint is all right) -
Gitea ssh-key problems
Stan` replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
I've added you to https://gitea.wildfiregames.com/org/0ad/teams/contributors can you try again with the main repo as lfs ? - Today
-
Gitea ssh-key problems
Cayleb-Ordo replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
@Stan` Thx for the quick response. Tried it today again, now it works if i set the url to my fork. fetching and pulling from the 0ad-main repository is working. -
How to Load a Local Mod in 0 AD (Snap Version)
Perzival12 replied to lilypoppy's topic in General Discussion
Much welcome. -
How to Load a Local Mod in 0 AD (Snap Version)
lilypoppy replied to lilypoppy's topic in General Discussion
[SOLUTION] My solution was to use ~/snap/0ad/657/.local/share/0ad/mods and I renamed all my variables from petra to felixbot. Here is my branch ~/snap/0ad/657/.local/share/0ad/mods ├── FelixBot │ ├── FELIXBOT.zip │ ├── mod.json Thank you ! -
simpanzee joined the community
-
Gitea ssh-key problems
Stan` replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
Just to check you could make the lfs point to your fork instead. -
How to Load a Local Mod in 0 AD (Snap Version)
bluemoonsquirrel replied to lilypoppy's topic in General Discussion
I installed a mod in ~/snap/0ad/657/.local/share/0ad/mods/<name>. Then it was detected automatically when launching the game and I enabled it via the mod settings in the UI. I am running Ubuntu 24.04 and installed 0ad via snap. -
bluemoonsquirrel joined the community
-
Gitea ssh-key problems
Atrik replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
My bad, the @manowar config tip for lfs works for me, I also had to run git remote remove origin -
Gitea ssh-key problems
Atrik replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
Ah! I missed that thread. I have a similar problem (still today). Can't update my fork. ssh -T git@gitea.wildfiregames.comSSH Says hi, but then it ask me for https authentication in a loop. No error, nothing, just keep asking credentials. I've tried a lot of different things as I though I was doing something wrong but no success here yet. -
Gitea ssh-key problems
Stan` replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
@Itms updated Gitea yesterday could you try again @Cayleb-Ordo -
Yeah it's old news now.
-
Usually when baking you should import the actual model.
-
hht.services joined the community
-
-
The messages are dated 2022, but I wasn't sure if anyone had noticed this. Sorry if I'm late.
-
Again? @Stan` @Itms
-
Hey, someone is/was selling 0 A.D. on Steam! There are tons of comments on how someone posted 0 A.D. and is charging for it. Is this old news? Or does someone need to solve this? Here is a link to the page: https://steamcommunity.com/app/2158440.
-
How to Load a Local Mod in 0 AD (Snap Version)
Perzival12 replied to lilypoppy's topic in General Discussion
Your mod is incompatible because you need to set a version that it runs in. For example: “requires”: [0.27.0]. This should fix your problem. I modded Petra a few months ago, here are some tips: before you do anything to it, use Find and Replace to replace anything that says PETRA with FELIX, and anything that says petra or petrabot with felix or felixbot. Then, start messing around by changing numbers and values. - Yesterday
-
How to Load a Local Mod in 0 AD (Snap Version)
lilypoppy replied to lilypoppy's topic in General Discussion
Sorry, I hadn’t noticed the Development & Technical section. -
lilypoppy started following How to Load a Local Mod in 0 AD (Snap Version)
-
How to Load a Local Mod in 0 AD (Snap Version)
lilypoppy replied to lilypoppy's topic in General Discussion
To continue, here are my tests /home/felix/snap/0ad/657/.config/0ad/mods/public/FelixBot/ ├── mod.json └── simulation/ └── ai/ └── felixbot.js mod.json (minimal valid example): { "name": "FelixBot", "title": "Felix-bot", "version": "1.0", "description": "Custom AI bot for 0 AD by Félix", "author": "Félix", "requires": [] } snap run 0ad -- -mod=public -mod=FelixBot TIMER| InitVfs: 332.118 us FILES| Main log written to '/home/felix/snap/0ad/657/.config/0ad/logs/mainlog.html' FILES| Interesting log written to '/home/felix/snap/0ad/657/.config/0ad/logs/interestinglog.html' TIMER| CONFIG_Init: 2.54065 ms Sound: AlcInit success, using OpenAL Soft FILES| Hardware details written to '/home/felix/snap/0ad/657/.config/0ad/logs/system_info.txt' TIMER| write_sys_info: 16.674 ms FILES| UserReport written to '/home/felix/snap/0ad/657/.config/0ad/logs/userreport_hwdetect.txt' TIMER| RunHardwareDetection: 6.27691 ms TIMER| InitRenderer: 48.9268 ms TIMER| ps_console: 2.4843 ms TIMER| ps_lang_hotkeys: 1.28745 ms TIMER| pregame/mainmenu.xml: 73.157 us TIMER| common/modern/setup.xml: 114.106 us TIMER| common/modern/styles.xml: 125.51 us TIMER| common/modern/sprites.xml: 860.851 us TIMER| modmod/styles.xml: 32.384 us TIMER| modmod/modmod.xml: 10.4945 ms TIMER| common/modern/setup.xml: 101.322 us TIMER| common/modern/styles.xml: 133.014 us TIMER| common/modern/sprites.xml: 880.314 us TIMER| modmod/styles.xml: 30.226 us TIMER| incompatible_mods/incompatible_mods.xml: 843.469 us TIMER| shutdown Renderer: 351.773 us TIMER| shutdown SDL: 8.589 ms TIMER| shutdown UserReporter: 4.32417 ms TIMER| shutdown ConfigDB: 76.396 us TIMER| resource modules: 231.48 ms TIMER TOTALS (7 clients) -
lilypoppy joined the community
-
Hey! I’m diving into making my own AI bot and want to start by copying the Petra bot, then renaming it so I can experiment with it. The catch? I’m running 0 AD via Snap on Linux, so paths are a bit tricky. I’ve tried putting my mod in ~/snap/0ad/657/.config/0ad/mods/public/, but the game doesn’t detect it. Anyone here worked with local mods on Snap? How do you launch the game with a custom mod using -mod or other tricks so it actually loads? Also, any tips for safely copying Petra’s bot to start tinkering would be awesome. Really appreciate any help—I just want to play with bot AI!
-
Age of Empires 2 Definitive Edition
Genava55 replied to Lion.Kanzen's topic in Introductions & Off-Topic Discussion
-
nani started following Thoughts on adding a second modding language Lua (luajit)
-
General Modding Help Thread
wowgetoffyourcellphone replied to Perzival12's topic in Game Modification
I did nothing special, except use SpawnEntityonDeath, so it must've been subtly broke at that time. At the time I showed off the feature, nobody said, hey wait a minute that shouldn't work! Lol
-
Latest Topics
