Arup Posted January 31 Report Share Posted January 31 12 hours ago, leopard said: oh it is only an edit in mod.json, it's not. someone call @nani and ask him port his mod. there is a ton of work FOR REAL, everyone is awaiting the one and only to port it 1 Quote Link to comment Share on other sites More sharing options...
Radiotraining Posted January 31 Report Share Posted January 31 amazing, AMAZING job guys!! Every time I get excited once again about this game And is really incredible the level of maturity that it has reached throughout the years!! Congratulations to everyone! 3 1 Quote Link to comment Share on other sites More sharing options...
Nobbi Posted January 31 Report Share Posted January 31 Great work! I got the game data for linux from https://gitea.wildfiregames.com/0ad/0ad/releases and build the game from it. Game also works. But somehow I still just see the old lobby when going online. Any idea why? Quote Link to comment Share on other sites More sharing options...
AIEND Posted February 1 Report Share Posted February 1 Can you send me the video file of the game trailer? I plan to add Chinese subtitles and put it on a Chinese video website. 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted February 1 Report Share Posted February 1 10 hours ago, Nobbi said: Game also works. But somehow I still just see the old lobby when going online. are you really in a27 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 1 Report Share Posted February 1 7 minutes ago, AIEND said: Can you send me the video file of the game trailer? I plan to add Chinese subtitles and put it on a Chinese video website. What do you want exactly ? You can download it off youtube if you want. By the way we now have a xiaohongshu account. I could use some help. Quote Link to comment Share on other sites More sharing options...
AIEND Posted February 1 Report Share Posted February 1 4 minutes ago, Stan` said: 您到底想要什么?您可以根据需要从YouTube下载它。顺便说一句,我们现在有一个小舒帐户。我可以使用一些帮助。 Oh, are you using xiaohongshu too? What's the account name? Many foreigners are using it recently, but because of different usage habits, I, a Chinese, still don't have a xiaohongshu account. It's a good opportunity for me to register one. I forgot how to download videos from youtube using a browser plug-in, but I just solved it. Quote Link to comment Share on other sites More sharing options...
Seleucids Posted February 1 Report Share Posted February 1 41 minutes ago, Stan` said: By the way we now have a xiaohongshu account. Omg brooo welcome to the platform! Bienvenue! I am also a Xiaohongshu user! What's 0ad's official account name? The platform does rotational recommendations for each tag to all users so 0ad will get publicity very quickly if you tag your posts correctly. It will not "shadowban" small new users as opposed to YouTube. There is a growing interest on the platform in Linux and GNU open source software, thanks to the influx of American refugees. Previously, it was a female-dominated platform populated by cooking and fashion videos. Another great platform is BiliBili and I already have 2 accounts there. If any 0ad YouTubers would like it, I am happy to "migrate" your videos there. Quote Link to comment Share on other sites More sharing options...
Nobbi Posted February 1 Report Share Posted February 1 1 hour ago, seeh said: are you really in a27 No, I wasnt. :/ Even when in the right folder of the released version puting pyrogenesis in shell started global 0ad which is probably is the old svn download. Using ./pyrogenesis started the right version. So, now it works! Quote Link to comment Share on other sites More sharing options...
xia0 Posted February 1 Report Share Posted February 1 First off, big thanks to everybody involved! Anybody out there who has successfully spun up the arch package? I have it running, however drag select does not work, so i cant select groups of units. Also, touching the screen edges does not move the camera. Please advice <3 Quote Link to comment Share on other sites More sharing options...
Charging_Knight Posted February 1 Report Share Posted February 1 Hi, I'm playing the Agni build. Any idea why the graphics look so pixellated? Lenovo Legion 7 laptop. https://imgur.com/X3UZdXY https://imgur.com/SomWQMl Quote Link to comment Share on other sites More sharing options...
Nobbi Posted February 2 Report Share Posted February 2 For linux players who are lost how to get the a27 of 0AD. Here a way how to build the game: Download the build and data file for linux in the formate you can unzip from: https://gitea.wildfiregames.com/0ad/0ad/releases Unzip the data into the same folder. After that follow the instruction from Atrik, but ignore the old download of the release candidates (rc): On 22/01/2025 at 4:58 AM, Atrik said: I'm sure it will feel silly for some but I know some people beside just myself who would have used this post if it existed For lazies on ubuntu/deb who want to spare themselves reading the sorting the build instructions: Download : 0ad-0.27.0-rc2-unix-data.tar and 0ad-0.27.0-rc2-unix-build.tar https://releases.wildfiregames.com/rc/ Unzip folders and merge their content. Get dependencies : sudo apt install build-essential cargo cmake libboost-dev libboost-system-dev \ libboost-filesystem-dev libcurl4-gnutls-dev libenet-dev libfmt-dev \ libfreetype-dev m4 libgloox-dev libicu-dev libminiupnpc-dev libnvtt-dev \ libogg-dev libopenal-dev libpng-dev libsdl2-dev libsodium-dev libvorbis-dev \ libwxgtk3.2-dev libxml2-dev python3 rustc subversion zlib1g-dev llvm Build third parties, in the new folder you created : cd libraries ./build-source-libs.sh -j3 Then build game: cd ../build/workspaces ./update-workspaces.sh -j3 # if using system-installed versions of the libs, pass --with-system-mozjs and/or --with-system-nvtt cd gcc make -j3 Voilà! You can launch a27 by executing the "pyrogenesis" in binaries/system/ @Acero @Meister instead of pyrogenesis in some cases its better to type "./pyrogenesis"! 1 Quote Link to comment Share on other sites More sharing options...
fabio Posted February 2 Report Share Posted February 2 Ubuntu PPA with 0ad 0.27.0 + updated Mesa drivers: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers/ EDIT: the PPA has 0ad 0.27.0 for 24.04/noble and 24.10/oracular (25.04/plucky already has 0.27.0). Older releases are not supported in the PPA (consider upgrading ). 1 Quote Link to comment Share on other sites More sharing options...
leopard Posted February 2 Report Share Posted February 2 (edited) Clash of the Titans @ValihrAnt Vs @borg- Edited February 3 by leopard 5 1 Quote Link to comment Share on other sites More sharing options...
Player of 0AD Posted February 4 Report Share Posted February 4 On 02/02/2025 at 12:17 PM, fabio said: Ubuntu PPA with 0ad 0.27.0 + updated Mesa drivers: https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers/ How to use this to install A27? I expected that it works like this: -install that ppa - update - $ sudo apt-get install 0ad However, this gave A25 instead. Quote Link to comment Share on other sites More sharing options...
tuxayo Posted February 4 Report Share Posted February 4 3 hours ago, Player of 0AD said: -install that ppa - update - $ sudo apt-get install 0ad However, this gave A25 instead. Do you have another PPA that provides 0ad? It might have a priority setup higher than the one you just added. 1 Quote Link to comment Share on other sites More sharing options...
Player of 0AD Posted February 4 Report Share Posted February 4 4 hours ago, tuxayo said: Do you have another PPA that provides 0ad? It might have a priority setup higher than the one you just added. No. What else could be the reason? Does the mentioned PPA work for anyone? Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 4 Report Share Posted February 4 Did you run: $ sudo apt update Before installing 0ad ? Else it might not have picked it up. Also it might depend on which version of Ubuntu you have. 1 Quote Link to comment Share on other sites More sharing options...
Player of 0AD Posted February 4 Report Share Posted February 4 3 hours ago, Stan` said: Did you run: $ sudo apt update Before installing 0ad ? Else it might not have picked it up. Also it might depend on which version of Ubuntu you have. Yes, that's what I meant with "update". Still gets A25. Quote: get:1 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 0ad-data all 0.0.25b-1 [1.274 MB] However, I managed to compile A27, so there is no hurry with the ppa for me. Quote Link to comment Share on other sites More sharing options...
berndinger Posted February 4 Report Share Posted February 4 Hi Do the following, it worked here: sudo add-apt-repository ppa:oibaf/graphics-drivers sudo apt update sudo apt install 0ad cbeers,Bernd Quote Link to comment Share on other sites More sharing options...
fabio Posted February 5 Report Share Posted February 5 22 hours ago, Player of 0AD said: Yes, that's what I meant with "update". Still gets A25. Quote: get:1 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 0ad-data all 0.0.25b-1 [1.274 MB] However, I managed to compile A27, so there is no hurry with the ppa for me. The PPA is for 24.04/noble and 24.10/oracular (25.04/plucky already has 0.27.0). It looks like you have 22.04/jammy for which I didn't package 0ad. (I would suggest to upgrade to 24.04 anyway) 1 Quote Link to comment Share on other sites More sharing options...
poised Posted February 10 Report Share Posted February 10 27 looks great. hotkeys don't all seem to be working. "O" for select wounded doesn't seem to be working. I used to select everyone, press O and then only wounded would be selected. The hotkeys and options for wounded definition are all set appropriately .. strange. Quote Link to comment Share on other sites More sharing options...
myliverhatesme Posted February 11 Report Share Posted February 11 1 hour ago, poised said: 27 looks great. hotkeys don't all seem to be working. "O" for select wounded doesn't seem to be working. I used to select everyone, press O and then only wounded would be selected. The hotkeys and options for wounded definition are all set appropriately .. strange. I've never done it that way before. I press "O" then click and drag to select. That still works. Quote Link to comment Share on other sites More sharing options...
poised Posted February 11 Report Share Posted February 11 1 hour ago, myliverhatesme said: I've never done it that way before. I press "O" then click and drag to select. That still works. yeah .. i'll have to adapt. it was good having them selected watching their health with the mouse hovering over their escape point Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 11 Report Share Posted February 11 4 hours ago, poised said: yeah .. i'll have to adapt. it was good having them selected watching their health with the mouse hovering over their escape point Are you on linux? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.