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 49: Line 49:
  
 
===Conversion===
 
===Conversion===
{{ii}} If '''HEX''' has three numbers, use the '''ABC''' (123) format.
+
{{ii}} If '''HEX''' has three numbers do this.
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Three Numbers|}}
+
{{Fixbox/fix|Three Numbers |}}
 
# Add 0 in front of the HEX value, such as 0'''ABC'''.
 
# Add 0 in front of the HEX value, such as 0'''ABC'''.
 
# Put '''BC''' at the beginning, such as '''BC''' 0A.
 
# Put '''BC''' at the beginning, such as '''BC''' 0A.
 
}}
 
}}
  
{{ii}} If '''HEX''' has four numbers, use the '''ABCD''' (1234) format.
+
{{ii}} If '''HEX''' has four numbers do this.
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{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'''.
 
}}
 
}}

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

Instructions

Conversion

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