Part 1 of the content reorganization.
All damage from the initial failed commit should now be repaired. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2989 8092fc87-c524-0410-9efc-e669fe64eaf9
@@ -13,12 +13,12 @@ DIMS 320 200
|
||||
#(Everything is drawn within the clipping rect defined by DIMS, from 0, 0)
|
||||
|
||||
#(Sequence 1 -- position the bomb)
|
||||
CALL slides/ending/victory1.txt
|
||||
CALL base/cutscene/ending/victory1.txt
|
||||
|
||||
#(Sequence 2 -- blow it up!)
|
||||
CALL slides/ending/victory2.txt
|
||||
CALL base/cutscene/ending/victory2.txt
|
||||
|
||||
#(Sequence 3 -- final slide show)
|
||||
CALL slides/ending/final.txt
|
||||
CALL base/cutscene/ending/final.txt
|
||||
|
||||
#(***************************** The End ********************************)
|
||||
|
||||
@@ -20,15 +20,15 @@ TBC 000000
|
||||
TE TRACED
|
||||
|
||||
#(Play music)
|
||||
MUSIC slides/ending/victoryf.mod
|
||||
MUSIC base/cutscene/ending/victoryf.mod
|
||||
|
||||
#(************* Slides *********************************************)
|
||||
|
||||
#(Set font to use)
|
||||
FONT 0 slides/slides.fon
|
||||
FONT 0 base/fonts/slides.fon
|
||||
|
||||
#(Set ANIM to draw slides from)
|
||||
ANI slides/ending/ending.ani
|
||||
ANI base/cutscene/ending/ending.ani
|
||||
|
||||
#(Set text vertical position; can be T=top, B=bottom, M=middle)
|
||||
TVA T
|
||||
|
||||
@@ -6,10 +6,10 @@ DIMS 320 200
|
||||
#(Everything is drawn within the clipping rect defined by DIMS, from 0, 0)
|
||||
|
||||
#(Set ANIM to draw animation frames from)
|
||||
ANI slides/ending/victory1.ani
|
||||
ANI base/cutscene/ending/victory1.ani
|
||||
|
||||
#(Play music)
|
||||
MUSIC slides/ending/victory1.mod
|
||||
MUSIC base/cutscene/ending/victory1.mod
|
||||
|
||||
#(Clear screen)
|
||||
CLS
|
||||
|
||||
@@ -6,10 +6,10 @@ DIMS 320 200
|
||||
#(Everything is drawn within the clipping rect defined by DIMS, from 0, 0)
|
||||
|
||||
#(Set ANIM to draw animation frames from)
|
||||
ANI slides/ending/victory2.ani
|
||||
ANI base/cutscene/ending/victory2.ani
|
||||
|
||||
#(Play music)
|
||||
MUSIC slides/ending/victory2.mod
|
||||
MUSIC base/cutscene/ending/victory2.mod
|
||||
|
||||
#(Clear screen)
|
||||
CLS
|
||||
|
||||
@@ -26,9 +26,9 @@ TBC 000000
|
||||
TE TRACED
|
||||
|
||||
#(Load font to use later)
|
||||
FONT 0 lbm/starcon.fon
|
||||
FONT 0 base/fonts/starcon.fon
|
||||
#(Load font to use later)
|
||||
FONT 1 slides/slides.fon
|
||||
FONT 1 base/fonts/slides.fon
|
||||
|
||||
#(************ Title Screen ******************************************)
|
||||
|
||||
@@ -38,7 +38,7 @@ FONT 1 slides/slides.fon
|
||||
FONT 0
|
||||
|
||||
#(Set ANIM to draw slides from)
|
||||
ANI slides/intro/title.ani
|
||||
ANI base/cutscene/intro/title.ani
|
||||
|
||||
#(Set text fade in/out color; 0xRRGGBB)
|
||||
TFC 000000
|
||||
@@ -60,7 +60,7 @@ WAIT 500
|
||||
#(++++++++++++ Title 2 +++++++++++++++++++++++++++++++++++)
|
||||
|
||||
#(Play music)
|
||||
MUSIC slides/intro/introx.mod
|
||||
MUSIC base/cutscene/intro/introx.mod
|
||||
|
||||
#(Move sync point to current time index)
|
||||
RESYNC
|
||||
@@ -106,7 +106,7 @@ FTB 3000
|
||||
FONT 1
|
||||
|
||||
#(Set ANIM to draw slides from)
|
||||
ANI slides/intro/intro.ani
|
||||
ANI base/cutscene/intro/intro.ani
|
||||
|
||||
#(Set text vertical position; can be T=top, B=bottom, M=middle)
|
||||
TVA T
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#(Load font)
|
||||
FONT 0 lbm/starcon.fon
|
||||
FONT 0 base/fonts/starcon.fon
|
||||
|
||||
#(Load other font)
|
||||
FONT 1 slides/slides.fon
|
||||
FONT 1 base/fonts/slides.fon
|
||||
|
||||
#(Select small font)
|
||||
FONT 0
|
||||
@@ -14,7 +14,7 @@ TBC 000000
|
||||
TE TRACED
|
||||
|
||||
#(Load movie)
|
||||
ANI slides/spins/ship00.ani
|
||||
ANI base/cutscene/spins/ship00.ani
|
||||
|
||||
#(Take up entire screen)
|
||||
DIMS 320 240
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#(Load font)
|
||||
FONT 0 lbm/starcon.fon
|
||||
FONT 0 base/fonts/starcon.fon
|
||||
|
||||
#(Load other font)
|
||||
FONT 1 slides/slides.fon
|
||||
FONT 1 base/fonts/slides.fon
|
||||
|
||||
#(Load movie)
|
||||
ANI slides/spins/ship04.ani
|
||||
ANI base/cutscene/spins/ship04.ani
|
||||
|
||||
#(Take up entire screen)
|
||||
DIMS 320 240
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#(Load font)
|
||||
FONT 0 lbm/starcon.fon
|
||||
FONT 0 base/fonts/starcon.fon
|
||||
|
||||
#(Load other font)
|
||||
FONT 1 slides/slides.fon
|
||||
FONT 1 base/fonts/slides.fon
|
||||
|
||||
#(Load movie)
|
||||
ANI slides/spins/ship10.ani
|
||||
ANI base/cutscene/spins/ship10.ani
|
||||
|
||||
#(Take up entire screen)
|
||||
DIMS 320 240
|
||||
|
||||
|
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
|
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 235 B |
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
|
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
|
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 202 B |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
|
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
|
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 235 B |
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 229 B |
|
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 256 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 252 B |
|
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 249 B |
|
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
|
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 241 B |
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 253 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 254 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 258 B |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 215 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |