Is anyone here familiar with editing .pbo's?
I would like to edit this mission file to just add more weapons in the starting ammo box, specifically because whoever made it forgot to add ammo for most guns. Plus, I'd like to add more ACE weaponry in it.
If anyone is kind enough to help out, that'd be great
ArmAunpbo is a program that exposes all .sqs and similar files in the .pbo file. From there I'm guessing you pack all of those files into a .sqm file and place it to Documents/arma 2 other profiles/name/mpmissions. You can edit it in the mission editor and tinker with the ammo box code there under the "initialization" box. I'm guessing that the mission you're using already has edited weapons in the ammo box, so you can follow and edit the code used in that.
Here is a website with most of the class names for weapons and ammo.
If you haven't done anything with this before, I wouldn't recommend you tinker with it now until you watch either a video or look up a tut.