Entity Arguments
#805 posted by LostForgottenRanger on 2013/03/28 17:05:45
Okay, so in Quark if I made something like a trigger_push under the entity tab Quark would already have things like direction and force put in so you just had to add in the numbers/names you wanted there. Is it possible to have that added to Trench Broom? I think it's very helpful for first time and casual mappers who don't know or can't always remember the arguments for these things.
#806 posted by LostForgottenRanger on 2013/03/28 17:06:36
fuck
Ranger
It's not possible right now, but it's on my todo list.
FifthElephant
Oops - it will be back in 1.0.6
Back-culled Vertex Edit
Is it possible to make it so that when you vertex edit an object that the vertices on the back faces are not shown? The reason being that editing something like this is a terrifying nightmare!
http://s9.postimg.org/k0u8koezj/vertexhell.jpg
Hmm
Thing is, in many situations it's useful to see the back vertices too. I'll add this as a feature request.
No Doubt,
but as you can see in instances where you are editing terrain/rock I think it's best that all the back faces are actually flush. I really believe this is why I was getting bsp holes and HOM problems, I'm trying not to touch the back faces this time.
Back Vertices
#812 posted by rj on 2013/03/28 19:28:09
yeah i did think that when watching daz's video. it is useful to see them sometimes but i imagine some kind of toggle would be handy
SleepwalkR
#813 posted by gb on 2013/03/28 20:32:13
would it be doable to add Blender-style Extrude and Loop Cut tools to a brush based map editor?
I was using Blender a lot recently and I thought, gosh, if I had this in a map editor... it would accelerate the workflow a lot.
#814 posted by JneeraZ on 2013/03/28 20:50:17
If somebody ever invents that fabled "take my model file and break it down into convex chunks automatically" routine I would live in Modo for Quake mapping. Would be spectacular...
#815 posted by gb on 2013/03/28 20:59:12
that would be even better, yeah. Extrude and loop cut might be doable though, although any shape that resulted in an invalid brush would have to be split off at the new edge loop automatically...
Alternatively, one could make q3map2 spit out Quake 1 BSP files, so we could map in a modeling suite and just assemble the map from static meshes... just need a compiler that bakes static meshes into the BSP.
FifthElephant, Rj
As I said, I have opened a feature request for this.
Gb
I don't know what these features do. Can you show me?
#818 posted by JneeraZ on 2013/03/28 21:52:57
The trouble is both edge loops and extrudes are going to be problematic in TB since it optimizes the brush into planes after each operation. So you'll insert the loop and TB will optimize it away immediately afterwards. :P I think, anyway...
SW,
Yeah I know, I was just theorising out loud as to why my terrain may have caused holes before. The way I have done the terrain still isn't perfect though.
#820 posted by gb on 2013/03/29 01:34:58
Loop cut adds an edge loop, which creates new polygons. It is very useful to create subdivisions in a mesh where you want them, to give you new geometry to sculpt. Like this:
http://www.youtube.com/watch?v=a4U-gvw2E4w
Note how the cut is semi-intelligent - you move it around the mesh and it shows you where it *would* make the cut if you were to apply it now.
You can easily place a lot of new verts / faces into your mesh with this tool and then extrude the new faces etc.
Extrude basically duplicates a face and allows you to "pull it out" of the mesh, adding geometry to that area of the mesh.
http://www.youtube.com/watch?v=RLSiHd9f1PA
#821 posted by gb on 2013/03/29 02:48:57
actually, extrude doesn't duplicate the extruded face - brainfart on my part. It creates new faces when the extruded face is pulled out.
Gb
Ok I'll not this for a later release.
"Brainfart On My Part"
It's got a certain poetic, romantic flavour. Most exquisite rhyming couplet... (sips tea)
MSVCP100.dll
#824 posted by deqer on 2013/04/03 07:39:06
I'm getting same problem as FifthElephant, on a different box.
This file is missing, and says to try re-installing the program--even though it was never installed to begin with; it was extracted from a zip.
I'm on windows7 x64.
I installed the vcredist_x64.exe, but I still get this error message.
using nvidia geforce gts450, latest drivers.
there is TrenchBroom.log file, but it was not updated with any information for today, probably because the program doesn't even have a chance to open up, because i immediately get this windows prompt window error message of this missing dll file.
Tb Is 32bit
So maybe you need to install a 32bit version of the redistributable?
Edgeloop /extrude
#826 posted by slap map on 2013/04/03 13:04:21
edgeloop = clip tool
and since brushes are convex volumnes defined by planes, you wont ever have ability to freely create new edges like in polygonal modelling
extrude = clone+drag for planar faces
for non-planar its not that simple
and actually this could be doable new editor feature: draw new brush based on a selected face and normal
Split Edgeloop = Clip Tool That Keeps Both Halves
#827 posted by Spiney on 2013/04/03 13:28:51
which could be a very feature useful to have.
eg. boxing out rooms and the using the clip tool to cut out the doors. Just do 3 quick splits and remove the unwanted brush. Do another split above the door for instant trim... Could allow for speedy mapping in combination with csg-hollow.
Implementation could be hitting shift+return instead of just return. Or something among those lines.
Decided To Re-read The Docs...
#828 posted by Spiney on 2013/04/03 13:39:42
Okay, tab works like magic. Lol.
Think I'm gonna use that a lot.
/noob
Deqer
I don't remember getting that error, mine has been working for a month. I do remember that I had to update my graphics card drivers to the latest version to solve the problem I had. (I was using a fresh out-the-box install of Windows 8)
|