ELSC (File Format): Difference between revisions
Jump to navigation
Jump to search
imported>Jackoalan No edit summary |
imported>Jackoalan |
||
Line 62: | Line 62: | ||
| | | | ||
|<code>bool</code> | |<code>bool</code> | ||
| | | | ||
| | | | ||
|- | |- |
Revision as of 02:28, 15 March 2015
This file format needs more research Parameter keys need reverse-engineering |
The ELSC effect script format is used to build electric effects in the Metroid Prime series. Electric effects are commonly used to dynamically-render lightning and electrical arcs.
ELSC Keys
Scope is one of (Constant, System)
- Constant parameters are evaluated once initially and retained within the system.
- System parameters are evaluated per-system, per-frame.
FourCC | Scope | Data Type | Description | Notes |
---|---|---|---|---|
ZERY
|
bool
|
|||
EPSM
|
int (PART ref)
|
|||
LCLn
|
float4
|
Something n:[1-3] | ||
LWDn
|
float
|
Something n:[1-3] | ||
GPSM
|
int (PART ref)
|
|||
SSWH
|
int (SWHC ref)
|
|||
AMPD
|
float
|
|||
AMPL
|
bool
|
|||
FEMT
|
SEMR , SPHE
|
|||
IEMT
|
SEMR , SPHE
|
|||
COLR
|
float4
|
|||
SSEG
|
int
|
|||
SCNT
|
int
|
|||
GRAT
|
float
|
|||
SLIF
|
int
|
|||
LIFE
|
int
|