beeper 8 Posted January 22, 2020 Tryin to build pbo (MakePbo.exe) without mission and config.cpp, but looks like -J now working, how to ignore Ignore lack of mission.sqm or config.cpp? Share this post Link to post Share on other sites
mikero 77 Posted January 24, 2020 Here are the rules: There are two kinds of pbo: +A mission.pbo : contains a mission.sqm intended for use in mission space +An addon.pbo which uses engine space addressing. a config.cpp is required because of it's contents and because the engine must know the name of this addon. (the file name is irrelevant). >every addon requires < class cfgPatches { class NameOfPbo { The reason for the change is that people are looking for my watermark signature inside a pbo to check if the addon is 'good'. If found, they look elsewhere for basic issues knowing that my tools have covered the usual errors. people were using my tools as a stamp of authority that their addons were 'good', without having to do any work to ensure that they were. You can no longer use my tools to make 'wyswig' (-N) pbos. because wyswig doesn't look for errors. Great for you, terrible for the user of your addon. Share this post Link to post Share on other sites
six_ten 206 Posted April 4, 2020 I have the same problem as others: rapify cannot be found. Share this post Link to post Share on other sites
bhcluster 15 Posted August 26, 2020 Hi Mikero, You have mentioned that the subscriber version of your tools will 'allow' unbinarised config.cpps to be the pbo in the next release. Can you let us know when will that be? Share this post Link to post Share on other sites
mikero 77 Posted August 30, 2020 early this week, am putting some finishing touches in other areas and testing all of them first. the major reason for cpp of course is to now 'allow' >and detect<!!! that the config is using evals that can only be known at game load time. Most are normal and can be binarised, but there's a trend these days towards using statements like scope=__EVAL(something strange;}; Share this post Link to post Share on other sites
bhcluster 15 Posted September 5, 2020 On 8/31/2020 at 12:10 AM, mikero said: early this week, am putting some finishing touches in other areas and testing all of them first. the major reason for cpp of course is to now 'allow' >and detect<!!! that the config is using evals that can only be known at game load time. Most are normal and can be binarised, but there's a trend these days towards using statements like scope=__EVAL(something strange;}; As soon as you have done it please let us know. Share this post Link to post Share on other sites
mikero 77 Posted September 8, 2020 latest releases of pboProject and the dll 'allow' text config.cpp and mission.sqms. Irrespective, the files themselves are still checked for errors before being accepted. Share this post Link to post Share on other sites
bhcluster 15 Posted September 13, 2020 Is this the website to buy the Tools https://bytex.market/products/item/weodpphdknnzm70o0h8q/Mikero's Dos Tools Share this post Link to post Share on other sites
mikero 77 Posted September 15, 2020 not even going to bother answering that. 1 Share this post Link to post Share on other sites
HazJ 1278 Posted September 15, 2020 On 9/13/2020 at 6:45 PM, bhcluster said: Is this the website to buy the Tools https://bytex.market/products/item/weodpphdknnzm70o0h8q/Mikero's Dos Tools Yes. 10 hours ago, mikero said: not even going to bother answering that. Might be useful to update the link in your first post. I know it's obvious and easy to Google but yeah. 1 1 Share this post Link to post Share on other sites
bhcluster 15 Posted September 15, 2020 2 hours ago, HazJ said: Yes. Might be useful to update the link in your first post. I know it's obvious and easy to Google but yeah. That's why I asked, cos the link on the front page didn't work and on google I got that one. Share this post Link to post Share on other sites
Mr Bullet 1 Posted September 16, 2020 Hello to all! I have a problem packing mod with mikero tools. more precisely: makepbo failed with error code -1073740940 , tried reinstalling all software but also get: makepbo failed with error code -1073740940 Share this post Link to post Share on other sites
Mr Bullet 1 Posted September 16, 2020 Just now, Mr Bullet said: Hello to all! I have a problem packing mod with mikero tools. more precisely: makepbo failed with error code -1073740940 , tried reinstalling all software but also get: makepbo failed with error code -1073740940 https://pastebin.com/dSnCHq3N Share this post Link to post Share on other sites
bhcluster 15 Posted September 16, 2020 Hi everyone, Does anyone know how to fix this error? pboProject v2.80.7.76 Environment Variables... PATH is set correctly Share this post Link to post Share on other sites
Mr Bullet 1 Posted September 17, 2020 5 hours ago, bhcluster said: Hi everyone, Does anyone know how to fix this error? pboProject v2.80.7.76 Environment Variables... PATH is set correctly complete reinstallation of mikero tools and arma 3 tols, it helped me a lot once 1 Share this post Link to post Share on other sites
Mr Bullet 1 Posted September 17, 2020 I faced a similar situation yesterday, but a complete reinstallation did not help them. But the main thing is after removal. 1 minute ago, Mr Bullet said: complete reinstallation of mikero tools and arma 3 tols, it helped me a lot once Share this post Link to post Share on other sites
Mr Bullet 1 Posted September 17, 2020 now i have other errors (after everything worked well). Godbless ARMA and its creators))))))) Share this post Link to post Share on other sites
mikero 77 Posted September 19, 2020 assuming you're using the subscriber version of my tools Mr Bullet, simply download the auto updater from your personal webpage (it's the blue download button). It will indicate Any tool that's out of date and give you the option to upgrade it. the error message you display above always happens when my dll is not compatible with the exe tool you want to use Share this post Link to post Share on other sites
mikero 77 Posted September 19, 2020 @bhcluster. apologies. The url on the first page have been updated. 2 Share this post Link to post Share on other sites
tranceakustika 0 Posted October 27, 2020 Help with DePbo . this error is in the log. Spoiler rapify x64UnicodeVersion 1.79, Dll 6.32 "config. cpp" Min depbo dll version required is 6.78, is 6.32 there is a DePbo installation file with version 6.78 Share this post Link to post Share on other sites
mikero 77 Posted October 27, 2020 i have no idea where you got the above versions from, the free tools are currently Rapify.1.82.7.45.Installer DePbo.7.46.0.17.Installer They can be found here:https://mikero.bytex.digital/Downloads 1 Share this post Link to post Share on other sites