-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing cowbarn; disabling indoor camera first; first pass at work-cam…
…era addon
- Loading branch information
Showing
16 changed files
with
925 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
321 changes: 321 additions & 0 deletions
321
FS22_cheeky_animal_pack/xml/cheeky_lelyVectorGarage.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters