diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b166fe --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# XLabs-S1X-Scripts + +[![image](cover.jpg)](https://plutonium.pw/) + +## What is this? + +This is a collection of [XLabs](https://xlabs.dev/) S1X/AW scripts I created, written in [GSC](https://plutonium.pw/docs/modding/gsc/). + +Huge thanks to everyone who helped me learn GSC: Birchy, DoktorSAS, FutureRave and other people on Discord. +Special thanks to DoktorSAS for helping me a lot on S1X. + +## How do I download a script? + +Click on a `.gsc` file and click on `Raw`. +
+ Image + + ![image](https://user-images.githubusercontent.com/55228336/153304575-9ee2e2ae-9bcf-437a-a2f1-cc65087f238f.png) + ![image](https://user-images.githubusercontent.com/55228336/153305132-3405c97a-9ad4-49fe-b764-5fdb1e194386.png) +
+ +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. +
+ Image + + ![image](https://user-images.githubusercontent.com/55228336/153305302-2bb87264-2ec5-4ea5-ac70-0e96b61ab2f7.png) +
+ +## How do I use a script? + +Go inside your game folder then go in `s1x\scripts` and drop a `.gsc` file there. + +Note that you can use `map_restart` in the [console](https://xlabs.dev/s1x_faq) to quickly restart your current game and reload scripts. diff --git a/cover.jpg b/cover.jpg new file mode 100644 index 0000000..530bc89 Binary files /dev/null and b/cover.jpg differ