Jump to content

halcyonXIII

Community Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

halcyonXIII's Achievements

Discens

Discens (2/14)

2

Reputation

  1. Have the 0AD developers ever considered implementing terrain bonuses and penalties? Unit stats like speed, defence, attack range, health, stamina or perhaps even line of sight could be influenced by the terrain. I think roads would have more purpose if 0AD had such a system, allowing players to flatten the land and create an unhindered path to travel along through the rougher areas.
  2. myconid, I think your changes to particle.vs has introduced a bug where the particles no longer rotate to always face the screen.
  3. Ah, I see. It just threw me off a bit when I saw it was still working. Anyway, I haven't encountered any problems with ARB either. There was something in Atlas though (with preferglsl set back to true), with the "Grass/Grass1 spring fancy" brush texture. When I draw this on to the terrain with the left mouse button it blends with the surrounding textures as expected, if I then draw a different texture over part of this grass texture (also with the left mouse button) then they don't blend together properly. Likewise if I draw this grass with the right mouse button, then the grass doesn't blend nicely with the texture under it. The terrain highlighting around the cursor disappears over this texture as well.
  4. Is that by setting preferglsl and gentangents to false? Incidentally, is smoothlos supposed to work when preferglsl is set to false?
  5. That might explain the second time it happened to me, if my CPU opponent built a mill. (They were set to random, so they may have ended up being the Britons or the Gauls.) I selected "continue" in this error window to resume the game, and the mill's terrain decal hadn't loaded and 0AD was emitting a constant stream of errors for the duration of the mill's existence. ERROR: Terrain renderer failed to load shader effect (model_transparent)
  6. I've come across a couple of issues so far. Firstly, in Atlas (but not in-game), the Roman Civ Centre has a large black square on the terrain around it. This square doesn't rotate when I rotate the structure, but it does scale so the structure fits inside it's bounderies. See attached image. Secondly, 0AD crashed. It happened once in Atlas whilst looking at the temple_mars_2/rome_civil_centre, and once when playing on a random map using the Romans. I copied the error message, but I haven't been able to get it to crash again when running under gdb. Assertion failed: "0 && (L"Can't find a usable technique")" Location: ShaderManager.cpp:474 (NewEffect) Call stack: (0x81e9ea) ./pyrogenesis() [0x81e9ea] (0x7c7a81) ./pyrogenesis() [0x7c7a81] (0x7c875e) ./pyrogenesis() [0x7c875e] (0x7c8a33) ./pyrogenesis() [0x7c8a33] (0x6137cc) ./pyrogenesis() [0x6137cc] (0x614f6d) ./pyrogenesis() [0x614f6d] (0x6e974a) ./pyrogenesis() [0x6e974a] (0x68a081) ./pyrogenesis() [0x68a081] (0x6569bb) ./pyrogenesis() [0x6569bb] (0x659da2) ./pyrogenesis() [0x659da2] (0x65a73f) ./pyrogenesis() [0x65a73f] (0x590771) ./pyrogenesis() [0x590771] (0x41df63) ./pyrogenesis() [0x41df63] (0x413a47) ./pyrogenesis() [0x413a47] (0x7f198322076d) /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f198322076d] (0x41c575) ./pyrogenesis() [0x41c575] errno = 0 (Try again later) OS error = ?
  7. Okay, thank you for the explaination ^^ In Atlas, the problem tree seems to be "gaia/flora_tree_pine_animated", which according to the "pine_animated.xml" file in art/actors/flora/trees/, uses the mesh "tree_pine_01.dae" in art/meshes/gaia/. What defines the root point, is it the object's origin or something else?
  8. Thanks, that fixed it. I've noticed one small issue with the windy trees. You can see this on the Deep Forest random map, take a look at the body of the Pine trees (the green-blue coloured ones). They deform too strongly, almost as though they are pulsating. Do the Pine tree model/s require more verticies?
  9. I see, no worries. Now I know what the -p option does. I probably should have already read up on patch if I'm going to make use of it. The compilation completed. When I load a map I get the following messages. ERROR: Failed to compile shader 'shaders/glsl/model_common.fs': 0(205) : error C7505: OpenGL does not allow swizzles on scalar expressions ERROR: Failed to compile shader 'shaders/glsl/model_common.fs': 0(205) : error C7505: OpenGL does not allow swizzles on scalar expressions
  10. I'm getting this now. In the diff, all of the file paths are written as such. diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index 06af9c0..e9bbaf8 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg I'm not familiar with the syntax of diff files, but the "a/..." and "b/..." shouldn't be preceding the file paths, should they? I modified your diff file, removing them, and the patch now seems to have applied properly, bar a bit of fuzz. I've attached the modified diff in case anyone else needs it. mmpatch_2.diff.zip
  11. The patch failed to successfully apply all changes. This was on a clean copy of 0AD, updated to revision 12212.
  12. I was thinking about this matter a while ago, but instead being able to build defensive structures (at the least) within allied territory. I've been using wooden outposts but they can't really cut it against large armies, and they become completely ineffective once the enemy has made it deeper inside the territory as they are too far away, outside the borders. An alternative but similar idea I had was that any adjoining territories between allies would become shared. (That is, each ally would be able to build in those territories connected to theirs.) But regardless, I do think that co-operative play could benefit from any of the ideas mentioned so far.
  13. Actually, your changes seem to have worked. 0AD is no longer crashing when loading any scenario maps, and mars_temple2 is displaying as expected in Atlas with no problems ^^
  14. When adding one patch at a time, 0AD didn't start crashing until I copied the glsl shaders into "binaries/data/mods/public/shaders/glsl", at step 8 of your instructions. Setting "gentangents = false" and "preferglsl = false" also stopped the crashing.
×
×
  • Create New...