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 34: Line 34:
  
 
'''Conversion'''   
 
'''Conversion'''   
* Write the '''HEX''' values with three digits from ABC as ''0x''A'''BC''', then change them to '''BC''' ''0''A.  
+
* Write '''HEX''' values with three digits as ''0x''A'''BC''', then change them to '''BC''' ''0''A.  
* Write the '''HEX''' values with four digits from ABCD as ''0x''AB'''CD''', then change them to '''CD''' AB.  
+
* Write '''HEX''' values with four digits as ''0x''AB'''CD''', then change them to '''CD''' AB.  
  
 
'''Notes'''
 
'''Notes'''
 
{{ii}} The '''0x''' can be used a guideline in order to see where a 0 needs to be added before the A value.
 
{{ii}} The '''0x''' can be used a guideline in order to see where a 0 needs to be added before the A value.
 +
{{ii}} The '''ABC''' and '''ABCD''' formats show how the values from the '''HEX''' field look like when written down.
 
}}
 
}}
 
{{Fixbox|1=
 
{{Fixbox|1=

Revision as of 13:24, 5 April 2016

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.

Text Editing

Functions (Placeholder)

Instructions

Brackets

Sublime Text

Hex Editing Resolutions (Windows)

Step One

Instructions
Instructions

Step Two

Instructions