-
Posts
2.919 -
Joined
-
Last visited
-
Days Won
48
Everything posted by Yekaterina
-
As Angen said, VS2017 runtime is needed to compile the game. However, this is available in VS2019 and there is no optional tab because everything that you want to install is listed under one section. They no longer categorise something as 'optional', you just search and tick all of the things you want to install, separately. The advantages of this approach is there are no hidden options and you have full control over what is being installed. The disadvantage is you need to think about a list of things you want to install and then search them up one by one. This is not a problem for 0ad because the wiki tells you the things you need. However, this made it easier for me to find and tick the XP components.
-
It takes up disk space. No other side effects. For me, I would choose VS2019. It has a more complete and up-to-date set of tools available. Also it is still supported by microsoft and not 'outdated'. The process was easier on VS2019 than VS2017. VS2019 takes slightly shorter time to build as well, I suppose it is better optimised.
-
Thanks.
-
Sources: https://military.wikia.org/wiki/Phalanx_formation https://en.wikipedia.org/wiki/Macedonian_phalanx All of these suggested that pikeman was used in a phalanx formation. There is no reason to remove it! In the game, phalanx formation is one of the most effective uses of pikemen. In this formation they are not only good meatshield but also the long sarissa of the pikemen in the second row can reach the enemy melee units, causing extra damage. Phalanx pikeman + javelins or cavalry effectively mows over archers who forget to retreat.
-
Here we talk about balancing issues that arise from pikemen in A25.
-
Question about A25
Yekaterina replied to PyrrhicVictoryGuy's topic in Game Development & Technical Discussion
Yes. The actors and icons are all identical. However, there are many different actor models to one unit (combinatorics of different shield design, horse breed etc), so they won't look too similar. Icons should be adapted slightly though because one is Tarrantine and the other is Odrysian -
Recommendations for Windows 10 devs: 1. Sublime text for editing xml files. It provides very good autocompletion and allows simultaneous editing of multiple files. 2. Use MultiCommander file explorer with the default one, because MultiCommander supports tabs in the same window so if you need to look at many folders simultaneously.
-
Wise choice. Windows 10 does cater for all you need to be a good 0ad dev, although the process might be a bit painful. feel free to check out my last youtube video on how to compile it in Windows 10. I have experimented with WSL 1 year ago and it did not provide a stable gui environement for me. Also the resolution was quite limited so I feel that it is not worth it. You can try virtualbox if you wish.
-
I am trying to rebuild on a windows laptop from scratch (the same laptop as the one used in my Youtube video) On that day it produced an error when I added --enable-atlas option. Today I retry without atlas option, then put the atlas.dll into the directory and the Atlas editor launched without error. What I did differently today was using the powershell to execute update-workspaces.bat without any additional options.
-
The Kingdom of Kush: A proper introduction [Illustrated]
Yekaterina replied to Sundiata's topic in Official tasks
This article suggests that an average horse can outrun an average camel by a bit: https://www.animalfoodplanet.com/how-fast-camels-are-compared-to-horses/ However prime specimens of each species are another story. CS javelin camel? Sounds decent. It would mean removing the CS javelin horse and a little nerf for the faction.- 1.040 replies
-
- civ profile
- history
- (and 5 more)
-
The Kingdom of Kush: A proper introduction [Illustrated]
Yekaterina replied to Sundiata's topic in Official tasks
As of now, the Kushites still have 2 identical cavalry javelineers, except one is a mercenary camel. My proposal: increase the max health of camels by 20 percent but also decrease their speed by 20 percent. Or, give them a mercenary camel archer instead. Currently this unit is useless as no one would spend 80 metal on a cavalry javelineer when they have a citizen one. I think I have mentioned this in another thread, but Nescio, who came up with the camel idea, is gone.- 1.040 replies
-
- civ profile
- history
- (and 5 more)
-
I thino there is an error in the environment. You are running more than 1 instances of 0ad simultaneously, so the program crashes. Try killing all 0ad process in the task manager, reboot pc. If this problem still occurs, you may be missing files. In that case download atlas.dll from the repository and copy it to binaries/system folder. Furthermore check if your wx widgets have been installed and activated
-
Is this for A24 or A25?
-
Windows 11 codename : Sun Valley
Yekaterina replied to Lion.Kanzen's topic in Introductions & Off-Topic Discussion
Check out the arch wiki tbh I am on Endeavour OS as a temporary solution because I need to fix reinstall Arch but didn't have enough time to do it. -
Cavalry archer turret mechanic
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
Sometimes the archers don't shoot at the target that you right-clicked, instead they shoot at something else. This is also a problem with catapults. Also sometimes the model sizes are too small to be clicked on accurately. -
Windows 11 codename : Sun Valley
Yekaterina replied to Lion.Kanzen's topic in Introductions & Off-Topic Discussion
You have just successfully convinced me to try Manjaro again in a virtual machine. Thanks And I would recommend you try real arch or Fedora as well.