Difference between revisions of "Interface File"
Jump to navigation
Jump to search
imported>Qazaaq (Created page with "Category:Editor Reference Category:Game Files Category:User Interface '''File Extension:''' <code>.swf</code>, <code>.fla</code>, <code>.as</code>, <code>.gfx</cod...") |
imported>Qazaaq (use FFDec link) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[ | '''File Extension:''' <code>.swf</code>, <code>.fla</code>, <code>xfl</code>, <code>.as</code>, <code>.gfx</code> | ||
[[ | |||
[[ | The in game [[User Interface]] and [[Menu]]s are vector based animations created with [[Adobe Flash]] via [https://en.wikipedia.org/wiki/Scaleform_GFx Scaleform]. | ||
''' | These are commonly referred to as [[Flash File]]s. | ||
== Files == | |||
There are several kinds flash files with very different purposes. | |||
'''Movie:''' <code>.swf</code> | |||
* These are used by the flash player after being published from a '''Movie Project''' and '''Actionscript'''. | |||
'''Movie Project:''' <code>.fla</code> or <code>.xfl</code> | |||
*Movie projects are used in combination with '''Actionscript''' to publish playable '''Movie''' files. | |||
'''Actionscript:''' <code>.as</code> | |||
*Fallout 4 uses the the Actionscript 3.0 language version. | |||
*This is the source code for flash animation scripting. | |||
==Tooling== | == Tooling == | ||
*Adobe Flash | *[[Adobe Flash]] | ||
*[[Adobe Illustrator]] | |||
*[[JPEXS Free Flash Decompiler (FFDec)]] | |||
*There are other software projects that provided tooling for working with flash files. | *There are other software projects that provided tooling for working with flash files. | ||
== See Also == | == See Also == | ||
*[[:Category: | *[[Menus]] | ||
*[[User Interface]] | |||
*[[Game File]] | |||
*[https://en.wikipedia.org/wiki/Scaleform_GFx Scaleform GFx] | |||
[[Category:Editor Reference]] | |||
[[Category:Game Files]] | |||
[[Category:User Interface]] |
Latest revision as of 23:27, 7 March 2020
File Extension: .swf
, .fla
, xfl
, .as
, .gfx
The in game User Interface and Menus are vector based animations created with Adobe Flash via Scaleform. These are commonly referred to as Flash Files.
Files[edit | edit source]
There are several kinds flash files with very different purposes.
Movie: .swf
- These are used by the flash player after being published from a Movie Project and Actionscript.
Movie Project: .fla
or .xfl
- Movie projects are used in combination with Actionscript to publish playable Movie files.
Actionscript: .as
- Fallout 4 uses the the Actionscript 3.0 language version.
- This is the source code for flash animation scripting.
Tooling[edit | edit source]
- Adobe Flash
- Adobe Illustrator
- JPEXS Free Flash Decompiler (FFDec)
- There are other software projects that provided tooling for working with flash files.