All Activity
- Past hour
-
issam_m00 joined the community
-
A Legendary Tournament Is Coming… or at Least a Funny One
diagonalo replied to AlexHerbert's topic in General Discussion
ban Saidrdz sadly I can't participate because I think it the pauses in between might be too long for me. -
Help compiling Atlas project on Windows
Filip Chrzanowski replied to Filip Chrzanowski's topic in Help & Feedback
Contents of the file: Since the wxWidgets library is quite large (~250MB for the include and lib files), and is not needed unless you want to compile Atlas, it is not included in SVN and should instead be installed manually: * Download the Windows source code from http://wxwidgets.org/downloads/ (at least version 3.0.4) * Open build\msw\wx_vc17.sln in Visual Studio 2022 (same version as used for the game) * Select the "Win32" platform * Select the "Debug" configuration * Build * Select the "Release" configuration * Build * Copy lib\ and include\ into the game's libraries\win32\wxwidgets folder then i executed update-workspaces.bat I noticed that there are some spaces in the path: '../../../lib/ vc_lib / mswu /wx/setup.h' In my most recent attempt i executed these commands to build the library : nmake -f makefile.vc BUILD=release SHARED=0 UNICODE=1 nmake -f makefile.vc BUILD=debug SHARED=0 UNICODE=1 I'm reading this forum thread https://forums.wxwidgets.org/viewtopic.php?t=47200 to find a solution. I'll try adding MONOLITHIC=0 to the commands -
Help compiling Atlas project on Windows
Stan` replied to Filip Chrzanowski's topic in Help & Feedback
Hello, Could you share the exact steps you followed? (links as well) You should be able to use a more recent version of wxwidgets on windows. - Today
-
Thanks @hyperion! This is true for all civilizations, right? @Vantha@ShadowOfHassen Can this also be put into the tips&tricks section? In addition to that - maybe I haven't looked hard enough - but wouldn't it be generally useful having a table of contents or index for tips&tricks? If I am looking for something specific I have to skip through the already quite large list of tips (which I do like a lot and really appreciate, it but takes me quite some time to find things).
-
Tutorial incorrectly references "vegetables" - no such resource type exists
hyperion replied to ffm2's topic in Bug reports
The gather rates for civilians: <food.fruit>1</food.fruit> <food.grain>0.5</food.grain> <food.meat>1</food.meat> <wood.tree>0.7</wood.tree> <wood.ruins>5</wood.ruins> <stone.rock>0.35</stone.rock> <stone.ruins>2</stone.ruins> <metal.ore>0.35</metal.ore> <metal.ruins>2</metal.ruins> Berries would sort of work as well as it's the most obvious type of food.fruit in the game. -
Good afternoon @user1, I was bamboozled into a unfair 30 second 1v1 in Escarmouche Demo My lobby username : LeJardindEpicure Offending player lobby username : MeisterMerlin Thank you for your time, LeJardindEpicure commands.txt metadata.json
-
LeJardindEpicure joined the community
-
Hi, I'm new here and would like to contribute to the source code, but i'm having trouble compiling atlas project on Windows. I've downloaded wxWidgets 3.0.5 and followed README instructions located in libraries/win32/wxwidgets directory. However i'm encoutering following errors: Severity Code Description Project File Line Suppression State Details Error LNK1181 cannot open input file 'C:\Users\Filip\dev\0ad\binaries\system\AtlasUI.lib' ActorEditor C:\Users\Filip\dev\0ad\build\workspaces\vs2022\LINK 1 Severity Code Description Project File Line Suppression State Details Error C1083 Cannot open include file: '../../../lib/ vc_lib / mswu /wx/setup.h': No such file or directory AtlasUI C:\Users\Filip\dev\0ad\libraries\win32\wxwidgets\include\msvc\wx\setup.h 125 The setup.h does exist in my project at: C:\Users\Filip\dev\0ad\libraries\win32\wxwidgets\lib\vc_lib\mswu\wx Could someone provide guidance on a working folder layout and Visual Studio configuration for AtlasUI, or step-by-step instructions to get it to compile? I'd really appreciate any help. Thank You!
-
Hi, I'm new here and would like to contribute to the source code, but i'm having trouble compiling atlas project on Windows. I've downloaded wxWidgets 3.0.5 and followed README instructions located in libraries/win32/wxwidgets directory. However i'm encoutering following errors: Severity Code Description Project File Line Suppression State Details Error LNK1181 cannot open input file 'C:\Users\Filip\dev\0ad\binaries\system\AtlasUI.lib' ActorEditor C:\Users\Filip\dev\0ad\build\workspaces\vs2022\LINK 1 Severity Code Description Project File Line Suppression State Details Error C1083 Cannot open include file: '../../../lib/ vc_lib / mswu /wx/setup.h': No such file or directory AtlasUI C:\Users\Filip\dev\0ad\libraries\win32\wxwidgets\include\msvc\wx\setup.h 125 The setup.h does exist in my project at: C:\Users\Filip\dev\0ad\libraries\win32\wxwidgets\lib\vc_lib\mswu\wx Could someone provide guidance on a working folder layout and Visual Studio configuration for AtlasUI, or step-by-step instructions to get it to compile? I'd really appreciate any help. Thank You!
-
Lopess changed their profile photo
-
Shinergynip joined the community
-
Tutorial incorrectly references "vegetables" - no such resource type exists
ffm2 replied to ffm2's topic in Bug reports
Rice and wheat are neither fruit nor vegetable but grain. (The fruit basket tech from the farmstead also correctly does not affect the grain gather rate). -
Tutorial incorrectly references "vegetables" - no such resource type exists
Deicide4u replied to ffm2's topic in Bug reports
"Vegetables", in this case, probably means produce from fields. - Yesterday
-
In two tutorial files, the text states "Civilians gather vegetables faster than other units" but there are no "vegetables" as a resource type in the game Files/Lines: binaries/data/mods/public/maps/tutorials/introductory_tutorial.js line 6 binaries/data/mods/public/maps/tutorials/starting_economy_walkthrough.js line 40 Suggested fix: Change "vegetables" to "fruit" to match actual game mechanics. For sake of completion I found these two vegetables: plant_medit_artichoke.xml and olive trees. I can't comment on plant_medit_artichoke.xml, but the olive tree can only be gathered for wood.
-
Adding storylines to scenarios and campaigns
Trinketos replied to Vantha's topic in Game Development & Technical Discussion
Holy shes. That mexica pronunciation is really ass. DENUNCIADO. -
Adding storylines to scenarios and campaigns
Vantha replied to Vantha's topic in Game Development & Technical Discussion
I suppose since the patch contains engine changes, for that you'd currently have to build the game locally... but that version would be incompatible with any other releases or patch releases. If you don't want to do that and are working on a campaign, I recommend you to finish it without the dialogues for now and to just note them down instead. When the PR is merged, the feature will be part of the nightly builds where you can then embed the dialogue and test it. -
Adding storylines to scenarios and campaigns
Perzival12 replied to Vantha's topic in Game Development & Technical Discussion
Is there some way I could download the patch? I have been looking for a could campaign chat for a while, and this seems perfect. -
Filip Chrzanowski joined the community
-
Hello, fellow 0 A.D. players. I write to share (belatedly) the news that my peer-reviewed (academic) tutorial "Teaching History and Languages with a Strategy Computer Game: 0 A.D. in the Classroom" was published in the open access journal Programming Historian: https://programminghistorian.org/en/lessons/teach-history-and-languages-with-strategy-game The Programming Historian has an open peer review process on GitHub. All publications are released with the CC BY 4.0 license. If you might like to discuss anything in the tutorial -- or anything else, I suppose -- please feel free to reply in this thread. I am following. Thank you for making a beautiful, brilliant, and fully libre real-time strategy game.
-
historical-theology joined the community
-
There are a few instances where the AI doesn't pursue and destroy all remaining units, but instead ignores them. As a result, some units rebuild their civilian centers and rise again, sometimes even conquering opponents. Observing the population or territory graphs after battle is fascinating, with sudden drops and spectacular resurgences.
-
I also want a multicultural empire where the conqueror can train units of the conquered. But is it feasible for AI to betray or rebel in the event of conquest?
-
Adding storylines to scenarios and campaigns
nifa replied to Vantha's topic in Game Development & Technical Discussion
Epic! -
Dennisbat started following Age of Empires 2 Definitive Edition
- Last week
-
Olá a todos, gostaria de compartilhar algumas novidades sobre o meu projeto World Rising. Nas últimas semanas, enfrentei vários desafios ao tentar modificar o layout do jogo. Ainda não consegui implementar tudo exatamente como planejei inicialmente, mas estou progredindo e aprendendo mais a cada dia. Como parte desse processo, redesenhei completamente o logotipo , criei novas imagens de fundo e, sinceramente, estou muito feliz com os resultados até agora. Também corrigi alguns bugs que estavam causando problemas — e, como sempre acontece no desenvolvimento de jogos, novos surgiram pelo caminho haha faz parte da jornada. Meu próximo objetivo é me concentrar um pouco mais na IA do jogo antes de voltar a criar novas unidades, tecnologias e edifícios. Estou muito animado para lançar uma versão jogável para vocês testarem em breve. Por enquanto, aqui estão algumas imagens mostrando o progresso recente. Espero que gostem!
-
Adding storylines to scenarios and campaigns
Vantha replied to Vantha's topic in Game Development & Technical Discussion
I hope this gets you as excited as me: https://gitea.wildfiregames.com/0ad/0ad/pulls/8614 (please don't judge my sense of humor ) -
Mobile Version of 0 A.D.
Gönndolsalv replied to Perzival12's topic in Game Development & Technical Discussion
someone already tried that i didn't read the hole thread but it looks like they were successful -
That is why I prefer Conquest Civic Centre mode. However, it would be nice to make demands of your opponent, like requesting tribute before agreeing to an alliance or demanding a surrender.
-
Latest Topics
