Hello ladies/Gentlemen:
I've been trying to get into creating addons from scratch, and with the help of some excellent tutorials, I believe I am very close to being the proud creator of my first addon.. almost. My current issue is, I have created and textured a model with no errors. I used Binpbo to create the model, but when I launch Arma 2 CO, I cannot find the container in any of the empty directories. The tutorial was from OFP, so I am wondering if anything has changed in the config that would now allow me to use this in arma 2?
Thank you.. the download link is below.
https://dl.dropbox.com/u/23389642/crate.rar
Config File (no download required)
I set the random display name to hopefully make it stand out, but I still cannot find it in game! Any help would be greatly appreciated.Code:class CfgPatches { class Crate { units[] = {Crate}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class CfgVehicles { class All {}; class Static: All {}; class Building: Static {}; class NonStrategic: Building {}; class TargetTraining: NonStrategic {}; class TargetGrenade: TargetTraining {}; class Crate: TargetGrenade { model="\crate\crate"; armor=20000; scope=2; displayName="LOLOLOL"; } }
RichardsD
HOME
Reply With Quote
