bsp filename

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
bappy

bsp filename

Post by bappy »

is there a way to get from the engine all the bsp filename from the pk3 file?
corban
Posts: 35
Joined: Fri Nov 14, 2003 10:36 am
Contact:

Post 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
Post Reply