isxGames now offers a public github repository for all publicly released (open source) scripts. Users are encouraged to clone our public repository in order to see what has been released by users of isxGames extensions and to submit updates (or new scripts) of their own.
There are many ways to interact with a github repository on your local computer; however, my suggestion is to use TortoiseGit:
Once the download has completed, you can then browse the repository and copy/paste any scripts that you want to explore.
Submitting new scripts or updates
If you want to contribute to the script repository (or have your scripts added), please feel free to create an account on github, fork the repository, and then issue pull requests to the official repository. I suggest searching Google for some nice HOWTOs, etc. on doing this; however, here is a nice link to get you started: https://www.inboundnow.com/getting-started-tortoisegit-github/ You might also benefit from the YouTube video below:
There are many ways to interact with a github repository on your local computer; however, my suggestion is to use TortoiseGit:
- Download TortoiseGit from the internet at https://tortoisegit.org/download/ (be sure that you install the 32 or 64-bit version, depending upon your current operating system.) Install it and reboot your computer.
- Using Windows Explorer, decide on a folder on your computer that you wish to store things that you download from Github. For example, I might create a folder C:\ISXEQ2Scripts\. Truthfully though, it could be anywhere you want.
- In Windows Explorer, go that folder and right click your mouse in it. Once the 'right click' menu pops up, select the option "Git Clone"
- When the next window opens, use the following settings:
Code:
URL: https://github.com/isxGames/isxScripts.git
- Then click OK (you do not need to mess with the other settings.)
Once the download has completed, you can then browse the repository and copy/paste any scripts that you want to explore.
Submitting new scripts or updates
If you want to contribute to the script repository (or have your scripts added), please feel free to create an account on github, fork the repository, and then issue pull requests to the official repository. I suggest searching Google for some nice HOWTOs, etc. on doing this; however, here is a nice link to get you started: https://www.inboundnow.com/getting-started-tortoisegit-github/ You might also benefit from the YouTube video below:
Last edited: