Skip to content

Commit 6ee8d8b

Browse files
committed
Version updated to 1/21 version
Includes Ilteroi's changes and all modifications to DLL up to 1/21
1 parent ded6f62 commit 6ee8d8b

File tree

195 files changed

+46018
-2287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+46018
-2287
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Civ IV Diplomacy Features
2+
3+
UPDATE CustomModOptions
4+
SET Value = '1'
5+
WHERE Name = 'DIPLOMACY_CIV4_FEATURES' AND EXISTS (SELECT * FROM Defines WHERE Name='SHARE_OPINION_RAND' AND Value= 100 );
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
C4DF - CBP Compatibility Files (v.1)
2+
by Gazebo
3+
4+
-1- Description
5+
-2- Potential Mod Conflicts
6+
-3- Version History
7+
-4- Credits
8+
-5- Contact information
9+
10+
11+
== Description ==
12+
13+
This file allows the CP and C4DF to work together.
14+
15+
== Potential Mod Conflicts ==
16+
17+
None, but you must be using both the CP and C4DF for this file to be used.
18+
19+
== Version History ==
20+
21+
v.1 - First version
22+
23+
== Credits ==
24+
25+
Gazebo
26+
27+
== Contact information ==
28+
29+
Civfanatics
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Civ IV Diplomacy Features
2+
3+
UPDATE CustomModOptions
4+
SET Value = '1'
5+
WHERE Name = 'DIPLOMACY_CIV4_FEATURES';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
C4DF - CBP Compatibility Files (v.1)
2+
by Gazebo
3+
4+
-1- Description
5+
-2- Potential Mod Conflicts
6+
-3- Version History
7+
-4- Credits
8+
-5- Contact information
9+
10+
11+
== Description ==
12+
13+
This file allows the CP and C4DF to work together.
14+
15+
== Potential Mod Conflicts ==
16+
17+
None, but you must be using both the CP and C4DF for this file to be used.
18+
19+
== Version History ==
20+
21+
v.1 - First version
22+
23+
== Credits ==
24+
25+
Gazebo
26+
27+
== Contact information ==
28+
29+
Civfanatics
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+

2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# ModBuddy Solution File, Format Version 11.00
4+
Project("{F5FC21B5-7CC2-458A-ABBA-992F515BBA20}") = "C4DF - CP Compatibility", "C4DF - CP Compatibility\C4DF - CP Compatibility.civ5proj", "{0D7CA025-2CDE-4973-A4E7-479CE977BFC1}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Default|x86 = Default|x86
9+
Deploy Only|x86 = Deploy Only|x86
10+
Package Only|x86 = Package Only|x86
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{0D7CA025-2CDE-4973-A4E7-479CE977BFC1}.Default|x86.ActiveCfg = Default|x86
14+
{0D7CA025-2CDE-4973-A4E7-479CE977BFC1}.Default|x86.Build.0 = Default|x86
15+
{0D7CA025-2CDE-4973-A4E7-479CE977BFC1}.Deploy Only|x86.ActiveCfg = Deploy Only|x86
16+
{0D7CA025-2CDE-4973-A4E7-479CE977BFC1}.Deploy Only|x86.Build.0 = Deploy Only|x86
17+
{0D7CA025-2CDE-4973-A4E7-479CE977BFC1}.Package Only|x86.ActiveCfg = Package Only|x86
18+
{0D7CA025-2CDE-4973-A4E7-479CE977BFC1}.Package Only|x86.Build.0 = Package Only|x86
19+
EndGlobalSection
20+
GlobalSection(SolutionProperties) = preSolution
21+
HideSolutionNode = FALSE
22+
EndGlobalSection
23+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Deploy" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Default</Configuration>
5+
<ProjectGuid>{0d7ca025-2cde-4973-a4e7-479ce977bfc1}</ProjectGuid>
6+
<Name>Community Patch - Civ IV Diplomatic Features Enabler</Name>
7+
<Guid>46352714-87cd-4a8a-bb26-32df84021615</Guid>
8+
<ModVersion>1</ModVersion>
9+
<Stability>Experimental</Stability>
10+
<Teaser>Enabler for CIV4DF and the CP (1/21)</Teaser>
11+
<Description>Enables functionality from Civ IV Diplomatic Features to be used by the Community Patch</Description>
12+
<Authors>Gazebo</Authors>
13+
<SpecialThanks>
14+
</SpecialThanks>
15+
<Categories>$Categories$</Categories>
16+
<AffectsSavedGames>false</AffectsSavedGames>
17+
<MinCompatibleSaveVersion>0</MinCompatibleSaveVersion>
18+
<SupportsSinglePlayer>true</SupportsSinglePlayer>
19+
<SupportsMultiplayer>true</SupportsMultiplayer>
20+
<SupportsMac>true</SupportsMac>
21+
<AssemblyName>Mod Template</AssemblyName>
22+
<RootNamespace>Mod Template</RootNamespace>
23+
<ModActions>
24+
<Action>
25+
<Set>OnModActivated</Set>
26+
<Type>UpdateDatabase</Type>
27+
<FileName>C4DFCompatibility.sql</FileName>
28+
</Action>
29+
</ModActions>
30+
<Homepage>
31+
</Homepage>
32+
<ModReferences />
33+
<ModDependencies>
34+
<Association>
35+
<Type>Mod</Type>
36+
<Name>Community Patch</Name>
37+
<Id>d1b6328c-ff44-4b0d-aad7-c657f83610cd</Id>
38+
<MinVersion>0</MinVersion>
39+
<MaxVersion>999</MaxVersion>
40+
</Association>
41+
</ModDependencies>
42+
</PropertyGroup>
43+
<PropertyGroup Condition=" '$(Configuration)' == 'Default' ">
44+
<OutputPath>.</OutputPath>
45+
</PropertyGroup>
46+
<PropertyGroup Condition=" '$(Configuration)' == 'Package Only' ">
47+
<PackageMod>true</PackageMod>
48+
</PropertyGroup>
49+
<PropertyGroup Condition=" '$(Configuration)' == 'Deploy Only' ">
50+
<PackageMod>false</PackageMod>
51+
</PropertyGroup>
52+
<ItemGroup>
53+
<Content Include="C4DFCompatibility.sql">
54+
<SubType>Lua</SubType>
55+
<ImportIntoVFS>False</ImportIntoVFS>
56+
</Content>
57+
<Content Include="Readme.txt">
58+
<SubType>Lua</SubType>
59+
<ImportIntoVFS>False</ImportIntoVFS>
60+
</Content>
61+
</ItemGroup>
62+
<Import Project="$(MSBuildExtensionsPath)\Firaxis\ModBuddy\Civ5Mod.targets" />
63+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Civ IV Diplomacy Features
2+
3+
UPDATE CustomModOptions
4+
SET Value = '1'
5+
WHERE Name = 'DIPLOMACY_CIV4_FEATURES';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
C4DF - CBP Compatibility Files (v.1)
2+
by Gazebo
3+
4+
-1- Description
5+
-2- Potential Mod Conflicts
6+
-3- Version History
7+
-4- Credits
8+
-5- Contact information
9+
10+
11+
== Description ==
12+
13+
This file allows the CP and C4DF to work together.
14+
15+
== Potential Mod Conflicts ==
16+
17+
None, but you must be using both the CP and C4DF for this file to be used.
18+
19+
== Version History ==
20+
21+
v.1 - First version
22+
23+
== Credits ==
24+
25+
Gazebo
26+
27+
== Contact information ==
28+
29+
Civfanatics

0 commit comments

Comments
 (0)