Skip to content

Instantly share code, notes, and snippets.

@sootysax
sootysax / waterTankPlaceable.i3d
Created February 28, 2015 12:36
Standard Fertilizer Placeable I3D
<?xml version="1.0" encoding="iso-8859-1"?>
<i3D name="map01" version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://i3d.giants.ch/schema/i3d-1.6.xsd">
<Asset>
<Export program="GIANTS Editor 64bit" version="6.0.2"/>
</Asset>
<Files>
<File fileId="4" filename="ConcreteFloors.dds" relativePath="true"/>
<File fileId="1" filename="watertankBig_diffuse.png" relativePath="true"/>
@sootysax
sootysax / waterTankPlaceable.xml
Created February 28, 2015 12:38
Standard Water Tank Placeable XML
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<placeable>
<placeableType>waterTankPlaceable</placeableType>
<filename>waterTankPlaceable.i3d</filename>
<placement testSizeX="3.0" testSizeZ="3.0" sizeX="3.0" sizeZ="3.0" useRandomYRotation="false" useManualYRotation="true" />
<incomePerHour>0</incomePerHour>
<FillTrigger index="0|0" />
</placeable>
@sootysax
sootysax / modDesc.xml
Created February 28, 2015 12:38
Custom Fertilizer PK Tank moddesc.xml
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="21">
<author>Sootysax, Alex2009</author>
<version>1.0</version>
<title>
<en>Placeable Fertilizer PK Tank</en>
<de>Plazierbarer PK Flüssigdüngertank</de>
</title>
<description>
<en>
@sootysax
sootysax / fertTankPlaceablePK.xml
Created February 28, 2015 12:39
Custom Fertilizer PK Tank XML
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<placeable>
<placeableType>fertTankPlaceablePK</placeableType>
<filename>fertTankPlaceablePK.i3d</filename>
<placement testSizeX="3.0" testSizeZ="3.0" sizeX="3.0" sizeZ="3.0" useRandomYRotation="false" useManualYRotation="true" />
<incomePerHour>0</incomePerHour>
<FillTrigger index="0|0" />
</placeable>
@sootysax
sootysax / fertTankPlaceablePK.lua
Created February 28, 2015 12:40
Custom Fertilizer PK Tank LUA
--@Author: Alex2009, Sven777b
--@Web: www.alex2009.de, www.LS-Landtechnik.com
fertTankPlaceablePK = {};
fertTankPlaceablePK_mt = Class(fertTankPlaceablePK, Placeable);
InitObjectClass(fertTankPlaceablePK, "fertTankPlaceablePK");
function fertTankPlaceablePK:new(isServer, isClient, customMt)
local self = Placeable:new(isServer, isClient, fertTankPlaceablePK_mt);
registerObjectClassName(self, "fertTankPlaceablePK");
@sootysax
sootysax / fertTankPlaceablePK.i3d
Created February 28, 2015 12:41
Custom Fertilzer PK Tank i3d
<?xml version="1.0" encoding="iso-8859-1"?>
<i3D name="map01" version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://i3d.giants.ch/schema/i3d-1.6.xsd">
<Asset>
<Export program="GIANTS Editor 64bit" version="6.0.2"/>
</Asset>
<Files>
<File fileId="4" filename="ConcreteFloors.dds" relativePath="true"/>
<File fileId="1" filename="watertankBig_diffuse.png" relativePath="true"/>
GIANTS Engine Runtime 6.0.2 (Build Date: Dec 16 2014)
Copyright (c) 2008-2014, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2014, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2015
Main System
CPU: 4 @ 2.4 GHZ
Memory: 8192 MB
OS: Mac OS X 10.10.2
Physics System
Version: 5.9.4
GIANTS Engine Runtime 6.0.2 64bit (Build Date: Feb 5 2015)
Copyright (c) 2008-2014, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2014, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2015
Main System
CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
Memory: 8179 MB
OS: Windows NT 6.1 64-bit
Physics System
Version: 5.9.4
@sootysax
sootysax / gist:d5fd7fbb0424cfc39b0b
Last active August 29, 2015 14:17
OLD RIDGE FARM
GIANTS Engine Runtime 6.0.2 64bit (Build Date: Feb 5 2015)
Copyright (c) 2008-2014, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2014, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2015
Main System
CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
Memory: 8179 MB
OS: Windows NT 6.1 64-bit
Physics System
Version: 5.9.4
GIANTS Engine Runtime 6.0.2 64bit (Build Date: Feb 5 2015)
Copyright (c) 2008-2014, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
Copyright (c) 2003-2014, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2015
Main System
CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
Memory: 8179 MB
OS: Windows NT 6.1 64-bit
Physics System
Version: 5.9.4