Home   Help Search Login Register  

Author Topic: mod /bin/config problems  (Read 990 times)

0 Members and 1 Guest are viewing this topic.

Combat-Agent

  • Guest
mod /bin/config problems
« on: 08 Jan 2005, 04:59:42 »
For my mod I want to create a edited /bin/config file. There is a shortcut leading to the mod folder. There is a bin folder with the config file in it. What the problem is that even if i just copy and paste resistances /bin/config into my mods bin folder and start up the game, a unit with a pistol equipped will be unable to move and sometimes be waste deep in the ground. You have to drop the pistol in order to do anything. Anyone know what the deal is?

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
Re:mod /bin/config problems
« Reply #1 on: 08 Jan 2005, 06:16:17 »
Seen it happen, still not sure why it happens.

Try bin:ing it using the "cpp2bin" utility (available from the Editor's Depot here on OFPEC, IIRC)

Don't start ofp with both a "mymod/bin/config.cpp" and "mymod/bin/config.bin" though, because the problem will remain. Move the .cpp file out of the folder while testing.

Combat-Agent

  • Guest
Re:mod /bin/config problems
« Reply #2 on: 08 Jan 2005, 07:43:49 »
Excellent, worked perfectly, thank you.