OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: DELTA_STO on 06 Feb 2004, 22:19:20

Title: addon that displays a short logo
Post 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....  
Title: Re:addon that displays a short logo
Post by: shawm3 on 06 Feb 2004, 22:23:38
look a coc atry addon it displays a logo with a sound file when you add the object to the map
Title: Re:addon that displays a short logo
Post by: DELTA_STO on 06 Feb 2004, 22:42:27
LOL  I tried, Got lost in the scripting. that is what gave me the idea...
Title: Re:addon that displays a short logo
Post by: DBR_ONIX on 09 Feb 2004, 14:23:25
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