Incomplete SP dump provided by Louvenarde

This commit is contained in:
reaaLx
2024-09-05 17:14:53 +10:00
parent 1ea2370337
commit e5de1d5d55
784 changed files with 340494 additions and 0 deletions

19
video/cin_levels.txt Normal file
View File

@ -0,0 +1,19 @@
// You can specify particular movies to play for particular maps
// by using a line like this per map:
// getmapname <name_of_map> strcmp ! if <name_of_movie_to_play> play then
// Credits special cases
//
getmapname ac130 strcmp ! // push whether this is ac130
credits_load getdvar * // ..and it with whether credits_load is nonzero
if // if so..
credits_load play // play 'credits_load'
then //
// Default case
//
getmapname // Take the map name
_load strcat // append a '_load' at the end
play // and play it.