Protok St
Warlord
Can't exactly understand one thing. Editing the MyMod.civbeproj
Which situation I should use TRUE/FALSE parameter of ImportIntoVFS:
Is it wrong if I past every file in import=true position?
Even for those which inset also in content section:
Which situation I should use TRUE/FALSE parameter of ImportIntoVFS:
Code:
<Content Include="Units\PW_UnitsSubColor.sql">
<SubType>Lua</SubType>
<ImportIntoVFS>False</ImportIntoVFS>
</Content>
Is it wrong if I past every file in import=true position?
Even for those which inset also in content section:
Code:
<Action>
<Set>OnModActivated</Set>
<Type>UpdateDatabase</Type>
<FileName>XML/PW_Starts.xml</FileName>
</Action>
</ModActions>
<ModContent>
<Content>
<Type>MapScript</Type>
<Name>Inland Sea</Name>
<Description>Unlocked basegame map</Description>
<FileName>Maps/PW_Inland_Sea.lua</FileName>
</Content>