Blogs

Stone's Widescreen Patcher Developer Guide Part 1 - INI Files

Submitted by stone on 1 February, 2012 - 15:18

This is first part of Developer Guide. In this part I focus on INI file modification.
As example I took an INI file of the game Homefront.

screenshot

1. Structure and basic patch data

Since this is a very first tutorial, let me introduce XML patch concept.
Spend a moment to familiarize with XML structure...

<?xml version="1.0" encoding="UTF-8"?>
<wsp>
  <name>Homefront</name>
  <version>1.1</version>

Syndicate content