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 43: Line 43:
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Examples}}
 
{{Fixbox/fix|Examples}}
* Converting 4095 (DEC) to FFF (3 Digits HEX) written as ''0x''F'''FF''' to '''FF''' ''0''F.
+
* Converting 256 (DEC) to 100 (3 Digits HEX) written as ''0x''1'''00''' to '''00''' ''0''1.
 
* Converting 4096 (DEC) to 1000 (4 Digits HEX) written as ''0x''10'''00'''  to '''00''' 10.
 
* Converting 4096 (DEC) to 1000 (4 Digits HEX) written as ''0x''10'''00'''  to '''00''' 10.
 
}}
 
}}

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