Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| outpost_2:technical_review:editing_file_resources [2016/10/30 03:52] – [Outpost 2 File Resource Editing] vagabond | outpost_2:technical_review:editing_file_resources [2017/11/12 07:02] (current) – vagabond | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| **Resource Hacker Website:** http:// | **Resource Hacker Website:** http:// | ||
| - | ==== Common uses of resources in Outpost 2: ==== | + | ==== Common uses of resources in Outpost 2 ==== |
| * Rich text for dialog boxes | * Rich text for dialog boxes | ||
| Line 15: | Line 15: | ||
| * Scenario version information | * Scenario version information | ||
| * Executable version information | * Executable version information | ||
| + | |||
| + | ==== Version Info Resource template ==== | ||
| + | |||
| + | For details on each field, see https:// | ||
| + | |||
| + | < | ||
| + | 1 VERSIONINFO | ||
| + | FILEVERSION 1,0,0,0 | ||
| + | PRODUCTVERSION 1,3,0,6 | ||
| + | FILEOS 0x4 | ||
| + | FILETYPE 0x2 | ||
| + | { | ||
| + | BLOCK " | ||
| + | { | ||
| + | BLOCK " | ||
| + | { | ||
| + | VALUE " | ||
| + | VALUE " | ||
| + | VALUE " | ||
| + | VALUE " | ||
| + | VALUE " | ||
| + | VALUE " | ||
| + | VALUE " | ||
| + | } | ||
| + | } | ||
| + | |||
| + | BLOCK " | ||
| + | { | ||
| + | VALUE " | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </ | ||
| ---- | ---- | ||