-
Posts
1.102 -
Joined
-
Last visited
-
Days Won
3
Everything posted by hyperion
-
As many have noticed the server was at it's limit resulting in degraded performance for various services (Let's blame AI scrapers). As a result of the migration some services may experience interruptions, this includes the forum and the game lobby. If all goes well the the migration will be over in the next few hours. We ask for your understanding.
-
Engine.GetSimRate/SetSimRate from JS script
hyperion replied to CulturedCait's topic in Scenario Design/Map making
There are a few bug reports by @Langbart wrt autostart / nonvisual / rlinterface, I'd check if one of them applies here and if not file a new one with clear steps to reproduce. I probably will spend some time during the r29 release cycle on this topic, tho for the next few weeks I intend to focus on xmpp/lobby stuff open for years. -
@Dunedan, could the newlines and tabs extracted from xml mess up the translation?
-
In the code they are marked as translatable, and grepping the po files indicates some languages seem to have translations.
-
Build instructions for A28
hyperion replied to Seleucids's topic in Game Development & Technical Discussion
Don't use cargo but install the distribution package instead. -
The easiest would probably be using the windows binary with wine / proton. You might see a warning at the start tho as wine doesn't support numa and as such the hardware detection will fail. Just click continue in that case.
-
Tutorial incorrectly references "vegetables" - no such resource type exists
hyperion replied to ffm2's topic in Bug reports
The gather rates for civilians: <food.fruit>1</food.fruit> <food.grain>0.5</food.grain> <food.meat>1</food.meat> <wood.tree>0.7</wood.tree> <wood.ruins>5</wood.ruins> <stone.rock>0.35</stone.rock> <stone.ruins>2</stone.ruins> <metal.ore>0.35</metal.ore> <metal.ruins>2</metal.ruins> Berries would sort of work as well as it's the most obvious type of food.fruit in the game. -
If I select Italian it works, just that the amount of translated strings seems very low. <- @Dunedan
-
With the desktop file you already have a means, "DRI_PRIME=1 0ad", is probably what you need but that might depend on exact hardware or distribution. Look into prime and for older nivida into optimus. There are also plenty wrappers to tune for games.
-
Might be using the igpu then which would mean not nvidia but should be enough to go to the ingame options an select the vulkan backend. Run "which 0ad" in terminal to get the path
-
Looks to be https://gitlab.archlinux.org/archlinux/packaging/packages/0ad/-/issues/3
-
Definitely need sdl version and kde / plasma version, also are you using multiple monitors? You could try the AppImage at https://releases.wildfiregames.com/rc/ , if it runs would be a strong indicator where to look further into the issue. The AppImage should also be easy to add to Lutris.
-
Created https://gitea.wildfiregames.com/0ad/0ad/pulls/8548
-
Maybe a commit or two off, but is fine to test that branch instead. @real_tabasco_sauce ^
-
Created https://gitea.wildfiregames.com/0ad/0ad/issues/8540
-
SpawnEntityOnDeath definitely doesn't work, so I think @wowgetoffyourcellphone did something different or it was broken without being all to obvious back then. If you want to add a unit as if trained for example, so that the simulation knows of it, and place it where the old one died instead. An example is QuickSpan in binaries/data/mods/public/maps/scenarios/pickup_test_map_triggers.js.
-
As @Stan` correctly stated only a local entity gets spawned. This was always the case. So either you implemented it differently or it was subtly broken anyway. Do you still have to code and is it publicly available?
-
Can you add verbose to your build command like "make -C build/workspaces/gcc verbose=1" so we see the actual build command run. Also what output do you get for "g++ --version" and "clang++ --version"? Side note, premake --cc option with version, ie gcc-12 isn't documented and broken in some cases. Typically if you use binutils you wont have an corresponding ar-12 for example which it would look for.
-
I think you are using gcc instead, if you want to use clang you have to set CXX environment variable or pass --cc=clang to update-workspace.sh, also your gcc version is likely older then gcc-12.
-
The next release will no longer use macOS proprietary OpenAL (deprecated and possibly now broken on Tahoe), but an open source alternative. You can try the latest test version from https://jenkins.wildfiregames.com/job/0ad-bundles/93/artifact/
-
There are distributions that have gaming as a core part. Then there are those that are just bleeding edge for being bleeding edge. Rolling distributions are also more likely to have the lasted versions around. On the other hand if it's a distribution meant to provide a solid and stable base to work of from then it usually takes time for versions to tickle down. Based on some Ubuntu telemetry 0ad has probably some 300'000+ installs on Linux. Single player don't need the latest version, certainly not zero day bumps. There is also the option to build from source. While that may sound daunting most long term linux users (or open source user on other platforms) will start doing it at some point and realize it's not harder then learning to drive a bicycle. That will allow you to use a fix to one of your issues right after it got committed without having to wait for a release (every day is release day ). Also instead of the some 20'000 packages your distro offers you have the whole world of open source software at your tip. That said, there is a Flatpack for 0ad and an AppImage will be provided for the next release as well.
-
Scroll to change batch number not working
hyperion replied to AlexHerbert's topic in Help & Feedback
Maybe you have enabled macmouse option, the one to be used with those one button mice. -
You can set waypoints in between markets that way. Setting a route with multiple markets is always less efficient then one between only 2 markets and therefore isn't implemented.
-
BUG - Game incredibly slow/freeze at start because because of 1 player.
hyperion replied to Atrik's topic in Help & Feedback
Merged https://gitea.wildfiregames.com/0ad/0ad/pulls/8329, which fixes a probable cause of what we see here, at least this bug should result in pretty much what is described in here. @elexis spent some considerable time trying to debug this. -
The rank up shouldn't matter, tho might have it's own issues, but the float-heal is certainly real. https://gitea.wildfiregames.com/0ad/0ad/pulls/8315
