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

Difference between revisions of "Programming"

From PCGamingWiki, the wiki about fixing PC games
Line 35: Line 35:
  
 
===Step Two===
 
===Step Two===
{{ii}} If '''HEX''' has three numbers do this.
+
{{ii}} '''HEX''' Number with Three Digits.
 
 
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Three Numbers|ref=}}
+
{{Fixbox/fix|Three Numbers (ABC Format)|ref=}}
# Add 0 in front of the HEX value, such as 0'''ABC'''.
+
# Type the '''HEX''' Number. Add 0 at the Beginning. Result: 0 '''ABC'''.
# Put '''BC''' at the beginning, such as '''BC''' 0A.
+
# Move '''BC''' at the Beginning. Result: '''BC''' 0A.
# Write down the converted value.
+
# Copy the '''Result'''.
 
}}
 
}}
  
{{ii}} If '''HEX''' has four numbers do this.
+
{{ii}} '''HEX''' Number with Four Digits.
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Four Numbers|ref=}}
+
{{Fixbox/fix|Four Numbers (ABCD Format)|ref=}}
# For '''AB''' CD, move CD at the beginning, such as CD '''AB'''.
+
# Type the '''HEX''' Number. Move '''CD''' at the Beginning. Result: CD '''AB'''.
# Write down the converted value.
+
# Copy the '''Result'''.
 
}}
 
}}
  

Revision as of 16:22, 16 June 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

Custom Width

Instructions

Custom Height

Instructions

Step Two

HEX Number with Three Digits.
Instructions
HEX Number with Four Digits.
Instructions

Using the Hex Editor

Instructions