linuxmaster9 101 Posted September 19, 2015 Im working on modding for Arma 3 and need the PBO tools like Eliteness and mikeros tools for Linux. Is there anything like this? I basically need everything in Mikeros tools unrap, depbo, etc. Share this post Link to post Share on other sites
PuFu 4600 Posted September 19, 2015 there are none, since all other bi tools require windows, and so does the game Share this post Link to post Share on other sites
semiconductor 309 Posted September 19, 2015 bi tools require windows, and so does the game However that might change in the future. https://forums.bistudio.com/topic/184459-public-beta/ Share this post Link to post Share on other sites
PuFu 4600 Posted September 19, 2015 However that might change in the future. https://forums.bistudio.com/topic/184459-public-beta/ doubt that it will change for the tools tbh. from this page - http://dev.arma3.com/ports Limited User-Generated Content compatibility - custom scenarios and mods technically can work in the ports, but it is likely their authors will pursue compatibility with the primary Windows version instead. 1 Share this post Link to post Share on other sites
ARCHaim 11 Posted May 17, 2016 Im working on modding for Arma 3 and need the PBO tools like Eliteness and mikeros tools for Linux. Is there anything like this? I basically need everything in Mikeros tools unrap, depbo, etc. There's a DePbo for linux: https://dev.withsix.com/projects/mikero-pbodll/files (https://dev.withsix.com/attachments/download/22842/depbo-tools-0.5.39-64bit.tgz) Share this post Link to post Share on other sites
remasters 10 Posted January 8, 2017 I have a small CentOS based dedicated server which I run Arma3 on to play my own missons with friends. So far I have continuous integration setup to help me deploy any missions changes, it's a method I'm sure most people on this forum will be familiar with. It would be really nice to have a linux based tool to compile the pbo so I only had to commit the scipt changes to git. Currently I compile the pbo on my windows PC and commit that to git as well as the scripts. Share this post Link to post Share on other sites
winse 22 Posted January 13, 2017 I believe this thing could help you: https://www.npmjs.com/package/gulp-armapbo. I made it some time ago for exact same purpose. It is a simple PBO packer without such features as compressing and binarization, but it works on linux/windows. PS: This guy works on top of NodeJS and GulpJS, so you'll need to have them installed. Share this post Link to post Share on other sites