Difference between revisions of ".gfx"

From GTAMods Wiki
Jump to navigation Jump to search
m (WTD → YTD)
m
 
Line 3: Line 3:
 
In GTA V, .gfx files are used for many things: in-game websites, mini-game menus, in-game phones, the HUD, heist menus, and more.
 
In GTA V, .gfx files are used for many things: in-game websites, mini-game menus, in-game phones, the HUD, heist menus, and more.
  
==Editing as SWF==
+
==Editing==
To edit a .gfx file without Autodesk, change the file's file extension to .swf. Then open it in a hex editor and change the header from GFX to FWS. [[File:SSASA-GTAV-Actionscript.png|thumb|300px|right|SouthernSanAndreasSuperAutos.com's ActionScript in SoThink.]]
+
JPEXS FFdec can open and edit .gfx files without the need to modify the header or extension.
  
You can now edit it with a SWF decompiling program, like JPEXS or SoThink.
+
To edit a .gfx file without Autodesk or FFdec, change the file's file extension to .swf. Then open it in a hex editor and change the header from GFX to FWS. [[File:SSASA-GTAV-Actionscript.png|thumb|300px|right|SouthernSanAndreasSuperAutos.com's ActionScript in SoThink.]]
 +
 
 +
You can now edit it with a SWF decompiling program, like SoThink.
  
 
When you're finished editing, change the header and file extension back.
 
When you're finished editing, change the header and file extension back.
 
{{N|5}}
 
{{N|5}}
 
[[Category:File Formats]]
 
[[Category:File Formats]]

Latest revision as of 23:06, 17 January 2016

.gfx files are uncompressed Autodesk Scaleform files. With a bit of editing, these can be opened and edited using SWF decompilers. Textures are loaded from an accompanied .ytd file with the same filename.

In GTA V, .gfx files are used for many things: in-game websites, mini-game menus, in-game phones, the HUD, heist menus, and more.

Editing

JPEXS FFdec can open and edit .gfx files without the need to modify the header or extension.

To edit a .gfx file without Autodesk or FFdec, change the file's file extension to .swf. Then open it in a hex editor and change the header from GFX to FWS.

SouthernSanAndreasSuperAutos.com's ActionScript in SoThink.

You can now edit it with a SWF decompiling program, like SoThink.

When you're finished editing, change the header and file extension back.