mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-19 13:42:54 +00:00
Update README.md
This commit is contained in:
parent
7a2c32a228
commit
011b7fa786
43
README.md
43
README.md
@ -12,36 +12,13 @@ Huge thanks to everyone who helped me learn GSC: Birchy, DoktorSAS, FutureRave a
|
|||||||
|
|
||||||
If you are unsure whether you should download a compiled or a source script, first read [What are compiled and source scripts?](#what-are-compiled-and-source-scripts)
|
If you are unsure whether you should download a compiled or a source script, first read [What are compiled and source scripts?](#what-are-compiled-and-source-scripts)
|
||||||
|
|
||||||
### Compiled / Ready to use script
|
- [Download this repository](https://github.com/Resxt/Plutonium-T6-Scripts/archive/refs/heads/master.zip)
|
||||||
|
- Open the downloaded ZIP file
|
||||||
|
- Drag and drop the script(s) you want in the folder they need to be placed in.
|
||||||
|
If no instructions are provided for the script you want then simply follow the instructions given in [How do I use a compiled script?](#how-do-i-use-a-compiled-script)
|
||||||
|
|
||||||
To download a compiled script, click on a `.gsc` file that **doesn't** end with `-source` and click on `Download`.
|
Just keep in mind that this downloads a copy of this repository at the moment you download it.
|
||||||
<details>
|
If a script is updated after you downloaded this repository and you want the new version then you will need to download this repository again.
|
||||||
<summary>Image</summary>
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
</details>
|
|
||||||
|
|
||||||
### Source script
|
|
||||||
|
|
||||||
Alternatively, if you want to download the source code click on a `.gsc` file that ends with `-source` and click on `Raw`.
|
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Image</summary>
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
</details>
|
|
||||||
|
|
||||||
Right click anywhere and click on `Save page as` (or an equivalent).
|
|
||||||
|
|
||||||
Make sure to put `All` or `Any` for the file type and to add `.gsc` at the end of the file name.
|
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Image</summary>
|
|
||||||
|
|
||||||

|
|
||||||
</details>
|
|
||||||
|
|
||||||
## How do I use a compiled script?
|
## How do I use a compiled script?
|
||||||
|
|
||||||
@ -75,10 +52,10 @@ A source script is the script in a human readable form (a text file), this is ho
|
|||||||
A compiled script is simply a source script that has been compiled by a compiler to make it readable by the game.
|
A compiled script is simply a source script that has been compiled by a compiler to make it readable by the game.
|
||||||
At the time of writing, T6 cannot read source scripts so you have to compile them to allow the game to read them.
|
At the time of writing, T6 cannot read source scripts so you have to compile them to allow the game to read them.
|
||||||
|
|
||||||
So if you only want to use a script and you don't want to edit a script or review its code then
|
So if you only want to use a script and you don't want to edit it or review its code then
|
||||||
you can simply [download a compiled script](#compiled--ready-to-use-script) and [start using it](#how-do-i-use-a-compiled-script).
|
you can simply read [How do I use a compiled script?](#how-do-i-use-a-compiled-script).
|
||||||
|
|
||||||
All of my scripts always come as two files:
|
All of my scripts always come as two files:
|
||||||
|
|
||||||
- script.gsc (compiled script)
|
- script.gsc (compiled script, ready to be used)
|
||||||
- script-source.gsc (source script)
|
- script-source.gsc (source script, made to read the code and eventually edit it, cannot be read by the game, needs to be compiled)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user