Jump to content

[v1.09 Game Files] Repeated AI Entry


Recommended Posts

There's a slight issue in aiprops: for the defensive AI type, the PathingMechanics element is repeated. See:

			<Defensive>			<PathingMechanics 					FloorPreference = "0.25"					/>				<!-- Ensure that the Defensive AI searches around the UFO, and doesn't just blindly search for enemies. -->			<Pathing 					Sight="2"					Cover="-15"					ShotPotential="-26"					EnemyInfluence="3"					AlliedInfluence="-3"					EnemyLOS="4"					Trepidation="10"					ProbabilisticSearch="-6"					Goal="-30" />				<Decision 					MinimumAccuracy = "0.15"							MinimumAccuracyGrenade = "0.15" />			<PathingMechanics 					FloorPreference = "0.25"					/>			</Defensive>

I don't think this is a problem for the game per se, but it creates a complication when using the mod loader with the community edition. So I wanted to point it out in case there's a chance it could be removed if/when another patch goes out.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...