Home   Help Search Login Register  

Author Topic: Installer utility, for wss files or ogg etc files into exsiting pbo's?  (Read 1148 times)

0 Members and 1 Guest are viewing this topic.

Offline Chammy

  • Members
  • *
  • I'm a llama!
Does anyone here know of a tool I can use to make an auot installer for OFP?I some sound files of wss and ogg form I'd like to distribute but putting the new ones into the pbo file that is already too big to dl  I was wondering if there is a way to create a file that can automatically be installed as soon as the person opening the package and designating the destination can install it without having to open up the pbo file and then installing the file and then re compressing to pbo?

Offline General Barron

  • Former Staff
  • ****
  • Semper Fi!
I have no idea what you are asking, sorry.  :-\
HANDSIGNALS COMMAND SYSTEM-- A realistic squad-control modification for OFP
kexp.org-- The best radio station in the world, right here at home! Listen to John Richards!

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
The BAS Tonal/Tango patch 2 uses a self-extracting archive that also has some SFX scripting in it which starts a PBO patch tool.

This patch tool (PboPatch.exe) then allows the user to select the addon files that should be patched and subsequently does just that, i.e unpacks them and applies the new files and re-recrates the now patched addon.

It's not completely automatic, since it requires the user to navigate and manually select each addon that is to be patched. (There might be a way to work around that and make it fully automatic but I can't been a**ed to try to do it now)

Limitations of PboPatch
Only one: it can't unpack compressed PBO files (i.e addons that are packed with say MakePBO), only uncompressed ones (PBOTool). A lot of addons out there are compressed so this might limit its use for your purposes.

If I were you, I'd take a look at that and
  • See if it's applicable to your problem.
  • Figure out its usage and function (can be done by studying the Tonal patch 2 above)
  • Start learning about SFX scripts in self-extracting zip archives.
  • Armed with this knowledge, figure out how to make your own patcher/installer.
Good luck!

Offline Chammy

  • Members
  • *
  • I'm a llama!
Hmmm,..wow, thnx