Skip to content

Commit

Permalink
fixing cowbarn; disabling indoor camera first; first pass at work-cam…
Browse files Browse the repository at this point in the history
…era addon
  • Loading branch information
BonzTM committed Jan 10, 2024
1 parent c71cdca commit 63e1689
Show file tree
Hide file tree
Showing 16 changed files with 925 additions and 13 deletions.
2 changes: 1 addition & 1 deletion FS22_UniversalAutoload_cheeky_addon/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky UAL Patcher</en>
</title>
Expand Down
15 changes: 15 additions & 0 deletions FS22_WorkCamera_cheeky_addon/WorkCameraAddon.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
WorkCameraAddon = {}
WorkCameraAddon.path = g_currentModDirectory

addModEventListener(WorkCameraAddon)

function WorkCameraAddon:loadMap(name)
if g_modIsLoaded["FS22_WorkCamera"] then
local cameraSettingsFile = Utils.getFilename("config/CustomCameras.xml", WorkCameraAddon.path)
print("IMPORT Cheeky custom camera configurations")
FS22_WorkCamera.WorkCameraMain:loadItemsDataFromXml(cameraSettingsFile)
-- FS22_WorkCamera.WorkCamera:onLoad(savegame)
else
print("FS22_WorkCamera is required!")
end
end
551 changes: 551 additions & 0 deletions FS22_WorkCamera_cheeky_addon/config/CustomCameras.xml

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions FS22_WorkCamera_cheeky_addon/modDesc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.1.0</version>
<title>
<en>Cheeky WorkCamera Patcher</en>
</title>
<description>
<en><![CDATA[Patches WorkCamera with Custom Cheeky Vehicles and more.]]></en>
</description>
<iconFilename>icon_UAL.png</iconFilename>

<extraSourceFiles>
<sourceFile filename="WorkCameraAddon.lua"/>
</extraSourceFiles>

<dependencies>
<dependency>FS22_WorkCamera</dependency>
</dependencies>

<multiplayer supported="true" />
</modDesc>
3 changes: 2 additions & 1 deletion FS22_cheeky_animal_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Animal Pack</en>
</title>
Expand All @@ -13,6 +13,7 @@
<storeItem xmlFilename="xml/cheeky_chickenBarnBig.xml"/>
<storeItem xmlFilename="xml/cheeky_cowBarnBig.xml"/>
<storeItem xmlFilename="xml/cheeky_cowBarnBigVector.xml"/>
<storeItem xmlFilename="xml/cheeky_lelyVectorGarage.xml"/>
<storeItem xmlFilename="xml/cheeky_cowBarnMedium.xml"/>
<storeItem xmlFilename="xml/cheeky_horseBarnBig.xml"/>
<storeItem xmlFilename="xml/cheeky_pigBarnBig.xml"/>
Expand Down
3 changes: 2 additions & 1 deletion FS22_cheeky_animal_pack/xml/cheeky_cowBarnBigVector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@
</feedingTrough>
</food>

<feedingRobot linkNode="vectorGarage" class="FeedingRobot" filename="$data/placeables/lely/vectorGarage/lelyVectorGarage.xml">
<!-- <feedingRobot linkNode="vectorGarage" class="FeedingRobot" filename="$data/placeables/lely/vectorGarage/lelyVectorGarage.xml"> -->
<feedingRobot linkNode="vectorGarage" class="FeedingRobot" filename="xml/cheeky_lelyVectorGarage.xml">
<splines>
<spline node="splineReverse" direction="-1"/>
<spline node="splineToBarn" direction="1"/>
Expand Down
321 changes: 321 additions & 0 deletions FS22_cheeky_animal_pack/xml/cheeky_lelyVectorGarage.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion FS22_cheeky_harvester_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Harvester Pack</en>
</title>
Expand Down
6 changes: 3 additions & 3 deletions FS22_cheeky_misc_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Misc Pack</en>
</title>
Expand Down Expand Up @@ -229,7 +229,7 @@
</text>
</l10n>

<extraSourceFiles>
<!-- <extraSourceFiles>
<sourceFile filename="scripts/RegisterIndoorCamFirst.lua" />
</extraSourceFiles>
</extraSourceFiles> -->
</modDesc>
2 changes: 1 addition & 1 deletion FS22_cheeky_pallets_and_bales_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; loki_79; ddewar</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Pallets and Bales Pack</en>
</title>
Expand Down
1 change: 1 addition & 0 deletions FS22_cheeky_pallets_and_bales_pack/xml/mod_fillTypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,5 +432,6 @@
<fillTypeCategory name="VEGETABLES">BEETROOT CARROT PARSNIP</fillTypeCategory>
<!-- For TLX Autoload -->
<fillTypeCategory name="LOC_PRODUCTS">CARROTCAKE CARROTJUICE TOMATOJUICE BEETJUICE VEGETABLEJUICE EMPTYPALLET CORNSYRUP MAYONNAISE WOOD</fillTypeCategory>
<fillTypeCategory name="LOC_REFER">CARROTCAKE CARROTJUICE TOMATOJUICE BEETJUICE VEGETABLEJUICE EMPTYPALLET CORNSYRUP MAYONNAISE WOOD</fillTypeCategory>
</fillTypeCategories>
</map>
2 changes: 1 addition & 1 deletion FS22_cheeky_placeables_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Placeables Pack</en>
</title>
Expand Down
2 changes: 1 addition & 1 deletion FS22_cheeky_productions_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Productions Pack</en>
</title>
Expand Down
2 changes: 1 addition & 1 deletion FS22_cheeky_productions_platinum_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Platinum Productions Pack</en>
</title>
Expand Down
2 changes: 1 addition & 1 deletion FS22_cheeky_productions_premium_pack/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<modDesc descVersion="79">
<author>Cheeky B#$!ards; GIANTS Software</author>
<version>2.0.0.0</version>
<version>2.0.1.0</version>
<title>
<en>Cheeky Premium Productions Pack</en>
</title>
Expand Down
2 changes: 1 addition & 1 deletion FS22_cheeky_vehicles_pack/modDesc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<author>Cheeky B#$!ards; GIANTS Software</author>

<version>2.0.0.0</version>
<version>2.0.1.0</version>

<title>
<en>Cheeky Vehicles Pack</en>
Expand Down

0 comments on commit 63e1689

Please sign in to comment.