Hia all,
Ok I've built a tank turret bunker as part of a project Im doing.
I've read the now famous tutorial set by BRRSEB
Im tring to work out how to intergrate the turret from the boat tutorial into my config. I think I can sort the named selections in O2, Anyone help me out with the config?
Also when I use a texture (as JPG then imported and converted into O2 from 3ds) I seem to loose all quality and colour but prefer to use 3ds max exclusively if i can..
http://www.freewebs.com/ofp-screens/Last two images are the model in question, and the texture for the modelled landscape is the same texture as the terrain texture, what gives?
Thanks
Steve
Present Config:
/*
mrs_tanktobruk
*/
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7
#define true 1
#define false 0
#define private 0
#define protected 1
#define public 2
class CfgPatches
{
class mrs_tanktobruk
{
units[] = {mrs_tanktobruk};
weapons[] = {};
requiredVersion = 1.4;
};
};
class CfgVehicles
{
class All {};
class AllVehicles: All {};
class Land: AllVehicles {};
class Static : Land {};
class Building : Static {};
class NonStrategic : Building {};
class Fence : NonStrategic {};
class WireFence: Fence {};
class House: NonStrategic {};
class ViewTower2: House{};
class bunk: ViewTower2
{
model="\mrs_tanktobruk\mrs_tanktobruk";
armor=2000;
scope=2;
vehicleClass="Objects";
displayName="mrs_tanktobruk";
};
};