Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Programming"

From PCGamingWiki, the wiki about fixing PC games
Line 54: Line 54:
 
{{Fixbox/fix|File Editing}}
 
{{Fixbox/fix|File Editing}}
 
# Download the [http://community.pcgamingwiki.com/files/file/693-hxd-hex-editor-windows/ Hex Editor] then extract it and run it.
 
# Download the [http://community.pcgamingwiki.com/files/file/693-hxd-hex-editor-windows/ Hex Editor] then extract it and run it.
# On the top left, select '''File''' and '''Open''', then navigate to the desired file, check the desired wiki game article for the file.
+
# On the top left, select '''File''' and '''Open''', then navigate to the desired file, check the wiki article for the name of the file.
 
# Change values by clicking on any lines from the left side, then write the converted '''Width''' or '''Height''' values.  
 
# Change values by clicking on any lines from the left side, then write the converted '''Width''' or '''Height''' values.  
  

Revision as of 08:59, 8 February 2017

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Hex Editing Resolutions (Windows)

Step One

Instructions

Step Two

If HEX has three numbers, use the ABC (123) format.
Instructions
If HEX has four numbers, use the ABCD (1234) format.
Instructions

Step Three

Instructions