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
m (updated template usage)
 
(10 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
==Text Editing==
 
==Text Editing==
 
===Functions (Placeholder)===
 
===Functions (Placeholder)===
{{Fixbox|1=
+
{{Fixbox|description=CTRL+F|ref={{cn|{{subst:DATE}}}}
{{Fixbox/fix|CTRL+F|ref={{cn|{{subst:DATE}}}}}}
 
}}
 
  
 
===[http://brackets.io/ Brackets]===
 
===[http://brackets.io/ Brackets]===
Line 12: Line 10:
  
 
==Hex Editing Resolutions (Windows)==
 
==Hex Editing Resolutions (Windows)==
===Step One===
 
 
<!-- Win+R Works on Any Windows Language. -->
 
<!-- Win+R Works on Any Windows Language. -->
{{Fixbox|1=
+
===Custom Width===
{{Fixbox/fix|Converting Resolutions|ref=}}
+
{{Fixbox|description=Setup|ref={{cn|date=June 2017}}|fix=
# Push {{key|Win|R}}. Type '''calc'''. Select '''OK'''.
+
# Push {{key|Win|R}}. Type '''Calc'''. Select '''OK'''.
 
# Click on the Button with the Three Lines (Top Left). Select '''Programmer'''.
 
# Click on the Button with the Three Lines (Top Left). Select '''Programmer'''.
 
}}
 
}}
  
====Custom Width====
+
{{Fixbox|description=Custom Width|ref={{cn|date=June 2017}}|fix=
{{Fixbox|1=
 
{{Fixbox/fix|Custom Width|ref=}}
 
 
# Click on '''DEC'''. Type the '''Width'''.  
 
# Click on '''DEC'''. Type the '''Width'''.  
 
# Copy the '''HEX''' Number. See [[#Conversion|Conversion]].
 
# Copy the '''HEX''' Number. See [[#Conversion|Conversion]].
 
}}
 
}}
  
====Custom Height====
+
===Custom Height===
{{Fixbox|1=
+
{{Fixbox|description=Setup|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Custom Height|ref=}}
+
# Push {{key|Win|R}}. Type '''Calc'''. Select '''OK'''.
 +
# Click on the Button with the Three Lines (Top Left). Select '''Programmer'''.
 +
}}
 +
 
 +
{{Fixbox|description=Custom Height|ref={{cn|date=June 2017}}|fix=
 
# Click on '''DEC'''. Type the '''Height'''.  
 
# Click on '''DEC'''. Type the '''Height'''.  
 
# Copy the '''HEX''' Number. See [[#Conversion|Conversion]].
 
# Copy the '''HEX''' Number. See [[#Conversion|Conversion]].
 
}}
 
}}
  
===Step Two===
+
==Conversion==
{{ii}} If '''HEX''' has three numbers do this.
+
{{ii}} '''HEX''' Number with Three Digits.
 
+
{{Fixbox|description=Three Numbers (ABC Format)|ref={{cn|date=June 2017}}|fix=
{{Fixbox|1=
+
# Type the '''HEX''' Number. Add 0 at the Beginning. Result: 0 '''ABC'''.
{{Fixbox/fix|Three Numbers|ref=}}
+
# Move '''BC''' at the Beginning. Result: '''BC''' 0A.
# Add 0 in front of the HEX value, such as 0'''ABC'''.
+
# Copy the '''Result'''.
# Put '''BC''' at the beginning, such as '''BC''' 0A.
 
# Write down the converted value.
 
 
}}
 
}}
  
{{ii}} If '''HEX''' has four numbers do this.
+
{{ii}} '''HEX''' Number with Four Digits.
{{Fixbox|1=
+
{{Fixbox|description=Four Numbers (ABCD Format)|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Four Numbers|ref=}}
+
# Type the '''HEX''' Number. Move '''CD''' at the Beginning. Result: CD '''AB'''.
# For '''AB''' CD, move CD at the beginning, such as CD '''AB'''.
+
# Copy the '''Result'''.
# Write down the converted value.
 
 
}}
 
}}
  
 
==Using the Hex Editor==
 
==Using the Hex Editor==
{{Fixbox|1=
+
{{Fixbox|description=Instructions|ref={{cn|date=June 2017}}|fix=
{{Fixbox/fix|Instructions|ref=}}
 
 
# Download the [https://community.pcgamingwiki.com/files/file/693-hxd-hex-editor-windows/ Hex Editor].
 
# Download the [https://community.pcgamingwiki.com/files/file/693-hxd-hex-editor-windows/ Hex Editor].
 
# Open the Hex Editor. Select '''File''' and '''Open''' (Top Left). Find the '''Game Installation Location'''.
 
# Open the Hex Editor. Select '''File''' and '''Open''' (Top Left). Find the '''Game Installation Location'''.
 
}}
 
}}

Latest revision as of 02:07, 23 November 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)

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.