Load Screen Coordinates
by George

When levels load you see a screen shot of an area in game. You can change this very simply so that a nice screen shot of your level will show during load.

First, play your level and find a nice camera angle and press F1 (this will only work if you have FlyCheat enabled) and write down all the figures you see on screen. They will look like this:

Now leave the game and open the script file in your script folder and find the script for your level.

[Level]
Name=               Playable Tutorial Level
Legend=             The year 2000, somewhere in Egypt...
Horizon=             ENABLED
Layer1=             160,160,192,7
PuzzleCombo=     3,1,Cartouche Piece 1, $0000,$0400,$0000,$0000,$0000,$0002
PuzzleCombo=     3,2,Cartouche Piece 2, $0000,$0400,$0000,$0000,$0000,$0002
Puzzle=              3,Ba Cartouche, $0000,$0400,$0000,$0000,$0000,$0002
Puzzle=              5,Eye Of Horus, $0017,$0500,$0000,$0000,$0000,$0002
PuzzleCombo=     5,1,Eye Piece, $0017,$0500,$0000,$0000,$0000,$0002
PuzzleCombo=     5,2,Eye Piece, $0017,$0500,$0000,$0000,$0000,$0002
Puzzle=              6,The Hand Of Orion, $0000,$0400,$8000,$c000,$0000,$0002
Puzzle=              8,The Hand Of Sirius, $0000,$0400,$8000,$c000,$0000,$0002
LoadCamera=    11088,-1100,28896,11119,-1399,31486,0
Level=               DATA\TUT1,107

Replace all the figures in the
LoadCamera line with your new figures, leaving the commas and inserting any minus signs. The last figure is the room number. The finished script should look like this:

[Level]
Name= Playable Tutorial Level
Legend=             The year 2000, somewhere in Egypt...
Horizon=             ENABLED
Layer1=             160,160,192,7
PuzzleCombo=     3,1,Cartouche Piece 1, $0000,$0400,$0000,$0000,$0000,$0002
PuzzleCombo=     3,2,Cartouche Piece 2, $0000,$0400,$0000,$0000,$0000,$0002
Puzzle=              3,Ba Cartouche, $0000,$0400,$0000,$0000,$0000,$0002
Puzzle=              5,Eye Of Horus, $0017,$0500,$0000,$0000,$0000,$0002
PuzzleCombo=     5,1,Eye Piece, $0017,$0500,$0000,$0000,$0000,$0002
PuzzleCombo=     5,2,Eye Piece, $0017,$0500,$0000,$0000,$0000,$0002
Puzzle=              6,The Hand Of Orion, $0000,$0400,$8000,$c000,$0000,$0002
Puzzle=              8,The Hand Of Sirius, $0000,$0400,$8000,$c000,$0000,$0002
LoadCamera=    28443,-5162,52893,29777,-4935,53112,0
Level=               DATA\TUT1,107

Convert the script and enjoy your new in-game screen shot between levels.