-
Posts
18.057 -
Joined
-
Last visited
-
Days Won
586
Everything posted by Stan`
-
Hey I do think @andy5995 hasn't submitted a new version yet.
-
Because the civic center represents your influence over an area. Works a bit like a medieval castle would.
-
A27: Extreme stuttering and OOS on rejoin
Stan` replied to Seleucids's topic in Game Development & Technical Discussion
@real_tabasco_sauce Could you take this version for a spin see how it feels ? -
Ambient Soundscapes
Stan` replied to wowgetoffyourcellphone's topic in Game Development & Technical Discussion
You can probably get away with the same trick I used for the biome buildings https://gitea.wildfiregames.com/0ad/0ad/pulls/7069/files#diff-81474b3184d8557e342374db4f58e99a876da08a Using the biome you can put in the map you could switch the tracks. Actual patch https://code.wildfiregames.com/D2401 -
A27: Extreme stuttering and OOS on rejoin
Stan` replied to Seleucids's topic in Game Development & Technical Discussion
Does anyone have a rc1 installer laying around from last year ? Could be a good starting point since it was before the Spidermonkey Update. That's the biggest thing that changed aside from Vulkan -
Ambient Soundscapes
Stan` replied to wowgetoffyourcellphone's topic in Game Development & Technical Discussion
Yeah it's possible. I have a patch that was initally made by @Sandarac but I never got around to finishing it. -
A27: Extreme stuttering and OOS on rejoin
Stan` replied to Seleucids's topic in Game Development & Technical Discussion
There is an appimage for it, but it will not work on recent AMD CPUs :/ https://www.appimagehub.com/p/1438982/ The big difference between A23 and A24 was the huge art update that happened during the the two years. Ideally we'd use the old horse an unit models as LOds for people with weaker configuration, but don't have the bandwidth. -
A27: Extreme stuttering and OOS on rejoin
Stan` replied to Seleucids's topic in Game Development & Technical Discussion
Hash only occur on MP games. They should happen in local lan games as well. They will not happen in SP games. -
It seems you already have an account with contributor access there https://replay-pallas.wildfiregames.ovh/LobbyUserDetails/8 So all you have to do is zip up some replays (not too many at once) and upload them here: https://replay-pallas.wildfiregames.ovh/Replays/Upload
-
A27: Extreme stuttering and OOS on rejoin
Stan` replied to Seleucids's topic in Game Development & Technical Discussion
Just for the record that full hash check has been there since there is multiplayer (it was there in a23 as well) it is ran every 20, 200ms turns or less if your computers are fast enough. Could you compare performance with Shift+F11 this will generate a profile.txt that can help us diagnose what's taking time. You can also encourage other players to do so. Do note that since you don't have full hashes anymore you won't be able to see some real ooses like the Briton one. -
Guide: Running AutoCiv Mod on 0 A.D. Alpha 27 (Temporary Workaround)
Stan` replied to Tulughma's topic in Game Modification
One by one would at least maximise its chance of getting merged. A mega patch will certainly not. -
Actually we might have the feature already. The problem would be making techs force variants. It's somewhat similar to this https://gitea.wildfiregames.com/0ad/0ad/pulls/7069 Requires A LOT of actor change though.
-
At 2:32 when he tries to recruit a worker he gets a message on the left saying there is no more pop left Other events could trigger such messages.
-
I really wish we had visible upgrades
-
@valentinych See
-
I do miss gameplay messages like this one, bottom left above the minimap (the thumb) Or these (the ? is always present, the other is a message)
-
Poll: Merging Autociv features into vanilla
Stan` replied to guerringuerrin's topic in Game Modification
I support this. Do note however that integrating the code will be non trivial as some things are hacked around the game and we will need to take the time and make them proper. E.g. the corpse thing i tried to port in 5 different ways and none got in. -
Might be nicer to try to merge single features in the main game.
- 466 replies
-
- 3
-
-
- hotkeys
- autoassign civ
- (and 9 more)
-
Units have some level of priority IIRC. They also can have classes they are not allowed to attack.
-
You might have an env variable overriding everything ?
-
Hello @Asif In the game option you need to switch to Vulkan then restart the game. If it still doesn't work you need to disable GPU skinning.
-
You need to install llvm possibly