Git Product home page Git Product logo

arma-3-script-backups's People

Contributors

araxiel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

arma-3-script-backups's Issues

SoPop - Negative Tag search entry

Potentially add a feature to the unit selection function, that allows to not include a certain tag.
An example, not wanting a class with the "unarmed" tag returned, with these 3 vehicle classes:

  • {"attack","defense","unarmed"}
  • {"attack","defense"}
  • {"attack","defense"}

Current option:
Have more positive tags. So, add an "armed" tag, and then search for that one.

Potential option:
Potentially if one of the argument tags has a - (minus) in front of it, have it not be searched. This could be achieved at looking at each argument string, checking if the first letter is a - (I think select 0 with strings returns that), and if it is, change the join string _searchTypeTags apply {format ["'%1' in getArray (_x >> 'tags')",_x]}; to be a negative with !

The potential option would be quite some work... which I don't feel like right now. Easier to just have more positive tags for now.

Redo Operation Gorgon

Redo Operation Gorgon, but without using DMP, instead completely using my own scripts.

SoPop - Unit weight

In addition to tags, potentially have units be weighted within the database.

Although, weighting can be accomplished, before calling the function. Something like:
_tags = ["defense",selectRandomWeighted ["basic",5,"team",2,"officer",1]]; // ["defense","basic"] _selectedUnitFromTags = ["Infantry",_tags ,["EAST","tropical"] ] call fnc_SoPop_selectUnitFromTags;

Side Objectives

Side Objectives that gives various boni, support, credits, etc.

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.