Guest User

Untitled

a guest
Oct 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1.  
  2. * took decimal values out of face editor in shifting.
  3. * IMPORTANT: first corner of a path drawn with the path tool
  4. is now named "fred" instead of "fred00". you will need to
  5. change all objects that targetted the old path (use the
  6. entity report dialog for this.)
  7. * removed all visible references to "Quake" in the editor.
  8. * ALSO IMPORTANT: the .FGD file is now called HALFLIFE.FGD,
  9. so as not to confuse press people.
  10.  
  11. ----
  12.  
  13. * fixed clip plane weirdness (duplicate objects)
  14. + entity report dialog now saves info between sessions,
  15. and there's an "exact match" checkbox for keyvalue filters.
  16.  
  17. ----
  18.  
  19. + "Select by X" and "Infinite select" are now toggles on the
  20. toolbar.
  21. * Fixed a bug where deleting a key would set its value to
  22. "0".
  23.  
  24. ----
  25.  
  26. + added PATH CORNERS tool. this is not perfect yet (you can't
  27. selectively hide paths), but it does work. to use it, click
  28. the path tool icon. to create a new path, hold down SHIFT
  29. and drag it out. to create a new node, make sure no nodes
  30. are currently selected. hold down CTRL, click on a node,
  31. and drag out the new one. the right mouse button menu will
  32. pop up by clicking the RMB on a path node. from the menu,
  33. you can edit the node's properties and the path's properties,
  34. delete the selected nodes, and add a new node. oops, "add"
  35. doesn't work yet. you have to use the CTRL method. you can
  36. also select multiple nodes (even from multiple paths) by
  37. holding down LMB and dragging a selection box. click off
  38. any path nodes to unselect all of them.
  39.  
  40. tying to your map entities: the first node in the path will
  41. be called NAME00, where NAME is the NAME you gave the path.
  42. (change the name at any time by selecting "path properties"
  43. in the RMB context menu.) the subsequent node is, of course,
  44. NAME01. the one other neat thing about this tool is that you
  45. can tell it to automatically loop a path -OR- make a "ping-
  46. pong" path that traces in one direction and then traces
  47. backwards (so you can patrol your dudes.) this setting is
  48. also available in the "path properties" RMB item.
  49.  
  50. if this needs further explanation, please email me and i'll
  51. come see you tomorrow morning. also: comments, please!
  52.  
  53. * changed face painter behavior. right mouse button APPLIES
  54. all the time now (instead of lifts.)
  55. * problem with vertex selection box fixed.
  56. * problem with tools starting on the wrong grid point fixed.
  57. * 'D' and 'C' now work to zoom the 2D views.
  58.  
  59.  
  60. ----
  61.  
  62. * when you clone an object, the result of the clone does not
  63. share the original object's visgroup
  64. + added "group ignore" feature ("IG" button on the toolbar.)
  65. this feature allows you to select members of groups and
  66. brushmodels without selecting everything in the group.
  67. if you have a group/brushmodel selected when you hit IG,
  68. the selection will be converted to contain all the children.
  69. this means you can do things like select a group of lights,
  70. hit IG, and edit their properties. you can also use this
  71. feature to delete members of groups/brushmodels.
  72.  
  73. ----
  74.  
  75. * fixed weird display problems when translating stuff.
  76. + completed visgroup overhaul. you can now create visgroups
  77. by pressing the HIDE button. all the objects that are
  78. selected will be placed in this group, which will be named
  79. "n objects" (n = number of objects you hid.) you can now
  80. rename groups by clicking on them once in the filter
  81. control (just like in explorer.) you can COMBINE groups
  82. by dragging one onto the other. everything else works
  83. pretty much the same. objects can be members of only
  84. one group now. ask me if yoiu have any questions.
  85.  
  86. ----
  87.  
  88. * fixed the selection box sometimes selecting everything
  89. in the map.
  90. * Shift+X to activate the clipper wasn't working. fixed.
  91.  
  92. ----
  93.  
  94. * Shift+Q (to deselect objects) wasn't working properlike.
  95. fixed.
  96.  
  97. + Added manual translation dialog box. Select objects, then
  98. press Ctrl+M or use Tools|Transform to activate it. krad.
  99. + Selecting stuff and moving/rotating/shearing/scaling it
  100. will now display said stuff -while dragging the mouse-.
  101. This makes it much easier to line stuff up.
  102.  
  103.  
  104. ----
  105.  
  106. * click-moving a vertex without CTRL held down deselects
  107. other vertices first (didn't before)
  108. * the ALT key will now disable snap to grid when you
  109. start a selection/creation box (hold it down before
  110. you click the left button - didn't before)
  111. * the entity creation tool now snaps to grid (don't know
  112. why it didn't before)
  113. * CTRL+E now centers on selected vertex/edge handles
  114. * fixed texture browser filter wackiness
Add Comment
Please, Sign In to add comment