-
Posts
2.232 -
Joined
-
Last visited
-
Days Won
50
Everything posted by real_tabasco_sauce
-
Naval Overhaul (Alpha 27)
real_tabasco_sauce replied to wowgetoffyourcellphone's topic in Gameplay Discussion
Im kind of 50/50 on a dedicated transport ship. -
Non-random BuildingAI
real_tabasco_sauce replied to real_tabasco_sauce's topic in Gameplay Discussion
https://code.wildfiregames.com/D4964 This works for ships and buildings at the moment (latest revision). Just use the existing 'autorallypoint' hotkey to specify the degarrison point. You won't need to use this hotkey if the building doesn't have arrows. -
Civ: Germans (Cimbri, Suebians, Goths)
real_tabasco_sauce replied to wowgetoffyourcellphone's topic in Delenda Est
Well before you get a ton of work underway, check out the suebians in delenda est. If the goths should be a separate civ entirely, then you should be familiar with the suebian/cimbri buildings so the goth ones stand out. -
Civ: Germans (Cimbri, Suebians, Goths)
real_tabasco_sauce replied to wowgetoffyourcellphone's topic in Delenda Est
Kind of semi-nomadic I guess. Economic flexibility with carts, but not as mobile as the xiongnu or scythians, which also need some art if you are interested: -
Non-random BuildingAI
real_tabasco_sauce replied to real_tabasco_sauce's topic in Gameplay Discussion
Actually, I am all for it. My buildingAI update is made primarily with true buildings in mind. Right now its not going great. I know I need to make a new order in unit_actions.js, and commands.js, but I can't quite get it to do anything. I will next try to use the set-rally command as an example of something that works on buildings. -
@wowgetoffyourcellphone this might be from the cataphract mixin.
-
Vulkan - new graphics API
real_tabasco_sauce replied to vladislavbelov's topic in Game Development & Technical Discussion
Great, the build works fine. Thank you! -
seems similar to this too: https://code.wildfiregames.com/D5023
-
Vulkan - new graphics API
real_tabasco_sauce replied to vladislavbelov's topic in Game Development & Technical Discussion
Ok @vladislavbelov, I could build previous versions such as rP27909 using the fixes from (https://code.wildfiregames.com/D5092), but now I am unable to build moltenvk. Building Molten VK... Downloading MoltenVK-1.2.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 ERROR: Download of https://releases.wildfiregames.com/libs/MoltenVK-1.2.2.tar.gz failed Is the link down or outdated? not sure why this link is being used since the libs part of the site doesn't exist (or isn't accessible). -
How to add Mercenary to the village phase
real_tabasco_sauce replied to vpereira's topic in Tutorials & Guides
Since they come from the embassies, you could just let the embassies be built in p1. If you want them to be available from barracks, you will just need to add them to the barracks template. also, what version is the mod for? I recall the ‘techs data type’ approach is new for a27/current version. So if you are using this approach for an a26 mod I think that causes the error “Did not expect requirements”. for a26 I think you have to use requiredTechs or something similar -
0 A.D's Built-in Encyclopedia
real_tabasco_sauce replied to Lion.Kanzen's topic in General Discussion
Pericles' strategy to defeat Sparta was simple: He evacuated the Athenian countryside to avoid engagement with Sparta's superior armies and brought the population into the Long Walls, protecting Athens and passage to its port, Piraeus. Athens' strong fleets were responsible to acquire necessary food supplies, as well as directly attack Sparta and its allies at sea. This strategy worked well, until a plague broke out and devastated a large part of Athens' population. Pericles himself fell victim too, which might be on of the reasons Athens ultimately lost the war. I just did a couple suggestions here and there for grammar/flow. I think Themistocles was the one that ordered the construction of the long walls, no? -
0 A.D's Built-in Encyclopedia
real_tabasco_sauce replied to Lion.Kanzen's topic in General Discussion
It might be good to talk a little about his "Defensive Strategy" which is the inspiration for one of his auras. -
Non-random BuildingAI
real_tabasco_sauce replied to real_tabasco_sauce's topic in Gameplay Discussion
yes. The only issue is how and when to call the function that allows the targeting. In the video above, I basically just stuck the function call inside the attack order in unitAI around line 400. Since the ship unitAI is also trying to target the closest unit as other units do, it turns out that the function is called both on user input and also by the default behavior of the ship. The desired behavior of the unfocused buildingAI is to shoot the closest unit. So if a unit is no longer the closest it won't be targeted. Meanwhile, the user-targeted unit should be attacked until dead or out of range. Because of the aforementioned issue, the setup I used to make the demo video results in the closest unit being targeted until dead automatically even if moves to be farther than another potential target. This is too 'smart' and would be extremely annoying to play against, since when you are retreating, whatever target you are trying to save from the tower would be still targeted. So it was pretty easy to make the modified building ai, and I think it will be much harder to call the new function to produce the correct behavior for buildings, ships, and siege towers. -
Non-random BuildingAI
real_tabasco_sauce replied to real_tabasco_sauce's topic in Gameplay Discussion
You make a good point though. The modified buildingAI behaves very similarly to how a ship would if it used the unitAI attack. -
Non-random BuildingAI
real_tabasco_sauce replied to real_tabasco_sauce's topic in Gameplay Discussion
Its just buildingAI https://code.wildfiregames.com/D4964 with an additional component that stores the targeted unit. Then I give the selected unit the best preference before sorting. -
Non-random BuildingAI
real_tabasco_sauce replied to real_tabasco_sauce's topic in Gameplay Discussion
nonRandom.mp4 -
Yet Another Post on Sparta
real_tabasco_sauce replied to Thorfinn the Shallow Minded's topic in Gameplay Discussion
This is already done. -
Sorry nobody filled you in @Vantha these units belong to the spartan civ in the working version of a27. The civ was reworked to be more differentiated and interesting. These "olympic champion" units are stronger than regular hoplites. The current champion hoplites are actually available in p1 and promote to the discussed olympic champion.
-
Why not moving to Git?
real_tabasco_sauce replied to balduin's topic in Game Development & Technical Discussion
Personally, using svn and Phabricator has grown on me. It is quite easy to put together a patch and it seems like a lightweight and flexible approach. I have had to do large pushes to git repositories like my vanilla-ified version of the nomad civs and in some cases it didn't complete, possibly due to the internet upload speed. One thing I am still unsure of is how to add .png files to a patch in Phabricator. Overall, I think everyone could get up to speed if everything moved to git, but it would take a while. "If it isn't broken, don't fix it" is kind of an applicable mantra here. That being said, if someone puts together a well organized and well documented repository with instructions on how to contribute, it would be convincing (at least to me). -
Facts' alpha 29 feature list (Suggestion #8)
real_tabasco_sauce replied to 0facts's topic in General Discussion
berries should be replaced with cookies with a gather rate of 15 so that the citizen soldiers become chubby. -
My understanding is that there is only relative elevation, which is used for things like the elevation range bonus. The issue would be how to change the value also by the direction of the unit with respect to the elevation change. You wouldn't want units going uphill to also speed up. So it think this would require a handful of changes to the game that would probably also affect performance. I believe the a road 'building' could have an aura in the same shape as its footprint, but I am more in favor of a general tech to represent this concept: https://code.wildfiregames.com/D5183
-
Well siege range is already improved, now being 85 meters, which is just outside the range of archers with the tradition upgrade.
-
problems with multiplayer (maps and settings)
real_tabasco_sauce replied to poised's topic in Help & Feedback
if @Gurken Khan is right, this was the fix: https://gitlab.com/0ad/0ad-community-mod-a26/-/merge_requests/6 -
Search RTS open source
real_tabasco_sauce replied to kennethmartin's topic in Introductions & Off-Topic Discussion
Hi @kennethmartin I am sure others will welcome you and get you up to speed, but I figured I would share you a few helpful links. This is where you can see all the tickets: https://trac.wildfiregames.com/report/3 How to build the latest revision https://trac.wildfiregames.com/wiki/BuildInstructions Writing patches with svn https://trac.wildfiregames.com/wiki/SubmittingPatches phabricator: https://code.wildfiregames.com/ -
Simple improvement for walls
real_tabasco_sauce replied to gui456wSERTDYF's topic in Gameplay Discussion
Right now the issue with garrisoning walls it you cannot get enough units up there to make a difference. No matter how strong the buff is, they will still be hugely outnumbered. With this in mind, I already doubled the garrison space on walls so that this approach can be much more effective. https://code.wildfiregames.com/rP27527 It also looks much cooler. I see the discussion on the wall protection and I have thought about this before, for example to restrict ranged attacks that can pass walls. However, this can be a pretty complex problem. For some of the above suggestions, the wall would need to have a 'direction' whereas they currently don't have one. So you can imagine the user accidentally placing the walls inside out and causing issues. I believe aoe4 does things like this but i'm not sure how successful that was. Potentially one option could be to restrict certain attack types over stone walls for any player, but even then there would be so many cases to take care of: would you make projectiles collide with the walls so that harmless arrows don't hit their targets? Would you make ranged units try to path around the wall when tasked to attack a unit inside? Would you make units within the walls unavailable for units to attack? It is intricate for sure. @gui456wSERTDYF were your walls stone walls or just palisades that were destroyed so quickly? Were you playing as the mauryans with stone walls? They have much cheaper but also weaker wooden walls. In general I think stone walls stay up for the right amount of time vs non-siege units, and that maybe palisades are a tiny bit too weak vs sword cavalry.