LeafMaster510 10 Posted September 16, 2009 Hi. I saw a mod on YouTube, but that few years ago. OK, how to make a config (or another file), to change axis of weapon movement. As you see, if you turning your mouse, your player first turning only weapon, but later all body. If you know, how to make something like this on that screen? How to change axis of turning weapon without all body. Look on the feets - they are in line! As you see, player full weapon axis is small, but AI's is big. Idk how to do thats, i think someone here know. Thanks for reply. Share this post Link to post Share on other sites
sanctuary 19 Posted September 16, 2009 In config, look for class Man:Land or class Man: Land scroll down a bit you should see those lines : minGunTurn=-...; maxGunTurn=...; these are for the human player and minGunTurnAI=-...; maxGunTurnAI=...; these are for the AI only It is what control how much of the free aim zone is possible. In your screenshot the free aim zone of the AI is defined as bigger than the player, that's why you see the difference. Share this post Link to post Share on other sites
LeafMaster510 10 Posted September 16, 2009 Oh, thanks very much friend! But, its in config.bin. If i converting it to cpp, and want agin convert into bin, there is show me a lil problem. You know where I can found oryginal config.cpp (Oryginal from config.bin), there can change thats options and convert it back to bin? Share this post Link to post Share on other sites
-martin- 10 Posted September 16, 2009 (edited) Oh, thanks very much friend!But, its in config.bin. If i converting it to cpp, and want agin convert into bin, there is show me a lil problem. You know where I can found oryginal config.cpp (Oryginal from config.bin), there can change thats options and convert it back to bin? I know that there is a program that can unwrap .bin configs in ArmA, I'm not sure if it works for OFP, you can give it a try :) EDIT: here is the link http://jarkko.ip.fi/ofp/armaunbin_v10.zip Edited September 16, 2009 by -Martin- Share this post Link to post Share on other sites
zulu1 145 Posted September 16, 2009 Oh, thanks very much friend!But, its in config.bin. If i converting it to cpp, and want agin convert into bin, there is show me a lil problem. You know where I can found oryginal config.cpp (Oryginal from config.bin), there can change thats options and convert it back to bin? CPP2BIN will do it. http://www.opflashpoint.org/downloads/mission_tools/12.zip Also to unbin Binary View is a great tool. ftp://ftp.ofpr.info/ofpd/rest/Binview.zip Share this post Link to post Share on other sites
LeafMaster510 10 Posted September 16, 2009 (edited) Martin# Thats dont work :/ Zulu1# Thanks, i will try this! Zulu1## Thanks buddy, thats works great! Thanks alot! Edited September 16, 2009 by LeafMaster510 Share this post Link to post Share on other sites
sanctuary 19 Posted September 16, 2009 You know where I can found oryginal config.cpp (Oryginal from config.bin), there can change thats options and convert it back to bin? I don't know how much you know about OFP, but i recommend you to NOT replace the original BIS config.bin (located in ..\Res\bin\ ) by a modified one. Instead create your own mod folder and inside of it, add a sub folder you will name bin In ..\yourownmodfolder\bin\ you can then put your modified config.bin file This way starting OFP with a -mod=yourownmodfolder will use your modified config, without having touched to the original BIS one. For the tools to use, the one from Zulu1 post are the ones i have always used, they work perfectly. Share this post Link to post Share on other sites
zulu1 145 Posted September 16, 2009 (edited) Forgot that there was one other tool. PBO Decryptor v1.3 (unpbo1.3) that will depbo and debin as well. After file is selected hit drop down arrow and change from PBO to BIN. http://www.ofp-shabashka.narod.ru/shabashnik/files/UnPBO_13.zip To throw it in my favorite and most unsed tool is WinPbo. http://andrew.nf/ofp/tools/winpbo.rar When properly associted with PBO files through Windows you can just double click on any PBO file. It will not unpbo 100% of time, but 98% is pretty good. I use unpbo or Mikero`s Elietness as a fallback. Edited September 16, 2009 by Zulu1 Share this post Link to post Share on other sites
LeafMaster510 10 Posted September 17, 2009 Yes i know. I made that, whats i want. Topic can be closed. Thanks ;D Share this post Link to post Share on other sites