Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Powell

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Powell

  • Rank
    Private
  1. Hello guys I'm having trouble trying to pack an addon. Let me explain: I modified an addon config file to test something. I unpacked it with DePbo and Eliteness, modified it, and then I packed it back with cpbo. But when I tried the addon, I took loads of errors (no geometry lod in the RPT file, not found pictures...) and ArmA return to desktop when I try my units in the editor. I said to myself "you did something wrong in your config, stupid addon maker". So I tried the same (unpacking then repacking) without modifying any file... and same problem ! Everytime I pack with CPBO or BinPBO, game seems to load the pbo with lot of problems and no units works. I tried to unpack with Eliteness the newly made pbos. If packed with CPBO, Eliteness find "Strange header", and if packed with BinPbo, Eliteness just can't unpack it, there is also a problem of header. I could use MakePbo, but when I try it in Eliteness, it doesn't work ("DePbo No PBoFile opened" error), and when I try it in the command line, it doesn't work either (just shows the menu and doesn't pack anything). I'd be really glad if you'd help me because I'm kind of desperate at the moment :(
  2. It worked when I putted the CfgConfigClasses in one of my addons cpp... not in my lonely pbo... strange ^^ thanks anyway
  3. Thanks for your reply, but it doesn't help me :( I've already found that config part, but when I add a faction class, it doesn't work :(
  4. Hello, I tried to add my units in a new faction. I search in some pbos and find CfgFactionClasses in Ca.pbo. So I created a separate pbo for my mod, like a misc.pbo. I just putted this config.cpp inside: #define ReadAndWrite 0 #define ReadAndCreate 1 #define ReadOnly 2 #define ReadOnlyVerified 3 #define TEast 0 #define TWest 1 #define TGuerrila 2 #define TCivilian 3 #define TSideUnknown 4 #define TEnemy 5 #define TFriendly 6 #define TLogic 7 #define true 1 #define false 0 #define private 0 #define protected 1 #define public 2 class CfgFactionClasses { class FR { displayName = "France"; priority = 10; side = TGuerilla; }; }; And then I write for my units: faction = FR; but the game tell me any idea ?
  5. Powell

    can't run buldozer

    Hey there I got the same problem when I launch Buldozer from Visitor 3. Arma runs without a problem. Thanks for your help
  6. Powell

    Operation Frenchpoint GUI

    This chose was made after long discussion about it. Our military adviser told us that statics only appeared when NVG battery were to their limit, so we choose not to show statics on the screen. It's discutable as always
  7. Powell

    Incoming french addons

    The FAMAS Sniper and FAMAS with bayonets on our forum are NOT by OFrP, but by a young modder FAN_ONLY_1. OFrP may work on these rifles in the future but they are not in the next pack.
×