Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.435
  • Joined

  • Last visited

  • Days Won

    24

vladislavbelov last won the day on October 1 2025

vladislavbelov had the most liked content!

6 Followers

About vladislavbelov

Previous Fields

  • First Name
    Vladislav
  • Last Name
    Belov

Profile Information

  • Gender
    Male
  • Interests
    Graphics programming

Recent Profile Visitors

14.429 profile views

vladislavbelov's Achievements

Primus Pilus

Primus Pilus (7/14)

1k

Reputation

  1. @Buildosaur_积木小恐龙 Hi! Did you download the game from https://play0ad.com/download/win/?
  2. I prepared binaries with enabled debug information and sent to you via PM (to avoid spamming here). Could you take a look?
  3. Latest successful build: https://jenkins.wildfiregames.com/job/0ad-bundles/129/artifact/0ad-0.29.0dev-win64.exe
  4. Also could you try 64bits Release 28? And does it crash right on start or after a match loading?
  5. Is it possible for you to try nightly built version? (for that you'll need to install git and download our repo) It might, but they might disable it silently if there is a well known bug.
  6. If you have any questions about our Vulkan or render backend interface, you can write to me
  7. @Souldbyt very nice! Is it possible to run Vulkan there?
  8. Yes but it might be enabled only for qualities more than Medium/High. Also there is a question do we specify that for a map or not and how if yes.
  9. I hope with PBR we won't need to bake GI into albedo texture
  10. Thanks for the report! We have an opened issue for that: https://gitea.wildfiregames.com/0ad/0ad/issues/8876. I want to fix the image in R29. Though the camera will be still "moving". A possible workaround for now is to set the resolution scale to 100%.
  11. I'd choose the first one for modern GPUs. Also it'll be simpler to optimize in the future (for example replacing by a single texture but with different parameters/colors) as we don't need to so many textures different only in some colors.
  12. Ideally - yes. Practically we need to choose appropriate number of polygons accounting how close camera in a regular game can be. Also I think baked AO shouldn't be so black as the human skin has significant subsurface scattering. So I'd make it warmer and leave darkening to normal maps. About normal maps in terms of the engine: they shouldn't contain noise as it's not good for compression quality and might lead to light flickering on our general scale.
  13. Does those hair spikes fall under the polycount limitation? https://gitea.wildfiregames.com/0ad/0ad/wiki/ArtPolyCountGuidelines
  14. Is it me or something with normals (the face is more gray than I expect)?
  15. Maybe make it a bit more granular (some stones are fully opaque on the radius and some fully transparent) to mask the pure circular alpha mask?
×
×
  • Create New...