All pastes #2051727 Raw Edit

Miscellany

public text v1 · immutable
#2051727 ·published 2011-04-28 22:12 UTC
rendered paste body
	<game>
		<id>306</id>
		<name>Arma 2: Operation Arrowhead</name>
		<exe>ArmA2OA.exe</exe>
		<conditions>
			<cond name="has-anims-pbo" type="file-present" file="{exedir}Common\anims.pbo" />
			<cond name="has-sounds-pbo" type="file-present" file="{exedir}Common\sounds.pbo" />
			<cond name="has-weapons-pbo" type="file-present" file="{exedir}Common\weapons.pbo" />
			<cond name="has-uninstall-oa-beta" type="file-present" file="{exedir}uninstall_oa_beta.exe" />
		</conditions>
		<runtime>
			<detection>
				<group order="1">
					<if cond="has-anims-pbo" />
					<if cond="has-sounds-pbo" />
					<if cond="has-weapons-pbo" />
				</group>
				<group order="2">
					<if cond="has-uninstall-oa-beta" />
				</group>
			</detection>
		</runtime>
	</game>