Page 1 of 1
Tiger icon
Posted: Fri Oct 03, 2014 2:01 am
by GoodDayToDie!!
GoodDay ALL!!!,
So, I added the SpiderTiger from the Parallel Worlds Mod to a revised is82 map. However, I can't find the icon for the tiger in the texture folder of bf1942..can anybody please help point me in the right direction?
Re: Tiger icon
Posted: Fri Oct 03, 2014 3:02 pm
by freddy
Cant you backtrace it from the name in the tigers objects.con?
ObjectTemplate.setVehicleIcon "Vehicle/Icon_panzeriv.tga"
and then make a search for Icon_panzeriv.tga in the texture folder
Re: Tiger icon
Posted: Fri Oct 03, 2014 7:21 pm
by GoodDayToDie!!
Thanks Freddy, that helped....
Now I have the icons in place, I don't have the sound yet...:/
I unpacked the sounds file from the mod....but there isn't anything notable....any suggestions?
Re: Tiger icon
Posted: Fri Oct 03, 2014 11:39 pm
by freddy
sound is tricky
i have a map with added flettner and the code looks like this, ROOT is the map root in this case and the @RTD is the three different ingame soundsettings
Code: Select all
load @ROOT/Sound/@RTD/flettner_engine1.wav
Battle of Britain has some custom vehicles with sound so you can use it as a example