Tree Collection

Horem

Emperor
Joined
Apr 1, 2010
Messages
1,721
Location
Wales, UK
Updated 17/4/2014

Eight new Tree Graphics:-

Apple & Pine



Lumber(Oak & Beech) and Mahogany



Cacao​



Coconut​



Rubber​



Mango​



You can download it here

Art Defines:-
Spoiler :
Code:
INSERT INTO ArtDefine_Landmarks (Era,				State,						Scale,	ImprovementType,							LayoutHandler,			ResourceType,					Model,															TerrainContour) VALUES
								
								('Any',				'Any',						1,		'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_CACAO',				'Art/Cacao/Cacaotrees.fxsxml',									1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_CACAO',				'Art/Cacao/Plantation_IND_Cacaotrees.fxsxml',					1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_CACAO',				'Art/Cacao/Plantation_IND_Cacaotrees_HB.fxsxml',				1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_CACAO',				'Art/Cacao/Plantation_IND_Cacaotrees_PIL.fxsxml',				1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_CACAO',				'Art/Cacao/Plantation_MID_Cacaotrees.fxsxml',					1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_CACAO',				'Art/Cacao/Plantation_MID_Cacaotrees_HB.fxsxml',				1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_CACAO',				'Art/Cacao/Plantation_MID_Cacaotrees_PIL.fxsxml',				1),
								
								('Any',				'Any',						1,		'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_COCONUT',				'Art/Coconut/Coconuttrees.fxsxml',								1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_COCONUT',				'Art/Coconut/Plantation_IND_Coconuttrees.fxsxml',				1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_COCONUT',				'Art/Coconut/Plantation_IND_Coconuttrees_HB.fxsxml',			1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_COCONUT',				'Art/Coconut/Plantation_IND_Coconuttrees_PIL.fxsxml',			1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_COCONUT',				'Art/Coconut/Plantation_MID_Coconuttrees.fxsxml',				1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_COCONUT',				'Art/Coconut/Plantation_MID_Coconuttrees_HB.fxsxml',			1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_COCONUT',				'Art/Coconut/Plantation_MID_Coconuttrees_PIL.fxsxml',			1),
								
								('Any',				'Any',						1,		'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_MANGO',				'Art/Mango/Mangotrees.fxsxml',									1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MANGO',				'Art/Mango/Plantation_IND_Mangotrees.fxsxml',					1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MANGO',				'Art/Mango/Plantation_IND_Mangotrees_HB.fxsxml',				1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MANGO',				'Art/Mango/Plantation_IND_Mangotrees_PIL.fxsxml',				1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MANGO',				'Art/Mango/Plantation_MID_Mangotrees.fxsxml',					1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MANGO',				'Art/Mango/Plantation_MID_Mangotrees_HB.fxsxml',				1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MANGO',				'Art/Mango/Plantation_MID_Mangotrees_PIL.fxsxml',				1),
								
								('Any',				'Any',						1,		'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_RUBBER',				'Art/Rubber/Rubbertrees.fxsxml',								1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_RUBBER',				'Art/Rubber/Plantation_IND_Rubbertrees.fxsxml',					1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_RUBBER',				'Art/Rubber/Plantation_IND_Rubbertrees_HB.fxsxml',				1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_RUBBER',				'Art/Rubber/Plantation_IND_Rubbertrees_PIL.fxsxml',				1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_RUBBER',				'Art/Rubber/Plantation_MID_Rubbertrees.fxsxml',					1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_RUBBER',				'Art/Rubber/Plantation_MID_Rubbertrees_HB.fxsxml',				1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_RUBBER',				'Art/Rubber/Plantation_MID_Rubbertrees_PIL.fxsxml',				1),
									
								('Any',				'Any',						1.5,	'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_PINE',		'Art/Pine/Pinetrees.fxsxml',									1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_PINE',		'Art/Pine/Plantation_IND_Pinetrees.fxsxml',						1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_PINE',		'Art/Pine/Plantation_IND_Pinetrees_HB.fxsxml',					1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_PINE',		'Art/Pine/Plantation_IND_Pinetrees_PIL.fxsxml',					1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_PINE',		'Art/Pine/Plantation_MID_Pinetrees.fxsxml',						1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_PINE',		'Art/Pine/Plantation_MID_Pinetrees_HB.fxsxml',					1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_PINE',		'Art/Pine/Plantation_MID_Pinetrees_PIL.fxsxml',					1),
								('Any',				'Any',						1.15,	'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_APPLE',		'Art/Apple/Appletrees.fxsxml',									1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_APPLE',		'Art/Apple/Plantation_IND_Appletrees.fxsxml',					1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_APPLE',		'Art/Apple/Plantation_IND_Appletrees_HB.fxsxml',				1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_APPLE',		'Art/Apple/Plantation_IND_Appletrees_PIL.fxsxml',				1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_APPLE',		'Art/Apple/Plantation_MID_Appletrees.fxsxml',					1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_APPLE',		'Art/Apple/Plantation_MID_Appletrees_HB.fxsxml',				1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_APPLE',		'Art/Apple/Plantation_MID_Appletrees_PIL.fxsxml',				1),
								('Any',				'Any',						1.5,	'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_MAHOGANY',	'Art/Mahogany/Mahogany.fxsxml',									1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MAHOGANY',	'Art/Mahogany/Plantation_IND_Mahogany.fxsxml',					1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MAHOGANY',	'Art/Mahogany/Plantation_IND_Mahogany_HB.fxsxml',				1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MAHOGANY',	'Art/Mahogany/Plantation_IND_Mahogany_PIL.fxsxml',				1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MAHOGANY',	'Art/Mahogany/Plantation_MID_Mahogany.fxsxml',					1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MAHOGANY',	'Art/Mahogany/Plantation_MID_Mahogany_HB.fxsxml',				1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_MAHOGANY',	'Art/Mahogany/Plantation_MID_Mahogany_PIL.fxsxml',				1),
								('Any',				'Any',						1.25,	'ART_DEF_IMPROVEMENT_NONE',					'SNAPSHOT',				'ART_DEF_RESOURCE_LUMBER',		'Art/Lumber/Lumbertrees.fxsxml',								1),
								('Industrial',		'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_LUMBER',		'Art/Lumber/Plantation_IND_Lumbertrees.fxsxml',					1),
								('Industrial',		'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_LUMBER',		'Art/Lumber/Plantation_IND_Lumbertrees_HB.fxsxml',				1),
								('Industrial',		'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_LUMBER',		'Art/Lumber/Plantation_IND_Lumbertrees_PIL.fxsxml',				1),
								('Ancient',			'Constructed',				1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_LUMBER',		'Art/Lumber/Plantation_MID_Lumbertrees.fxsxml',					1),
								('Ancient',			'UnderConstruction',		1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_LUMBER',		'Art/Lumber/Plantation_MID_Lumbertrees_HB.fxsxml',				1),
								('Ancient',			'Pillaged',					1,		'ART_DEF_IMPROVEMENT_PLANTATION',			'SNAPSHOT',				'ART_DEF_RESOURCE_LUMBER',		'Art/Lumber/Plantation_MID_Lumbertrees_PIL.fxsxml',				1);

INSERT INTO ArtDefine_LandmarkTypes (Type,										LandmarkType,	FriendlyName) VALUES	
										('ART_DEF_RESOURCE_CACAO',					'Resource',		'Cacao'),	
									('ART_DEF_RESOURCE_COCONUT',				'Resource',		'Coconut'),	
									('ART_DEF_RESOURCE_MANGO',					'Resource',		'Mango'),	
									('ART_DEF_RESOURCE_RUBBER',					'Resource',		'Rubber'),						('ART_DEF_RESOURCE_PINE',					'Resource',		'Pine'),
									('ART_DEF_RESOURCE_APPLE',					'Resource',		'Apple'),
									('ART_DEF_RESOURCE_MAHOGANY',				'Resource',		'Mahogany'),
									('ART_DEF_RESOURCE_LUMBER',					'Resource',		'Lumber');
 
Thank you, Horem. This helps me immensely. Full credit will, of course, be afforded.

I've decided that I will forgo using an adaptive graphic of a lumbermill, and just have a bare lumbermill in place of the Oak trees when improved. It is one of the few instances where it makes perfect sense, I feel.
 
Your Welcome :)

I am looking into the Lumbermill rather than plantation graphic. Its just giving me more issues than I'd have liked.
 
That apple plantation looks so awesome... I wonder how difficult it'd be to add in Apples to the game as a Bananas-like bonus resource...
 
Hmmm. I wonder how hard ot would be to swap the plantation house graphic with the lumbermill...

To hard for me :), been trying on off for week or more. Modeling completely new to me.
 
