Page 1 of 1

Starting Scripting

Posted: Thu Apr 27, 2023 9:33 pm
by NikocadoSlot
Hi everyone, I'm playing on the singleplayer windows edition of the game and I would like to start making scripts (simple things like fishing or woodcutting) but have no idea where to start. Please point me to appropriate resources and general directions as to what I should do. Thank you!

Re: Starting Scripting

Posted: Fri Apr 28, 2023 2:39 am
by between3and20
In jail XD

open your singleplayer folder and navigate through these folders and find file: default.conf, open it with a text file editor, then find line:
Image
change false to true, and save, after you launch the game, use the in-game command ::scripts, you will see a interface with list of commands that represent the various scripts inserted into, you will be able to run them. if it wouldn't start then you should back to the default.conf and find the iwantcheat option, change from false to true and save.

Ave

Re: Starting Scripting

Posted: Fri Apr 28, 2023 2:42 am
by ryannathans
Once you have explored these scripts, to make your own you'll need to clone the server repo and have a play with the code