PandaN
01-16-2008, 05:56 AM
So far I've had everything in my map - HDR, 3d skybox, custom textures, custom mdls, custom menu text and have custom menu pics.
Problem is, the custom menu pics aren't getting compiled into the .bsp correctly. I can get all custom textures and txt files in, but the damn menu pic wont go in.
It just goes in the same as custom textures doesn't it?
bspzip -addfile "%vproject%/maps/mapname.bsp" "materials/vgui/map/menu_photos_mapname.vmt" "%vproject%/materials/vgui/map/menu_photos_mapname.vmt" "%vproject%/maps/mapname.bsp"
bspzip -addfile "%vproject%/maps/mapname.bsp" "materials/vgui/map/menu_photos_mapname.vtf" "%vproject%/materials/vgui/map/menu_photos_mapname.vtf" "%vproject%/maps/mapname.bsp"
Why is that not working for me? :(
Problem is, the custom menu pics aren't getting compiled into the .bsp correctly. I can get all custom textures and txt files in, but the damn menu pic wont go in.
It just goes in the same as custom textures doesn't it?
bspzip -addfile "%vproject%/maps/mapname.bsp" "materials/vgui/map/menu_photos_mapname.vmt" "%vproject%/materials/vgui/map/menu_photos_mapname.vmt" "%vproject%/maps/mapname.bsp"
bspzip -addfile "%vproject%/maps/mapname.bsp" "materials/vgui/map/menu_photos_mapname.vtf" "%vproject%/materials/vgui/map/menu_photos_mapname.vtf" "%vproject%/maps/mapname.bsp"
Why is that not working for me? :(