#include "simulation/Elements.h"
//#TPT-Directive ElementClass Element_BGLD PT_BGLD 170
Element_BGLD::Element_BGLD()
{
	Identifier = "DEFAULT_PT_BGLD";
	Name = "BGLD";
	Colour = PIXPACK(0xFFE0A0);
	MenuVisible = 1;
	MenuSection = SC_POWDERS;
	Enabled = 1;
	
	Advection = 0.0f;
	AirDrag = 0.00f * CFDS;
	AirLoss = 0.00f;
	Loss = 0.0f;
	Collision = 0.0f;
	Gravity = 1f;
	Diffusion = 0.00f;
	HotAir = 0.000f	* CFDS;
	Falldown = 1;
	
	Flammable = 0;
	Explosive = 0;
	Meltable = 0;
	Hardness = 0;
	
	Weight = 175;
	
	Temperature = R_TEMP+0.0f	+273.15f;
	HeatConduct = 80;
	Description = "Broken gold.See GOLD for more info";
	
	State = ST_SOLID;
	Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC;
	
	LowPressure = IPL;
	LowPressureTransition = NT;
	HighPressure = IPH;
	HighPressureTransition = NT;
	LowTemperature = ITL;
	LowTemperatureTransition = NT;
	HighTemperature = ITH;
	HighTemperatureTransition = NT;
	
	Update = NULL;
	Graphics = NULL;
}
Element_BGLD::~Element_BGLD() {}
Element_BGLD PT_BGLD 170
Are you sure its ID 170?
In the latest source TPT has 172 ID's
Change
Element_BGLD PT_BGLD 170
to Element_BGLD PT_BGLD 173
hmm, i got an idea, i'll send you the source
here you go, download and extract
https://mega.co.nz/#!YEtnAJSR!KFdWbUzGNIiVl49khXmbYicqHttc9HruvHXxaIms8B0