Page 1 of 1

bsp filename

Posted: Thu Nov 27, 2003 9:38 am
by bappy
is there a way to get from the engine all the bsp filename from the pk3 file?

Posted: Thu Nov 27, 2003 2:48 pm
by corban
use the createFileList() method from the IFileSystem interface. it returns a list of all files and directories. and since you added the pk3 file to the file system (you have to in order to load a .bsp from .pk3), this list should contain anything you want.

25