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

Programming

From PCGamingWiki, the wiki about fixing PC games
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)

Custom Width

Setup[citation needed]
  1. Push Win+R. Type Calc. Select OK.
  2. Click on the Button with the Three Lines (Top Left). Select Programmer.
Custom Width[citation needed]
  1. Click on DEC. Type the Width.
  2. Copy the HEX Number. See Conversion.

Custom Height

Setup[citation needed]
  1. Push Win+R. Type Calc. Select OK.
  2. Click on the Button with the Three Lines (Top Left). Select Programmer.
Custom Height[citation needed]
  1. Click on DEC. Type the Height.
  2. Copy the HEX Number. See Conversion.

Conversion

HEX Number with Three Digits.
Three Numbers (ABC Format)[citation needed]
  1. Type the HEX Number. Add 0 at the Beginning. Result: 0 ABC.
  2. Move BC at the Beginning. Result: BC 0A.
  3. Copy the Result.
HEX Number with Four Digits.
Four Numbers (ABCD Format)[citation needed]
  1. Type the HEX Number. Move CD at the Beginning. Result: CD AB.
  2. Copy the Result.

Using the Hex Editor

Instructions[citation needed]
  1. Download the Hex Editor.
  2. Open the Hex Editor. Select File and Open (Top Left). Find the Game Installation Location.