Skip to content

Latest commit

 

History

History

steam

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#Source engine compatibility ScreenShot ScreenShot

Goluwa is able to load source engine from your steam installation. In these screenshots I've loaded de_bank and gm_construct. Goluwa does these steps to load the maps:

  • figure out where steam is installled
  • read /config/config.vdf to figure out where the libraries are
  • for each installed game read gameinfo.txt which tells you what to mount and how
  • mount vpk archives and directories
  • load the bsp map

The following source engine formats are supported:

  • VPK - should be complete
  • BSP - mostly complete for what goluwa needs
  • VTF - uses vtflib, mostly complete
  • VMT - mostly complete
  • MDL - no bones or animations
  • VDF - same as vmt really