ModBuddy ERROR update

manolek

Chieftain
Joined
Jul 27, 2011
Messages
6
Last update has an error in file Civ5Mod.targets.

At line 117 pos 42 ->
Spoiler :
<CallTarget Targets="DoPackage" Condition="'($(PackageMod)' != 'false' And '$(Configuration)' != 'Deploy Only')" />


This is an string error, Condition="'($(PackageMod)' must read Condition="('$(PackageMod)' ->
Spoiler :
<CallTarget Targets="DoPackage" Condition="('$(PackageMod)' != 'false' And '$(Configuration)' != 'Deploy Only')" />


Just correct the sentence and save it, restart ModBuddy and DONT UPDATE, just close the update window.
 
Thx whoward69 :)

I changed the incorrect file, now work perfectly with new update.
 
Back
Top Bottom