Template:Archived Page History/Newbspguy/en: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 37: Line 37:
'''Newbspguy''' Features</br>
'''Newbspguy''' Features</br>
:*Texture Rotation
:*Texture Rotation
:*Face Editor Update (Better texture support, verts manual editor, etc, ```but without texture browser```)
:*Face Editor Update (Better texture support, verts manual editor, delete from map/pvs, etc)
:*Export map to .obj including all textures, separates by groups, with true polygons and normals
:*Export map to .obj including all textures, separates by groups, with true polygons and normals
:*Export wad, ent, [[bsp]] (Selected model with working collision, can be used in any entity instead of MDL models)
:*Export 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)
:*Import wad, ent, [[bsp]]
:*Render bsp and mdl models, also spr sprites
:*Render bsp and mdl models, also spr sprites
:*Full support for the "angle" and "angles" keyvalue
:*Full support for the "angle" and "angles" keyvalue
Line 53: Line 53:
:*Merge widget for merge {{sc|4}} ({{gldsrc|4}}) maps
:*Merge widget for merge {{sc|4}} ({{gldsrc|4}}) maps
:*Full-featured PVS Editor
:*Full-featured PVS Editor
:*Import MDL to BSP (no working collision)
:*Export map to smd
:*Export map to smd
:*Protect map against decompile
:*Protect map against decompile
:*Export .bsp in .map format using face-to-brush two strategies
:*Export .bsp in .map format using face-to-brush two strategies
:*Map rotation CCW/CW by 90
:*Map mirroring (flip x/y)


==Todo==
==Todo==

Revision as of 19:59, 13 March 2024

Flag-white.pngEnglish (en)

newbspguy newbspguy is a bspguy bspguy fork supported by UnrealKaraulov.

About

newbspguy is a tool that allows view and edit GoldSrc GoldSrc maps without decompiling.

Supported 2BSP, BSP2, 29, 30, Half-Life: Blue Shift Blue Shift and Xash3D Xash3D (bsp30ex) map formats.

Also supports converting between these formats!

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

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

Minimal System requirements

  • OS: Microsoft Windows XP or ubuntu latest
  • CPU: 2.0 GHz dual core processor
  • RAM: 2048MB
  • Video Card: 512MB with Opengl 3.2 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
  6. Enter the relative or full path to fgd files in FGDs tab
  7. Enter mod directories in the Asset Paths tab
  8. Click File->Open
  9. Select Goldsource bsp map file

Features

This fork has all the features of the original BSPGuy. As well as their new ones.

Newbspguy Features

  • Texture Rotation
  • Face Editor Update (Better texture support, verts manual editor, delete from map/pvs, etc)
  • Export map to .obj including all textures, separates by groups, with true polygons and normals
  • Export wad, ent, bsp (Selected model with working collision, can be used in any entity instead of MDL models)
  • Import wad, ent, bsp
  • Render bsp and mdl models, also spr sprites
  • Full support for the "angle" and "angles" keyvalue
  • Renders ents and models using these key values
  • 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
  • Merge widget for merge Sven Co-op Sven Co-op (GoldSrc GoldSrc) maps
  • Full-featured PVS Editor
  • Import MDL to BSP (no working collision)
  • Export map to smd
  • Protect map against decompile
  • Export .bsp in .map format using face-to-brush two strategies
  • Map rotation CCW/CW by 90
  • Map mirroring (flip x/y)

Todo

  • Assets browser (textures, etc)
  • Prefabs library
  • Decals drawing


Bugs

Warning.pngWarning:The editor contains bugs and is unstable. Save early and often! Make backups before experimenting with anything.
  • Please do report all found bugs to author github repository.

External links