Sound Config tutorial
Moderators: Lone Wolf, Snake Man
-
- Commander-In-Chief
- Posts: 9833
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Sound Config tutorial
Read PMC Editing Wiki: Sound Config tutorial page.
Feel free to ask questions and I'll try to improve the tutorial as necessary.
Thanks.
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
-
- FreeFalcon
- Posts: 848
- Joined: 2001-03-04 23:01:01
- Location: here
Re: Sound Config tutorial
I have a question about configs - let me know if you'd rather have this a separate topic.
But, I've been asked to help config a helo. I grabbed a config from a similar helo to learn from. This is for helos, but I've noticed the same thing for weapons and other vehicles. The config goes through the entire hierarchy.
Code: Select all
class CfgVehicles
{
class AllVehicles;
class Air: AllVehicles
{
class Sounds;
};
class Helicopter: Air
{
class Turrets
{
class MainTurret;
};
class NewTurret;
class ViewPilot;
class AnimationSources;
class Sounds: Sounds
{
class Engine;
class Movement;
};
};
class ***new helo***:helicopter
{...};
Code: Select all
class helicopter;
class *new helo*: helicopter
{...};
Thanks!
-
- Commander-In-Chief
- Posts: 9833
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Re: Sound Config tutorial
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".