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 36: Line 36:
 
{{ii}} Replace '''ABC''' (3 Digits HEX) or '''ABCD''' (4 Digits HEX) with the converted '''Width''' or '''Height''' values.
 
{{ii}} Replace '''ABC''' (3 Digits HEX) or '''ABCD''' (4 Digits HEX) with the converted '''Width''' or '''Height''' values.
 
* For '''HEX''' values with three digits use ''0x''A'''BC''' and change them to '''BC''' ''0x''A to '''BC''' ''0''A.
 
* For '''HEX''' values with three digits use ''0x''A'''BC''' and change them to '''BC''' ''0x''A to '''BC''' ''0''A.
* For '''HEX''' values with four digits use ''0x''AB CD and change them to CD AB.   
+
* For '''HEX''' values with four digits use '''AB''' CD and change them to CD '''AB'''.   
  
 
'''Notes'''
 
'''Notes'''

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

Step Two

Instructions