RobertBeckebans / RBDOOM-3-BFG

Doom 3 BFG Edition source port with updated DX12 / Vulkan renderer and modern game engine features
https://www.moddb.com/mods/rbdoom-3-bfg
GNU General Public License v3.0
1.48k stars 253 forks source link

Standalone dmap so it is more comfortable to be called by TrenchBroom #900

Closed RobertBeckebans closed 4 months ago

RobertBeckebans commented 5 months ago

Well you can call

RBDoom3BFG.exe +set logfile 2 +dmap "<options> yourmap.map"; +quit 

however it does not open the console by default and it if you run it from a terminal it is hard to see how far the progress is in creating the BSP, the collision file CM and the AAS navigation files.

Therefore it makes sense to compile dmap as standalone tool and put some Imtui progress bars into it.