-
Posts
17.968 -
Joined
-
Last visited
-
Days Won
578
Everything posted by Stan`
-
Did you have mods installed?
-
You should look at how the barter component works in simulation/components/Barter.js, probably a little bit at guiinterface, and very likely in gui/session.
-
It did not. They prefered to fight directly. https://www.quora.com/What-prompted-Sparta-to-finally-build-defensive-walls They only did start building walls when their forces dwindled.
-
You need to compile the shaders yourself or use the 0ad-spirv mod on mod.io. or you can use the tarballs instead of compiling from source. Right now the framerate is more stable with it. Macos users on M1 (when I finish to understand why signing is such a nightmare) might see a 200-400fps increase on some maps.
-
You can already use json data in random maps see => https://github.com/0ad/0ad/blob/bbae4080acaf09e2716cde8027c7a3c2cd3eaff4/binaries/data/mods/public/maps/random/elephantine.js#L1 You can probably bind the tree data to existing assets (you won't be able to import actual geometry though)
-
That seems to be because of that bar at the top, you could try borderless.fullscreen = false and highdpi = true. Or just use gui.scale=1.5
-
Here is the first 'Release Candidate' of Alpha 27 - Agni Downloads - Current bundles are for SVN revision r27645/bbae4080acaf09e2716cde8027c7a3c2cd3eaff4 Linux data and build Windows MacOS Builds currently unavailable due to signing issues. You can only test the installer but the game will not run. macOS (x64) macOS (ARM) Things to note: Mind your mods -> they might introduce issues or Out Of Sync. Save your A26 config file somewhere, ideally. or use -writableRoot. What changed: Alpha27 – Wildfire Games How to port my mod PortA26ToA27 – Wildfire Games What to do if I have an error or notice something weird? Post your commands.txt (replay) and the interestinglog.html file from your folder. You can also reply to this thread. What to do if the game crashes? Upload your crashlog.dmp and crashlog.txt see https://trac.wildfiregames.com/wiki/GameDataPaths What to do if I have an Out Of Sync? You should go in your logs folder, find the replay (commands.txt at least), the mainlog/interestinglog and find the OOS dump folder. Zip all these files and upload them here. We need the reports from two players to compare them: One OOS and one non-OOS players at least should upload their oos_dump files. Things you may want to test (non-exhaustive) Test Vulkan performance. Enable feedback and see if it works (Main menu) See this video Launch a random game Launch a skirmish. Connect to the lobby Play on the lobby with someone Play in LAN Launch Atlas and try things out there Open Unit tests demo (To see if there any breakage in displaying entities) (It's in scenarios) Connect to and use mod.io Test replaying new games Test multiple game modes (e.g. Regicide) Test Atlas terrain previews. Test Screenshots (F2) Test deleting all saved games Test Big Screenshots (Maj+F2) Test hotkeys Test Saving and loading a game. Test Quickload/Quicksave And of course playing games.
- 592 replies
-
- 16
-
-
-
What's your recommendation exactly?
-
What's the point of siege walls converting to enemy?
Stan` replied to causative's topic in Gameplay Discussion
It's possible that an actual bug was introduced with all the changes to walls. -
Hey @LordStark It depends if they do models and textures or if they do the integration. If they do the integration, manipulating text files might be an (although short) steep learning curve. If the cannon are turrets, they should be modeled separately. There isn't (as far as I'm aware) currently a way to restrict turret rotation, so if they are they will be able to shoot 360°. Another thing to take into account is the way to make muzzle flash for cannons. You have to work some quirks with anims to be able to do that.
-
What's the point of siege walls converting to enemy?
Stan` replied to causative's topic in Gameplay Discussion
Same thing that happened with anything else, nobody wanted to work on it or had the time to do so, so nobody did. -
Website desperately needs an update
Stan` replied to Rens Pols's topic in Game Development & Technical Discussion
That's because it's a wordpress. But I think the source code is here. https://github.com/0ad/play0ad.com Unfortunately the person in charge @implodedok doesn't have the time to supervise the creation of a new website currently. A few people have offered in the past, but we never got past proof of concepts. Thanks for the offer though. -
What's the point of siege walls converting to enemy?
Stan` replied to causative's topic in Gameplay Discussion
IIRC Siege towers and ladders were planned. -
Solving the issue "can't connect to host"
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
It's a router feature. -
There were a lot of changes to the build system since Alpha 23b. It's possible that the way we discovered includes then no longer works with newer distributions. But it is indeed strange. Could be that you have multiple SDL2 installs? you can also try to install the non devel sdl2