-
Posts
18.602 -
Joined
-
Last visited
-
Days Won
609
Everything posted by Stan`
-
Freetype is down again
-
What's really weird is you not being able to build it. Do you get any errors ? Does it happen without the mod ?
-
It needs to be in the zip but that's it.
-
https://gitea.wildfiregames.com/0ad/0ad/wiki/Mod_Verification_Process The game does copy the mod.json automatically next to the zip for faster access.
-
Can't have this too, for trailers need an option to be disabled, (doesn't have to be user facing though)
-
Unusual graphics behaviour on intel arc, Linux
Stan` replied to blarp123's topic in General Discussion
I think you might be running out of VRAM. -
Just to be clear, I'm not strictly against it. My point is that you can't assume how people will take screenshots. And so if the presence is conditional then it might not be here
-
That's cause all mods have to be signed prior to being visible and compatible. Each new version has to be signed.
-
What kind of errors ? C++ errors ? JavaScript errrors
-
https://linktr.ee/wildfire_games
-
Most developpers don't want to use Discord. Also there have been a few big discords and one of them is even in the linktr.ee but it changed absolutely nothing. I'm currently on about 15 Discords related to 0 A D.
-
That means more legal work, data processing and stuff;
-
It appears on the main two, which are the menu and the game My experience with additional steps is that nobody follows them, look at all the incomplete bug reports copying text that tell them to do extra steps Edit for screenshots, on macOS I ussually don't use the ingame tool cause I have no clue where the images are gonna be
-
Can't really enforce that, also, applies to streaming too
-
My only grief with that is that any screenshot sent to us will no longer give us that information
-
Credit it under wildfire games and respect the cc by sa 3 license
-
Possible Performance Optimization
Stan` replied to Asher's topic in Game Development & Technical Discussion
All of it The point of instancing is drawing the same stuff hundreds of time, like say grass. The only thing we do and we can do right now is batching. Where we try to be smart about the order of drawing things. The only scenario where it might help is say when running the game with the option to remove variety. Assuming there are enough similar units for it to work. E.g if you're playing against 12 different civs, won't work much. -
Can you align the /\ with the drape ?
-
Possible Performance Optimization
Stan` replied to Asher's topic in Game Development & Technical Discussion
We chatted a bit with @vladislavbelov when we met. But the main issue is too many unit /object variation and the fact not all users support instancing. -
Possible Performance Optimization
Stan` replied to Asher's topic in Game Development & Technical Discussion
Depends on what. Rendering and simulation are on the same thread, pathfinding runs in multiple threads. Sound is in its own thread. The OS decide which threads goes onto which core. @vladislavbelov is working on a way to run the rendering on parallel to the next simulation turn. That will help although on higher end machines, rendering isn't so hard on the GPU. -
They don't exist as anything but actors. Them being missing in the game is concerning though.
-
No we started working on both when we reached Feature freeze for R28
-
The official page is here https://gitea.wildfiregames.com/0ad/0ad/wiki/Release29, but it's likely a bit behind.
-
It's still there https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/art/actors/geology/geo_waterfall_double.xml Since it was placed as an actor you need to alt + select
