Git Product home page Git Product logo

heroesofthestorm_aimaps's Introduction

HeroesOfTheStorm_AIMaps

Maps from the jamiephan/HeroesOfTheStorm_S2MA repo patched with AI included!

Running the maps

If you would like to run the map in ./maps, please refer to https://jamiephan.github.io/HeroesOfTheStorm_TryMode2.0/install.html

Directories

This repo will cover the AI compositions as below:

  • ./maps
    • spectator: (5 AI vs 5 AI)
    • 1v1: (You + 0 AI vs 1 AI)
    • 1v2: (You + 0 AI vs 2 AI)
    • 1v3: (You + 0 AI vs 3 AI)
    • 1v4: (You + 0 AI vs 4 AI)
    • 1v5: (You + 0 AI vs 5 AI)
    • 2v1: (You + 1 AI vs 1 AI)
    • 2v2: (You + 1 AI vs 2 AI)
    • 2v3: (You + 1 AI vs 3 AI)
    • 2v4: (You + 1 AI vs 4 AI)
    • 2v5: (You + 1 AI vs 5 AI)
    • 3v1: (You + 2 AI vs 1 AI)
    • 3v2: (You + 2 AI vs 2 AI)
    • 3v3: (You + 2 AI vs 3 AI)
    • 3v4: (You + 2 AI vs 4 AI)
    • 3v5: (You + 2 AI vs 5 AI)
    • 4v1: (You + 3 AI vs 1 AI)
    • 4v2: (You + 3 AI vs 2 AI)
    • 4v3: (You + 3 AI vs 3 AI)
    • 4v4: (You + 3 AI vs 4 AI)
    • 4v5: (You + 3 AI vs 5 AI)
    • 5v1: (You + 4 AI vs 1 AI)
    • 5v2: (You + 4 AI vs 2 AI)
    • 5v3: (You + 4 AI vs 3 AI)
    • 5v4: (You + 4 AI vs 4 AI)
    • 5v5: (You + 4 AI vs 5 AI)

Generate yourself

Windows:

  • Simply run powershell -File patchAI.ps1 and wait for all the maps generated!

Modification

Right now, only the AI configuration present in ./maps are set. However, you can add configurations in the patchAI.ps1.

All non-spectator combinations should have created. The modification below applies to if you want to be spectator mode and watch any combination number of AI vs AI.

Players ID:

  • Player 1 = Yourself (Blue Team)
  • Player 2 - 5 = Blue team (your team)
  • Player 6 - 10 = Red team (enemy team)

Note: If you replace yourself with AI, you will become spectator mode.

PVE Maps:

PVE Maps like Escape from Braxis or Deadman's Stand uses a different type of patch mode. You will need to specify a boolean type at the end of the parameter:

e.g $isPvE = true

Note: Mixing it wil normal maps may have unexpected results.

Example 1:

Configuration:

  • You: Spectator
  • Blue Team: 1 AI
  • Red Team: 5 AI
  • Non-PVE Map: $isPvE = false

Outcome:

You become spectator mode, watching AI 1v5.

Code:

PatchAI $mapPath "./maps/spectator-1v5/$mapFile" "1,6,7,8,9,10" $isPvE

This means that it will generate AI for Player 1,6,7,8,9,10

Example 2:

Configuration:

  • You: Spectator
  • Blue Team: 3 AI
  • Red Team: 4 AI
  • PVE Map: $isPvE = true

Outcome:

You become spectator mode, watching AI 3v4.

Code:

PatchAI $mapPath "./maps/spectator-3v4/$mapFile" "1,2,3,6,7,8,9" $isPvE

This means that it will generate AI for Player 1,2,3,6,7,8,9

Finishing Up

After you setup all the configurations, run the patchAI.ps1 again!

S2MA

The Maps in this repo are based on the repo jamiephan/HeroesOfTheStorm_S2MA and simply modified the files to add AI into the maps.

heroesofthestorm_aimaps's People

Contributors

jamiephan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.