Home   Help Search Login Register  

Author Topic: config.cpp for ammo boxes  (Read 1288 times)

0 Members and 1 Guest are viewing this topic.

occam

  • Guest
config.cpp for ammo boxes
« on: 28 Aug 2002, 16:07:58 »
Okay, so here I am making my very first add on - reammo boxes that contain only custom ammo, much like the official addon ammo boxes. Lo and behold I discover, much to my dismay, that I can't find a tute that will tell me which parameters to change and what the proper format is. There's plenty of info explainging how to change values for weps and vehicles and such...but nothing I can find about holding ammo.

So far, I don't think I have a problem deciphering the general layout of a .cpp file as it is fairly straight forward. I have unPBO'd the official ABox.pbo file to see how BIS did it, but the config is in .bin format which I can't make head nor tail of, even in a hex editor.

I have ascertained that I need to add a transportMagazine parameter to my class entry, but I need to know what format this needs to take.

Any help would be mucho appreciated!


occam

  • Guest
Re:config.cpp for ammo boxes
« Reply #1 on: 28 Aug 2002, 16:53:47 »
Nevermind...found it!