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 44: Line 44:
 
}}
 
}}
  
===Step Two===
+
====Conversion====
{{Fixbox|1=
 
{{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.
 
# 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.
 
 
 
'''Notes'''
 
{{ii}} While editing any changed values will become red.
 
{{ii}} Values cannot be deleted, if a mistake is made use the arrow keys to move left and right, then type the number again.
 
}}
 
 
 
===Conversion===
 
 
{{ii}} If '''HEX''' has three numbers do this.
 
{{ii}} If '''HEX''' has three numbers do this.
 
{{Fixbox|1=
 
{{Fixbox|1=
Line 68: Line 56:
 
{{Fixbox/fix|Four Numbers|}}
 
{{Fixbox/fix|Four Numbers|}}
 
* For '''AB''' CD, move CD at the beginning, such as CD '''AB'''.
 
* For '''AB''' CD, move CD at the beginning, such as CD '''AB'''.
 +
}}
 +
 +
===Step Two===
 +
{{Fixbox|1=
 +
{{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.
 +
# 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.
 +
 +
'''Notes'''
 +
{{ii}} While editing any changed values will become red.
 +
{{ii}} Values cannot be deleted, if a mistake is made use the arrow keys to move left and right, then type the number again.
 
}}
 
}}

Revision as of 09:15, 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
Instructions
Instructions

Conversion

If HEX has three numbers do this.
Instructions
If HEX has four numbers do this.
Instructions

Step Two

Instructions