Jump to content

Ramikad

Members
  • Posts

    1,316
  • Joined

  • Last visited

Posts posted by Ramikad

  1. The only thing I can think of that could cause this error would be that you just selected part of the mesh and unwrapped only that part. Make sure you select everything in the mesh (press A until everything is selected in Edit Mode) and try again. Other than that, I don't know.

  2. I generally make them usable func_door entities - they're simplest func_ entity with an already integrated basic movement, so they're pretty much flexible enough for me to use them as doors, bridges and elevators, anything moving on a straight line really. Otherwise you can have them as func_static (maybe with an origin brush too, not sure if it was needed or not) and move them through script.

    OCD2 and NAB622 like this
  3. Personally I've been experimenting with Blender:

    shot2020-04-16-11-17-35.jpg

    shot2020-04-16-11-18-12.jpg

    It doesn't look very good from up close, but I think it can be improved with shaders. The only real problem is that those terrains, being solidified models, don't render grass sprites.

    For the record, at least the top screenshot spans 3.5 km from side to side, about 5 km from corner to corner.

  4. I personally prefer to use 1.5 for that very reason: vertex manipulation is painful in 1.4 and 1.6. Also, I remember trying 1.3.12 (I believe) once, and I absolutely despised that you basically couldn't scale groups of models as you easily can in 1.5 - not even sure if they were scaled at all. On the other hand, I rarely use one of the latest Radiant versions because (unlike 1.5 - and that's my only gripe with it really) it allows very large maps - 1.5 cuts them off at about +/- 32000 units from the center.

    As for invisible brushes, I did fall for them a few times in the past, but it's an easy fix once you get the hang of it.

    NAB622 likes this
  5. Yeah, lowering blocksize to 0 isn't necessarily good for every map, but since there's no real need for VIS in this one I figured he may as well take it out entirely. There's only literally the two corridors to the sides that could cull parts of the map, and the geometry overall isn't that complex as to require VIS.

    NAB622 likes this
  6. Just tested it - I misinterpreted it. This bug isn't caused by duplicate brushes - it seems to be related to some strange VIS stuff as NAB622 suggested. I tried to compile the map you posted, and it did create that bug. I reduced the blocksize to 0 (in the worldspawn), made everything detail brushes (except for the "outer shell"), compiled it and the bug was gone.

    OCD2 likes this
  7. That's puzzling. To my knowledge only a few things can cause the bug you're describing:

     - An actual leak - but this is not the case, as the compiler doesn't return any sort of error on this matter;

     - A brush with a mirror shader - if the mirror doesn't have any entity and camera to go with, it will show a similar effect to that;

     - Two brushes, one overlapping the other: it seems strange though that you couldn't find anything - make sure you didn't hide the brush beneath it (accidentally hitting the H key); make sure that you didn't make it a detail and filtered it out (CTRL + D); and make sure your filter list (View -> Filter) is clean, so that everything that's there is shown.

    What suggests me that it's actually another brush overlapping it is that you said you tried to recreate it with the same results - that shouldn't happen. Other than that, I don't know. One last thing you could try would be to move all your map by a little in any direction - say 128 units (a random number) - and see if that changes anything.

    OCD2 likes this
  8. Unless we're talking hundreds of edges I'd manually split them, to make sure - the modifier may have missed some. Select the mesh, enter Edit Mode, switch to the UV / Image Editor, tick Keep UV and edit mode mesh selection in sync (right of the Rotation / Scaling Pivot), then manually select all edges of the islands, return to 3D View, then Mesh -> Edges -> Edge Split. That should solve it, splitting any edge that the modifier didn't.

    darth rexie likes this
  9. The solution here would be to go through the UVmap of the mesh which causes the error, then tick the option to "Keep UV and edit mode mesh selection in sync" (left of the selection modes), select all the seams that make up the "islands" (the "perimeters" basically), then go back to 3D View and select Mesh -> Edges -> Edge split. That does exactly what the program asks you to do - splitting meshes at UV seams - and should fix the problem.

×
×
  • Create New...