Difference between revisions of "HowTo:Make Splash Screens"
(temp info for new page and forum link) |
|||
Line 2: | Line 2: | ||
= Making Splash Screens = | = Making Splash Screens = | ||
The following information details how to make the splash screens that appear while Vega Strike is loading. These screens are also used occassionally within the base backgrounds. | The following information details how to make the splash screens that appear while Vega Strike is loading. These screens are also used occassionally within the base backgrounds. | ||
+ | |||
+ | {{fixme}} INFORMATION PROCESS REQUIRED | ||
+ | |||
+ | == Temporary Information == | ||
+ | |||
+ | === Picture === | ||
+ | Size - 1024 x 1024 pixels picture in .jpg or .png format. | ||
+ | |||
+ | === Animation File === | ||
+ | Create .ani file (splash_(name).ani) with the following entries: | ||
+ | .3 .3 | ||
+ | 1 1000 | ||
+ | splash_(name).jpg or .png | ||
+ | |||
+ | You can create using a text editor. | ||
+ | |||
+ | === Animation Directory === | ||
+ | * Put the .ani file and picture files in a directory ..\splash_(name).ani; | ||
+ | * Place that directory under the ..\animations directory. | ||
+ | |||
+ | See examples under your ..\animations\ directory. | ||
== Temporary Links == | == Temporary Links == | ||
− | |||
[http://vegastrike.sourceforge.net/forums/viewtopic.php?t=838 Forum Link] | [http://vegastrike.sourceforge.net/forums/viewtopic.php?t=838 Forum Link] |
Revision as of 08:08, 29 March 2005
Contents
Making Splash Screens
The following information details how to make the splash screens that appear while Vega Strike is loading. These screens are also used occassionally within the base backgrounds.
FIXME INFORMATION PROCESS REQUIRED
Temporary Information
Picture
Size - 1024 x 1024 pixels picture in .jpg or .png format.
Animation File
Create .ani file (splash_(name).ani) with the following entries:
.3 .3 1 1000 splash_(name).jpg or .png
You can create using a text editor.
Animation Directory
- Put the .ani file and picture files in a directory ..\splash_(name).ani;
- Place that directory under the ..\animations directory.
See examples under your ..\animations\ directory.