OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: DELTA_STO on 06 Feb 2004, 22:19:20
-
I am working on a small addon for my group. When this addon is used, I would like a small logo to appear on screen ans a small OGG sound file to play for a few seconds.. How can I do this....
-
look a coc atry addon it displays a logo with a sound file when you add the object to the map
-
LOL I tried, Got lost in the scripting. that is what gave me the idea...
-
Hmm, De-PBO the addons (Obilisc thing), look in it INIT.sqs file.. And open any files that are linked in that..
One of them should use a command like titleObj... look for it :)
basicly, I think, it is just a TGA/PAC/PAA/JPEG(Not sure which one..) file, that is in the PBO, that you use the titleobj command to show..
Or.. open scripts.pbo in the dta file.. There is the intro file, that uses the titleobj command 3 times (To show the codemasters stuff etc)
hope this helps..!
- Ben