Newbspguy

From Valve Developer Community
Revision as of 00:02, 12 January 2023 by Karaulov (talk | contribs)
Jump to navigation Jump to search

newbspguy is a bspguy fork supported by UnrealKaraulov


About

newbspguy is a map viewer and editor that allows viewing and editing of Goldsource maps without decompiling, and can merging Sven Co-op Goldsource maps. (Feature from original bspguy)

Supported 2BSP, BSP2, 29, 30, XASH (bsp30ex) map formats.

Also support converting between these formats!

Can export and import .WAD, .LIT, RAD FILES (for rerun rad.exe), BSP models (prefabs), and more other.

Possible to edit simple geometry, light maps, and allow to export/import .bsp files (Similar to prefabs in Valve Hammer Editor)

Tip.pngTip:For full features list see below

System requirements

  • OS: Microsoft Windows 7 or ubuntu latest
  • CPU: 2.0 GHz dual core processor
  • RAM: 2048MB
  • Video Card: 1024MB with Opengl 3.3 support.

Setup

  1. Download newbspguy.zip
  2. Extract
  3. Run bspguy with command line args "editor" (Or start empty window with GUI)
  4. Click File->Settings
  5. Enter the game directory in the General tab
Tip.pngTip:For Half-Life 1, select the directory with the hl.exe file
  1. Enter relative or full path to fgd files in FGDs tab
  2. Enter mod directories in the Asset Paths tab
  3. Click File->Open
  4. Select Goldsource bsp map file

Features

bspguy

  • Keyvalue editor with FGD support
  • Entity + BSP model creation and duplication
  • Easy object movement and scaling
  • Vertex manipulation + face splitting
    • Used to make perfectly shaped triggers. A box is often good enough, though.
  • BSP model origin movement/alignment
  • Optimize + clean commands to prevent overflows
  • Hull deletion + redirection + creation
Icon-Bug.pngBug:clipnode generation is similar to -cliptype legacy in the CSG compiler (the worst method)  [todo tested in ?]
  • Basic face editing

newbspguy

  • Texture Rotation
  • Face Editor Update (Better texture support, verts manual editor, etc, but without texture browser)
  • Export obj, wad, ent, bsp (Selected model with working collision, can be used in any entity instead of MDL models)
  • Import wad, ent, bsp (Currently only one mode - import as a new entity outside the map)
  • Render bsp models
  • Render mdl models
  • Full support for the "angle" and "angles" keyvalue.
  • Renders ents and models using these keyvalues.
  • Full-featured LightMap Editor.
  • Sorting by fgd flags.
  • Added "undo/redo" for any manipulation. (Move ents/origin, etc)
  • Added move model (As an option for transforming)
  • Added CRC-Spoofing (Now possible to replace the original map and play it on any servers)
  • Updated controls logic (Now can't use hotkeys and manipulation, if any input/window is active)
  • WAD Unpacker/Packer

Bugs

The editor contains bugs and is unstable. Save early and often! Make backups before experimenting with anything.

External links