Ok I will For you guys. Its rather Simple. In the Main Battlecraft Directory for me its
C:/Program Files/EA GAMES/Battlecraft 1942
look for a file that says Custom.Lst Open this up with word Pad. Now you can use WinRFA and other stuff to find the names of things. The Explosions that i Found actaully make Sound are called ExplAni01 and ExplAni02 So in our Customs LST we see
//Placeable Objects. BCOBJECTS.LST created by BattleCraft '42
//This file contains all objects that are placeable in a BF1942
//map. There is a limit of 1024 objects and 32 categories. If
//you add any more objects to this list, be careful not to exceed
//these amounts.
//
//This is for adding custom objects to battlecraft. It is loaded
//after the MOD .lst is loaded.
//
//[CategoryName] - This is a category identifier
//ObjectName=MeshType(meshname)
[STRUCTURES]
[PROPS]
[VEGETATION]
[STATIONARY_WEAPONS]
[VEHICLES_AIR]
[VEHICLES_LAND]
[VEHICLES_SEA]
[EFFECTS]
This.
In the EFFECTS tab we place the text
ExplAni01=StandardMesh(Ammobox_m1)
so you get this:
[EFFECTS]
ExplAni01=StandardMesh(Ammobox_m1)
and save it.
When we go into BC, look for the Explosion Effect and click on it. Youll see a little Ammobox. And just place it where you want it. Like i said it doesnt work for all the Effects. But if you want to find out what works and what doesnt just try the Objects listed in the Objects.rfa under Effects. Using WinRFA is the easiest way to find these. so far ive found it works for a few things. These Explosions. The BuildingFire Sounds, and the Flak Sounds like flak is exploding. Im trying others now. But wont be sure just how many of them work until I try them all. Ill post up all the Items that work for this soon. Still trying it. But thats how you do it.
|