Coder Social home page Coder Social logo

akvsn / qttabbar_arma3_workdrive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from larrowzurb/qttabbar_arma3_workdrive

0.0 0.0 0.0 8 KB

QTTabBar buttons and script for building addons and managing P: drive mount/dismount

JavaScript 100.00%

qttabbar_arma3_workdrive's Introduction

QTTabBar_Arma3_WorkDrive

QTTabBar buttons and script for building addons and managing P: drive mount/dismount

QTTabBar Buttons -

  • "WorkDrive Mount_Dismount" will mount/unmount P: drive
  • "Addon Builder" will build an addon allowing you to choose project folder, addon folder, and select or create an new sign key to use.

Please open up CheckForP.js and set your particular folder paths as described in the top of the file e.g

//Paths, fill these in to point to your installed items

//Installed Arma Tools Directory
var ArmaToolsPath = "D:\\Utils\\SteamUtilities\\steamapps\\common\\Arma 3 Tools";

//Path used as P: mount directory
var PDriveMountPath = "E:\\ArmAWork";

//Path to Include list used by AddonBuilder. Include list provides file type extensions of files to be included in the addon build
var FileBankInclude = ArmaToolsPath + "\\FileBank\\include.lst";

//Base path to your WIP addons
var AddonsBuildFolderPath = "P:\\Lars";

//Base path to you installed addons e.g where @SomeMod are stored
var AddonsFolderPath = "F:\\My Documents\\Arma 3 - Other Profiles\\Mods\\My Mods";

//Base Path where you keep your private build keys
var DSSignKeysPath = "F:\\Downloads\\My Games CFG\\ARMA3\\editing\\mod_keys";

//Prefix appplied to any created sign Keys
var DSSignFilePrefix = "LARs_";

//DO NOT EDIT BELOW HERE!!

Then edit each buttons configuration -

  • by adding each button to QTTabBar and right click > edit and set

    • the buttons icon
    • and Path to where the supplied script CheckForP.js has been placed
  • or directly in the button file provided

<IconResource>"D:\Utils\SteamUtilities\steamapps\common\Arma 3 Tools\WorkDrive\WorkDrive.exe", 0</IconResource>
<Path>F:\Downloads\Downloads\system\Win10\System Utils\QTTabBar\Scripts\CheckForP.js</Path>

qttabbar_arma3_workdrive's People

Contributors

larrowzurb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.