Can you make Maple, Redwood, Birch and Cedar please?
 
Amazing! Would you be able to do one for Maple?
 
do you by any chance have the modtext files for Coconut and Mango? I added them in and they're invisible...........(I know, it happened again!).

Edit: Well I used a program to generate md5 strings for Mango and Coconut and added those in and I copied and pasted the ArtDefines........but they're still invisible! I'm REALLY confused!
 
Thank you, I think I had the code in the wrong order plus I had taken out the resources I wasn't using in the ArtDefines and apparently it didn't like that. But it seems to be working now!
 
How well do you know how the graphics are handled?

I looked at the lumber.gr2 and it has a duplicate of the meshes like 10 times. i assume this is because some animation file randomly moves them around. Have you looked at this? Can we get by with just one mesh or do we need all of them?
 
In all honesty, that's about where I got lost. Id think just the one will do, since I will use it as a snapshot
 
Not sure if you used different plantation files or not. They really look all the same in grannyviewer. But after I looked at the model structure a bit, it was kind of easy to swap out the lumbermill for the plantation. Very similar to adding wonders so this should work.

Attached is the midplantation files (HB, Built, and pillaged).

Please post screenies to see how it looks. I used your lumber gr2s as the base so it should plug right there (once you rename the files I attached).
 
will this work with my own maps and scenarios i built in World Builder ?

can i choose the new resources in World Builder and put them on my map ?

if not is there a way to make it possible ?

great work anyway !!!
 
@ Ekmek - Tried the lumbermill adaption, works a treat. Had to adjust the plantation huts that were left over a little, darkened them up a bit so they blend in a bit better(circled them), going to use it for ma other Trees now.

 

Attachments

  • Lumber with Mill.jpg
    Lumber with Mill.jpg
    485.8 KB · Views: 2,405
Top Bottom