-
Posts
1.383 -
Joined
-
Last visited
-
Days Won
22
Everything posted by vladislavbelov
-
Accessibility in 0 A.D.
vladislavbelov replied to Jeru's topic in Game Development & Technical Discussion
Basic idea to use only scales divisible by 4. It covers most user cases (as we don't use system UI, so we might not match exactly), at the same time it allows to have a nicely aligned interface. -
Ideally we need true lods (multiple meshes per model) and lod materials for that.
-
For most versions. We sadly still have ARB shaders for GL1+.
- 455 replies
-
- 1
-
-
- hotkeys
- autoassign civ
- (and 9 more)
-
Aren't the textures too blurry with FXAA? You may notice by the link above and: Strange limitation, it should work with GLSL for most GL2+ and with ARB shader for most GL1+.
- 455 replies
-
- 1
-
-
- hotkeys
- autoassign civ
- (and 9 more)
-
I guess not, but I can try. Also I can't reproduce the issue by steps with your details. Do you use autobuild executable or you compile by yourself?
-
Isometric View Option
vladislavbelov replied to wowgetoffyourcellphone's topic in General Discussion
You're right that we have to prioritise things. What I can say about these patches, they open/help to open doors to some other features. And about me I spend less 5% of my 0ad time on the camera features. -
Isometric View Option
vladislavbelov replied to wowgetoffyourcellphone's topic in General Discussion
Why are you scared? -
How do you leave the game? Alt+Tab? Which mouse button do you use? Left, right, together? What's the place you click on? On the "Click to resume Game" text? On the minimap? On the menu/top panel? Outside of GUI?
-
Isometric View Option
vladislavbelov replied to wowgetoffyourcellphone's topic in General Discussion
Isometric hack? It might have not good consequences for rendering (for ex mentioned real depth option). Why not implement a good solution you may ask. I answer: it requires some refactoring. And it's in process, current patch: D2020, recently committed related patches rP22340, rP22395, rP22404. -
I can't reproduce the issue on Windows 10 64bit. When I click on the game window (even if it didn't have focus) the game continues. Probably some step/detail is missed.
-
I'm not sure that I understood the problem correctly. So I have few questions: Do you reproduce the issue always? Could you post stable steps to reproduce? OS Windows?
-
[ATLAS] Pick water height tool
vladislavbelov replied to vladislavbelov's topic in Game Development & Technical Discussion
It's already in SVN (you can get it by downloading last SVN). And it'll be in the next release (A24). -
==[Brainstorming]== for cheats units
vladislavbelov replied to Lion.Kanzen's topic in Eyecandy, custom projects and misc.
About animation, usually it means that there is a wrong path or name of the animations. I can't say more, I need more details (XML, paths) About transparency, which material do you use?- 198 replies
-
- 2
-
-
- brainstorming
- art
-
(and 2 more)
Tagged with:
-
I had it yesterday, I believe it was with GLSL. @Angen Did you have any warning/error during the game?
-
Besides possible leaks the consumed size of memory depends on many things: map size, game max population, game duration, amount of units, graphics quality. For ex. some games with 1.5hour duration, 2 players and 300 population limit on a small map may cost not more than 900MB.
-
Crash on Start up, GSLS and Post disabled, win 10, crash log included.
vladislavbelov replied to Drak0's topic in Bug reports
Sure, what step are you on in the instructions (https://trac.wildfiregames.com/wiki/BuildInstructions) ? You could also write PM to me. -
I used it as a first version of a planet procedural generation (not only, but mainly) in project with my friend more than 6 years ago:
-
Perlin noise? (at least I see familiar pattern of distribution).
-
Crash on Start up, GSLS and Post disabled, win 10, crash log included.
vladislavbelov replied to Drak0's topic in Bug reports
If you'd able to get SVN, apply the patch and compile the game then it'd be great (BuildInstructions). -
Crash on Start up, GSLS and Post disabled, win 10, crash log included.
vladislavbelov replied to Drak0's topic in Bug reports
Hi @Drak0 and welcome to the forum! Could you attach your system information (to see how the game detects it)? You may find it at the system_info.txt. Also we have a possible fix of the problem: D1789 (#5412). So it may have chance to be fixed in the next release. -
Hi @erickOtakuls500 and welcome to the forum! I suppose it happens on Windows, could you disable post-processing/GLSL in graphics options of the game?
-
Hi @weridetogether6 and welcome to the forum! Are you able to compile the game from sources? Also could you post specs of your computer? You can find it at log folder: GameDataPaths (wiki).