ELSC (File Format): Difference between revisions
Jump to navigation
Jump to search
no edit summary
>Embyr 75 m ({{research}}) |
imported>Jackoalan No edit summary |
||
Line 1: | Line 1: | ||
{{research| | {{research|2|Parameter keys need reverse-engineering}} | ||
The '''ELSC''' [[Effect Script|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. | |||
{| class="wikitable" | |||
!FourCC | |||
!Scope | |||
!Data Type | |||
!Description | |||
!Notes | |||
|- | |||
|<code>ZERY</code> | |||
| | |||
|<code>bool</code> | |||
| | |||
| | |||
|- | |||
|<code>EPSM</code> | |||
| | |||
|<code>int</code> ([[PART (File Format)|PART]] ref) | |||
| | |||
| | |||
|- | |||
|<code>LCLn</code> | |||
| | |||
|<code>float4</code> | |||
|Something n:[1-3] | |||
| | |||
|- | |||
|<code>LWDn</code> | |||
| | |||
|<code>float</code> | |||
|Something n:[1-3] | |||
| | |||
|- | |||
|<code>GPSM</code> | |||
| | |||
|<code>int</code> ([[PART (File Format)|PART]] ref) | |||
| | |||
| | |||
|- | |||
|<code>SSWH</code> | |||
| | |||
|<code>int</code> ([[SWHC (File Format)|SWHC]] ref) | |||
| | |||
| | |||
|- | |||
|<code>AMPD</code> | |||
| | |||
|<code>float</code> | |||
| | |||
| | |||
|- | |||
|<code>AMPL</code> | |||
| | |||
|<code>bool</code> | |||
| Something n:[1-2] | |||
| | |||
|- | |||
|<code>FEMT</code> | |||
| | |||
|<code>SEMR</code>, <code>SPHE</code> | |||
| | |||
| | |||
|- | |||
|<code>IEMT</code> | |||
| | |||
|<code>SEMR</code>, <code>SPHE</code> | |||
| | |||
| | |||
|- | |||
|<code>COLR</code> | |||
| | |||
|<code>float4</code> | |||
| | |||
| | |||
|- | |||
|<code>SSEG</code> | |||
| | |||
|<code>int</code> | |||
| | |||
| | |||
|- | |||
|<code>SCNT</code> | |||
| | |||
|<code>int</code> | |||
| | |||
| | |||
|- | |||
|<code>GRAT</code> | |||
| | |||
|<code>float</code> | |||
| | |||
| | |||
|- | |||
|<code>SLIF</code> | |||
| | |||
|<code>int</code> | |||
| | |||
| | |||
|- | |||
|<code>LIFE</code> | |||
| | |||
|<code>int</code> | |||
| | |||
| | |||
[[Category:File Formats]] | [[Category:File Formats]] |