arrow_back

back


Reaction

You want this, you need this

tech, software


Hi,

This post won’t really be a long one and will mostly be a repeat of this Akkoma post, but…

I don’t normally post about my creations, but this time I made something that must be shared:

https://github.com/roxcelic/Reaction

It is a Markiplier reaction to you using your PC. I am actively looking for more Markiplier reactions to include and any tips on the program itself (it was made in about 3 hours, so do not expect the best programming; it is also silly fun, so if you’re going to be rude about it being bad, then I’d rather you just ignore this). The world must enjoy.

Here is the config file I currently use (after running for the first time, it will generate one for you to edit in ~/Documents/funny/):

{
    "display": {
        "IMAGE_URLS": [
            "https://files.roxcelic.love/funny/image.webp",
            "https://files.roxcelic.love/funny/image2.webp"
        ]
    },
    "reaction": {
        "REACTION_URLS": [
            "https://files.roxcelic.love/funny/item1.gif",
            "https://files.roxcelic.love/funny/item2.gif",
            "https://files.roxcelic.love/funny/item3.gif",
            "https://files.roxcelic.love/funny/item4.gif",
            "https://files.roxcelic.love/funny/item5.gif",
            "https://files.roxcelic.love/funny/item6.gif",
            "https://files.roxcelic.love/funny/item7.gif",
            "https://files.roxcelic.love/funny/item8.gif",
            "https://files.roxcelic.love/funny/item9.gif"
        ]
    }
}

A screenshot of the game Valheim open on the title screen with the Mark reaction program open in the bottom left with a joyous expression
A screenshot of my personal Akkoma instance open with Mark reacting in the background.
A screenshot of the hello I'm Markiplier and I am a fish gif with Mark having a strong horrified reaction

One small issue is that you have to close it in Task Manager. Whoopsies :3

comments