Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bigunclemax committed Jul 1, 2020
1 parent 09f8326 commit 15b8521
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ This toolset useful for unpacking\repacking firmware part of the ford ipc which
#### How to
#### imgunpkr
##### Extract images and fonts
`imgunpkr -u -o ./dest_dir original.vbf`
`imgunpkr -u -o ./dest_dir original.vbf`

Images will be extracted to:
- `./dest_dir/eif` - EIF images resources represent in internal IPC format.
- `./dest_dir/bmp` - Converted EIFs to bmp.
Expand All @@ -23,6 +24,8 @@ Info files:
- `./dest_dir/export_list.csv` which contain info about extracted resources (basically you don't need to edit this file).
- `./dest_dir/header_lines.csv` which describe properties of the UI elements (size, color, position)

[More about header_lines.csv](https://github.com/AuRoN89/FTools/blob/master/Doc/HEADER%20Usage.txt)

And will be created `./dest_dir/custom` folder.

##### Modify resources
Expand Down

0 comments on commit 15b8521

Please sign in to comment.