Skip to content

Commit 452a640

Browse files
authored
Update README.md
1 parent e425646 commit 452a640

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

README.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1-
# greyscript-scripts
2-
A collection of random scripts/tools I made in greyscript for the game Grey Hack.
1+
<h1 align="center"><b>greyscript-tools</b></h1>
2+
<p align="center">
3+
<a href="https://github.com/irtsa-dev/builtin-greyscript/issues">
4+
<img src="https://custom-icon-badges.demolab.com/github/issues-raw/irtsa-dev/builtin-greyscript?logo=issue"
5+
alt="issues"></a>
6+
<a href="https://github.com/irtsa-dev/builtin-greyscript/pulls">
7+
<img src="https://custom-icon-badges.demolab.com/github/issues-pr/irtsa-dev/builtin-greyscript?logo=git-pull-request"
8+
alt="pulls"></a>
9+
</p>
10+
<p align="center">
11+
<br />
12+
A collection of random scripts/tools I made in <a href="https://codedocs.ghtools.xyz">greyscript</a> for the game <a href="https://store.steampowered.com/app/605230/Grey_Hack">Grey Hack</a>.
13+
</p>
14+
<br />
15+
<br />
16+
<h3 align="center">Full List of Tools: </h3>
17+
<p align="center"><a href="https://github.com/irtsa-dev/greyscript-scripts/blob/main/tools/gainRoot.src">Gain Root</a></p>
18+
<p align="center"><a href="https://github.com/irtsa-dev/greyscript-scripts/blob/main/tools/numToSprite.src">Num to Sprite</a></p>
19+
<p align="center"><a href="https://github.com/irtsa-dev/greyscript-scripts/blob/main/tools/progressBar.src">Progress Bar</a></p>
20+
<br />
21+
<br />
22+
<br />
23+
<h2 align="center">Installation</h2>
24+
<h3 align="center">For Importing</h3>
25+
<p align="center">
26+
To install a tool to later have the code be imported, you must first chose the tool you wish to install (full list above or see <a href="https://github.com/irtsa-dev/greyscript-scripts/blob/main/tools">Progress Bar</a>). After you have chosen your tool you may copy the code and paste it into an open <b>Code Editor</b> process in-game. Once done, you must save this to <code>/bin</code> as <code>(tool-name)</code> <i>(or optionally any path and name you will later remember)</i> making sure to enable <b>Allow import</b>. Once you have done this, you may now utilize <code>import_code("/bin/(tool-name)")</code> or if you haven't saved it as recommended then <code>import_code("(path-to-file)")</code> at the top of any file that you wish to use the tool in.
27+
</p>
28+
<br />
29+
<h3 align="center">Copy+Paste</h3>
30+
<p align="center">
31+
Alternatively, you can chose the tool you wish to use and simply copy+paste it into your open <b>Code Editor</b> and use it this way.
32+
</p>
33+
<br />
34+
<br />
35+
<br />
36+
<br />
37+
<br />
38+
<br />
39+
<br />
40+
<br />
41+
<br />
42+
<br />
43+
<br />
44+
<h2 align="center">Additional Notes</h2>
45+
<p align="center">
46+
Note that some tools may have an <code>import_code()</code> at the top which is importing other code. If this is the case, a link to the code will be provided in a comment above said <code>import_code()</code> function. If you have a special request, you may utilize the <a href="https://github.com/irtsa-dev/builtin-greyscript/discussions">Discussions</a> tab to request additions or other tools and the <a href="https://github.com/irtsa-dev/builtin-greyscript/issues">Issues</a> tab to report issues/bugs you find with a tool.

0 commit comments

Comments
 (0)