Difference between revisions of "Interface File"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
(added details)
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Game Files]]
[[Category:User Interface]]
'''File Extension:''' <code>.swf</code>, <code>.fla</code>, <code>.as</code>, <code>.gfx</code>
'''File Extension:''' <code>.swf</code>, <code>.fla</code>, <code>.as</code>, <code>.gfx</code>


Adobe flash is used to publish vector based animations that are playable by the game.
The in game user interface and menus are vector based animations created with [https://en.wikipedia.org/wiki/Adobe_Flash Adobe Flash] via [https://en.wikipedia.org/wiki/Scaleform_GFx Scaleform].


==Files==
== Files ==
There are several kinds flash files with very different purposes.  
There are several kinds flash files with very different purposes.  


Line 19: Line 16:
*This is the source code for flash animation scripting.  
*This is the source code for flash animation scripting.  


==Tooling==
== Tooling ==
*Adobe Flash
*[https://en.wikipedia.org/wiki/Adobe_Animate Adobe Animate (Flash Professional)]
*[https://github.com/jindrapetrik/jpexs-decompiler 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.


Line 26: Line 24:
*[[:Category:Game_Files|Game Files Category]]
*[[:Category:Game_Files|Game Files Category]]
*[[:Category:User_Interface|User Interface Category]]
*[[:Category:User_Interface|User Interface Category]]
[[Category:Editor Reference]]
[[Category:Game Files]]
[[Category:User Interface]]

Revision as of 19:36, 11 February 2018

File Extension: .swf, .fla, .as, .gfx

The in game user interface and menus are vector based animations created with Adobe Flash via Scaleform.

Files

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

  • 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

See Also