Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Amethyst Pixie

6
Posts
1
Topics
7
Following
A member registered Apr 26, 2019 · View creator page →

Recent community posts

It helps! Thank you, everything’s working. I do see a lot of failures during

    async GetProfileImages(e) {
        await fetch(`https://api.twitch.tv/helix/users?login=${e}`, { headers: { "Client-ID": TWITCH_CLIENT_ID, Authorization: `Bearer ${DiscTwitchRelay.settings.oauthtoken}`, "Content-Type": "application/json" } })
            .then((e) => e.json())
            .then((e) => {
                e.data.forEach((e) => {
                    const t = e.profile_image_url || e.offline_image_url;
                    DiscTwitchRelay.chattersImgUrls[e.login] = t;
                });
            })
            .catch((e) => console.log(e));
    },

but, everything does appear to be working now! I have had an amazing time reading through your code and learning how to interact with SAMMI in new ways and using it to play with things on my stream. Thank you! <3

Recently purchased the social bundle and have gotten great value out of looking at the code and just playing with it and the things I’ll be able to add to my stream, so thank you!

I’m having difficulty getting Discord triggers to work though. On the Settings page what am I supposed to put for the ‘Discord Server’ field? The name? The ID of the server? Leave it blank? Can’t seem to find this info anywhere, and I keep having it say there was a discord error, and it’s reconnecting. Also it does seem to relay messages, but, I can’t get any of the actual triggers to work.

No worries, while I love free stuff, I also really like supporting people who make neat stuff that give me hours or even days of enjoyment :).

The updates have a ‘buy’ link for $1, but, clicking it goes to a 404 page. Is there a way to get the expansion currently?

<3 Thank you!

So, I loved Ex Novo, and Ex Umbra. I stumbled into this. Currently one of my group of friends is struggling with a very triggering incident. I am vague and not specific because I don’t know if markdown on itch allows spoiler blocks to avoid outright posting something that might be traumatic. I was just wanting to know more about the game before making a purchase as something that might help in just… processing those things.

From the summary, it kind of sounds like this is just such the situation the game is meant for, just wanted to learn a little more though.

Thanks.