You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

1 like 0 dislike
284 views
in Script help by (160 points)
closed by
Ok so I'm fairly new to PSDK development, so system tags confuse me. So I'm configuring a custom tile set, and would like to know how to define certain tiles as water, tall grass, cave ground, etc.
closed with the note: Question Answered

1 Answer

1 like 0 dislike
by (28.0k points)
selected by
 
Best answer

You need to open the system tag editor.

To do so, double click on the file called cmd in your game folder. The write psdk --tags this will open an editor allowing you to define the system tags.

Each system tag has a specific effect, the one you mentioned is for encounter (that you configured in Studio). You just need to place them on the tileset and save so this will apply to the next time you start the game.

by (160 points)
Thanks so much, sorry I am still learning to use the editor
by (28.0k points)
No worries, we lack from tutorials on that side so that's allright asking :)
...