-
Posts
2.919 -
Joined
-
Last visited
-
Days Won
48
Everything posted by Yekaterina
-
Ok np can u or any artist make one then? no hurry
-
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
I made it 12 seconds in the bellum mod. I second that. Not sure why the decision was made. We want to make Town phase not obsolete. -
I like the Gengis Khan tent but Genghis Khan was born 1000 years later than the timeframe we are talking about. However, if you can send me the model I am sure I can name it something else, like 'Greate Yurt of Chanyu'
-
Here is a test run with the Iberians against the Ptolemies. Please take a look and tell me if unit turn times and training times are reasonable. 2021-06-02_0005.zip Also if the champion units do too much crush and hack.
-
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
The error persists even when I disabled all mods. I am unable to check any replayes. The build is svn 02 June -
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
The replay file is there, seemingly uncorrupted. -
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
While fixing solooy0's error, I encountered this while checking the replays: I have the bellum mod installed and I just wanted to check my singleplayer replay. Can someone fix please -
Yeah I get your frustration. The chance of what you just saw happening is very low. With more names I am sure we can make it near impossible.
-
I think the problem is caused by too many Persian AIs. At the beginning of a match the Petra Bot picks a name from a list of available names for each civ. Two of the AIs have decided to pick the name Darayavahush II (Darius the Second), so it adds an extra II to distinguish. Possible solutions: 1. Add more AI names. This hugely reduces the probability of this happening but it still remains possible. 2. Add a command to the Petra AI that bans the use of names already chosen. This is more difficult to implement and also needs more names as there are 6 Persian names as far as I am aware. So we need historians @Thorfinn the Shallow Minded to come up with more names for each civ.
-
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
@soloooy0 Thank you for the video. I will try to fix that ASAP. I must say I have never encountered anything like that. -
Statue of Chanyu? Can you make one please
-
However, I don't know how to push my updated folder onto git. I am on Fedora Linux and I only have command line, so please can you tell me what commands I should use.
-
Made some changes: 1. Separate animal farms and cavalry stable. 2. Women cost 50 food 30 wood, otherwise booming is too difficult. 3. Women offer 9 pierce but range is only 30 metres as opposed to 72. 4. Women get health boost and armour boost. 5. Fixed some inconsistencies with other A25 aspects
-
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
Which error? I am currently on Fedora 34 Build 1st of June and I have encountered no error so far in main gameplay. The only problem was random error messages in the mod selector which did not affect anything. -
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
@soloooy0 what does 'cargando informacion del mapa por favor espere' mean? When I enable the mod I also get error messages in the mod selector, but non in the actual game. It is a balancing mod which only changes templates so it shouldn't produce gui errors. Can you record a video of how the whole process went wrong and attach the logs here? Thanks. I have just tested it and got no errors in real game. -
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
@LetswaveaBook here: https://trac.wildfiregames.com/wiki/BuildInstructions Copy and paste the corresponding commands for ubuntu/debian into the terminal, then hit enter. You don't need to understand what they mean. Here are probably the exact commands you will need. Copy them in and execute one step at a time please. Exclude the bullet points. cd ~/ sudo apt-get install build-essential cmake libboost-dev libboost-system-dev \ libboost-filesystem-dev libcurl4-gnutls-dev libenet-dev libfmt-dev \ libgloox-dev libicu-dev libminiupnpc-dev libnvtt-dev libogg-dev \ libopenal-dev libpng-dev libsdl2-dev libsodium-dev libvorbis-dev \ libxml2-dev python rustc subversion zlib1g-dev sudo apt install wx3.0-headers libwxbase3.0-dev libwxgtk3.0-gtk3-dev sudo apt install libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 svn co https://svn.wildfiregames.com/public/ps/trunk/ 0ad cd 0ad/build/workspaces ./update-workspaces.sh -j5 cd gcc make -j5 Note the number after '-j' is the the number of cores (including hyperthreading) that you have, plus one. At this point your build of 0AD is finished. To run the program in the future: cd ~/0ad/binaries/system/ pyrogenesis -
-
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
@soloooy0 try this one: bellumMod.zip This is intended for A25 only. -
Thanks for the inspiration. I think we can make them a naval civ like Carthage, but with an extra class of ships: pirates. These should move at much faster speeds than other ships and have multiple times the loot, but at the cost of lower health and armour? Thank you for your effort. I would review it as soon as possible if you send the files to me. My name is spelled YEkaterina. You can call me Kate if you want ; ) I am from the UK. You? I would appreciate it if you write in paragraphs or bullet points instead of ellipsis.
-
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
Please use the SVN version of A25. I don't think it is fully compatible with A24. -
Make women javelineers? I feel like these people already have enough archers just looking at the male population. Spartan women could throw javelins.
-
A25 Feedbacks from testing
Yekaterina replied to Yekaterina's topic in Game Development & Technical Discussion
Please post them here -
Download the zip from github here: https://github.com/Yekaterina999/bellumMod
-
This version contains everything suggested by you and all of the features from Thorfinn Mod. bellumMod.zip Sorry I messed up github. I didn't upload the changes. Trying to fix now.
-
@Stan` @Gurken Khan The patch has been made here https://code.wildfiregames.com/D4056