sarcoma
Community Members-
Posts
318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by sarcoma
-
@stanislas69: Maybe some of these videos could be in a separated topic on tutorials for newcomers instead of going forgotten To Tom (asterix post): It's more efficient to train units, send women/men/cav to fruits/trees/chicks and then build farmsted/storehouse. That's why you see Valihr's units carried some res before building.
-
Why is he reposting borg's post?
-
@stanislas69@ChaffCommanderCoffey Can these videos be used officially as introductory howtos?
-
Linking the AI scripts (Javascript) To a Python work environment
sarcoma replied to ramtzok1's topic in Game Modification
If I'm not mistaken, many of the files in Petra deal with hard-coded decisions to evaluate feature X of the game state and take an action, but if you add machine learning you have to scratch most of that. It would be nice to have a clean base, richer than baseAI with the queues and serialization and whatnots, so people would have to worry only with stimuli and action to allow easy modding with different machine learning methods. -
Linking the AI scripts (Javascript) To a Python work environment
sarcoma replied to ramtzok1's topic in Game Modification
Then the Petra maintainer already works with your lead in that fork My mistake, Stan said that, not ramzok1 -
Maybe the host didn't check any victory condition
-
The multiplayer game lobby needs more moderators
sarcoma replied to ibos's topic in General Discussion
You can still report the incident here, tag Hannibal and attach replay -
https://www.7-zip.org/download.html handles maybe more formats than other compression tools, including rar and zip and its free unlike winrar shareware
-
you can look here where to place mods https://trac.wildfiregames.com/wiki/GameDataPaths but I think you can also drag and drop the .zip or .pyromod on top of 0ad icon in desktop
-
Why my 0 A.D. the GUI's character string is error encode
sarcoma replied to 梨子的艺仁's topic in Applications and Contributions
Why doesn't the game just use the fonts installed in the system? Why can't one type Arabic like scripts in lobby? Hebrew already supported. -
Check Delenda Est, it has 4 phases
-
There's a geolocation where the server asks the client for permission to get GPS coordinates and there's another based on public lists of ip ranges assigned to ISPs. The latter was used, the one Boudica talks about, and it's not hard for anyone to get that info since we share IPs when we connect anywhere. That said it's not right to share with others.
-
Formations still canceled before free hand formation was introduced
-
Avoiding endless lines from barracks
sarcoma replied to Anaxandridas ho Skandiates's topic in Gameplay Discussion
Then you haven't met @ValihrAntThat's one of his many tricks -
So, it's best not to run clean-workspaces unless you really have to? Spidermonkey takes ages to compile and if you get an error it starts over from scratch. It's hard to compile on 4 GB RAM, at some point it starts swapping I guess and freezes OS.
-
exclude units from double click (selecting all)
sarcoma replied to thankforpie's topic in General Discussion
Grouping, ctrl-# / # -
I don't see how infinite siege towers can beat a bunch of catas already deployed
-
Civilization Selection Screen
sarcoma replied to wowgetoffyourcellphone's topic in General Discussion
@nani can add this to autociv -
[HELP] Increase the interface
sarcoma replied to borg-'s topic in Game Development & Technical Discussion
I think @gaiushad a similar situation in one of his mods. Maybe he can help you. -
You can select and garrison a clump and unload the surplus 1 by 1
-
Why not moving to Git?
sarcoma replied to balduin's topic in Game Development & Technical Discussion
You can self host with gitlab, no hassle. The only advantage (for me) to use svn over a distributed version control is the partial cloning. -
Select some units/buildings, press 'ctrl 1', an icon appears to the left, deselect and click '1'. Create groups 1,2,3, ...., 9, 0
-
@camelator You can compile the game like this - Download 0ad data - Deflate both files in the same directory and change to that directory in the terminal - Run sudo apt-get install build-essential libboost-dev libboost-filesystem-dev \ libcurl4-gnutls-dev libenet-dev libgloox-dev libicu-dev \ libminiupnpc-dev libnspr4-dev libnvtt-dev libogg-dev libopenal-dev \ libpng-dev libsdl2-dev libvorbis-dev libwxgtk3.0-dev libxcursor-dev \ libxml2-dev subversion zlib1g-dev sudo apt-get install libsodium-dev See https://trac.wildfiregames.com/wiki/BuildInstructions#DebianUbuntu if you get an error - Compile (https://trac.wildfiregames.com/wiki/BuildInstructions#Building) cd 0ad/build/workspaces ./update-workspaces.sh -j3 cd gcc make -j3 cd ../../.. - Run from that dir binaries/system/pyrogenesis
-
https://www.jetbrains.com/help/clion/code-style-c-c.html