• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

JASS Script Repo

Level 31
Joined
Jul 10, 2007
Messages
6,306
Create a github account at github.com

To grab the repo

1. Click on Clone with Windows (this will download a program)
2. Click on Clone with Windows again after you have installed the program

To put your own resources up

1. Click on Fork
2. This will create a repo for you
3. Rename Repo to RepoName-Local
4. Click on Clone with Windows for your repo
5. Delete the master branch in your repo
6. Working out of the local code branch, add your own files and so on
7. Click Pull Request whenever you want to update
8. An approved user (moderator/admin/super trusted person) will review your pull request to see if it's ok or not (to prevent abuse)

A pull request is ok so long as the resource is yours and comes from the local-code branch and is being applied to the master branch.

Be sure to go to Tools and change Default Storage Directory to where you want to store the scripts.

Follow format in the repo for your resources as well (readme, 1 folder per resource, script).

The script may be split up into many other scripts but please auto include them.

 
Last edited:
Top