Galladite

Results 17 comments of Galladite

I had this exact issue today on void linux, but my solution was that on one of my servers that I had set to auto-join with always use ssl, I...

I haven't found a solution for this, but a slightly more resource-intensive method of achieving this is this: `while true; do for i in {0..x}; do xwallpaper --output eDP1 --zoom...

Thanks, I'll look into this at some point soon.

The problem is not yet resolved. I apologise that I haven't had the time recently to dedicate to ONScripter-EN, but over the Summer I hope to dedicate several days to...

And as for tips to do the page without LSP, I would recommend using the [locate](https://galladite.net/~galladite/nscripter/mirrors/archives/reference/NScrAPI.html#locate) command to set the position of the text cursor and then [text buttons](https://galladite.net/~galladite/nscripter/mirrors/archives/reference/NScrAPI-framed.html) to...

From Discord: "Because it tries to do a hacky fix for linux, not realising it's BSD IIRC the actual problem isn't the fix, but that it tries to use the...

# Preliminary findings There are 2 methods by which the save location is set. The table below shows when each is used. | **script_h.game_identifier** | **setSavePath() (in ScriptParser)** | |-----|-----|...

A couple of observations: The command "i" not recognised is an error in the script. It should print text to screen but it's not marked as 1-byte text using a...

Before I merge this, would you please quickly explain how a git submodule works? I've never used them before. Does this mean that the entire source code is not immediately...

So the "test" folder and associated files will be stored internally to the git repo as a link when downloaded, and then by running the `git submodule` command (or `make...