63 lines
2.2 KiB
XML
63 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<data><script/>
|
|
|
|
<version>
|
|
<major>0</major>
|
|
<minor>9</minor>
|
|
</version>
|
|
|
|
<!-- External way of controlling the game's saved data. -->
|
|
<saveData>
|
|
<!-- Determines whether or not game data can be persisted to disk -->
|
|
<canSave>true</canSave>
|
|
<!-- Determines whether or not game data can be retried from disk -->
|
|
<canLoad>true</canLoad>
|
|
</saveData>
|
|
|
|
<MSN>
|
|
<enabled>false</enabled>
|
|
<!-- This value should be in MILLISECONDS -->
|
|
<!-- The minimum value is 1000 -->
|
|
<loadBroadcastRate>3000</loadBroadcastRate>
|
|
<scoreBroadcastRate>5000</scoreBroadcastRate>
|
|
</MSN>
|
|
|
|
<upsell>
|
|
<enabled>true</enabled>
|
|
<url>http://www.popcap.com/games/pvz/?icid=pvz_upsell_ingame</url>
|
|
</upsell>
|
|
|
|
<cheats>
|
|
<enabled>false</enabled>
|
|
|
|
<bind keyCombo="`">globalPause</bind>
|
|
<!-- Framework controls -->
|
|
<bind keyCombo="F1">toggleDebug</bind>
|
|
<!-- Pauses framework updates, or advances the framework by one update. -->
|
|
<bind keyCombo="F3">stepUpdates</bind>
|
|
<!-- Resumes framework updates. -->
|
|
<bind keyCombo="F4">resumeUpdates</bind>
|
|
<!-- Reduces the number of game updates per step by 1 (min. of 1). -->
|
|
<bind keyCombo="F5">slowerUpdates</bind>
|
|
<!-- Increases the number of game updates per step by 1 (max of 30). -->
|
|
<bind keyCombo="F6">fasterUpdates</bind>
|
|
|
|
<!-- PVZ cheats -->
|
|
<bind keyCombo="4">refreshSeedsCheat</bind>
|
|
<bind keyCombo="5">spawnAwardCheat</bind>
|
|
<bind keyCombo="6">freePlantingCheat</bind>
|
|
<bind keyCombo=",">previousLevelCheat</bind>
|
|
<bind keyCombo=".">nextLevelCheat</bind>
|
|
<bind keyCombo="/">spawnWaveCheat</bind>
|
|
<bind keyCombo="z">spawnNormalZombieCheat</bind>
|
|
<bind keyCombo="s">spawnScreendoorZombieCheat</bind>
|
|
<bind keyCombo="n">spawnNewspaperZombieCheat</bind>
|
|
<bind keyCombo="f">spawnFootballZombieCheat</bind>
|
|
<bind keyCombo="b">spawnBucketZombieCheat</bind>
|
|
<bind keyCombo="c">spawnConeheadZombieCheat</bind>
|
|
<bind keyCombo="p">spawnPolevaultZombieCheat</bind>
|
|
<bind keyCombo="g">spawnGraveZombieCheat</bind>
|
|
<bind keyCombo="u">unlockAllModes</bind>
|
|
</cheats>
|
|
|
|
</data> |