Raicuparta
@raicuparta.com
690 followers 39 following 230 posts
I make games and mods and things. Tech Lead @ Flat2VR. Lead Dev for Trombone Champ: Unflattened. https://raicuparta.com
Posts Media Videos Starter Packs
Pinned
raicuparta.com
I've improved my Game Modding feed a bit, I think it surfaces some interesting things now!

Use #modding or #gamemodding in a post with some kind of embed (image, video, link) to show up in this feed.

Some posts get filtered out, check the feed's repo: github.com/Raicuparta/s...
Reposted by Raicuparta
survivingmarsvr.bsky.social
We’ve been hard at work improving life on Mars, patching bugs, smoothing edges, and listening closely to your reports.
Huge thanks to every colonist helping us refine the experience.

If you spot anything odd out there, let us know across socials or Discord. Every log helps. 🧑‍🚀 🔴
raicuparta.com
It already exists it's called Osu!
raicuparta.com
VR2Flat is real 💀
synthridersgg.bsky.social
Synth Riders: Overdrive lands on Nintendo Switch this holiday!

Built for handheld & TV play with upto 64 tracks, 4-player local multiplayer, and a full campaign to take down XANDER ⚡

👉 Find out more at synthriders.gg
#SynthRidersOverdrive #NintendoSwitch
raicuparta.com
Woops I think the feed was dead all night, revived now.
raicuparta.com
I've improved my Game Modding feed a bit, I think it surfaces some interesting things now!

Use #modding or #gamemodding in a post with some kind of embed (image, video, link) to show up in this feed.

Some posts get filtered out, check the feed's repo: github.com/Raicuparta/s...
Reposted by Raicuparta
dortamur.online
Satisfactory VR mod UEVR Enhancements 1.0.2 is out! Throw nobelisks, chainsaw haptics, and many other fixes & improvements to equipment handling, and more!

#satisfactory #uevr #ue5 #pcvr #modding
UEVR Enhancements 1.0.2 now released! | Dortamur's Hobbies
Get more from Dortamur's Hobbies on Patreon
www.patreon.com
raicuparta.com
ah ok I think it counts as a quote so technically an embed but not the kind I'm including
raicuparta.com
Hmm actually not sure if the feed thing counts as an embed. If so I should show up in the feed too!
raicuparta.com
I've improved my Game Modding feed a bit, I think it surfaces some interesting things now!

Use #modding or #gamemodding in a post with some kind of embed (image, video, link) to show up in this feed.

Some posts get filtered out, check the feed's repo: github.com/Raicuparta/s...
raicuparta.com
Hey 👋 Best place to contact me would be in the Flat2VR Modding Discord, I have my own category there
Reposted by Raicuparta
holywowstudios.bsky.social
Trombone Champ has been updated to add two Halloween tracks - DANSE MACABRE and THE SKELETON RAG - plus some other cool stuff! Let spooky season commence!
raicuparta.com
My ancestors fought in the great dye wars of 1637 so I could be here today, what you're doing is EXTREMELY insensitive.
raicuparta.com
You should be able to see it on your account, but other people with English as their only language won't. I can see it now that I added Spanish to my languages (which tbh was a good idea anyway since I live in Spain lol)
raicuparta.com
That setting apparently doesn't affect posts from follows, only posts in feeds. Here's the feed I'm talking about btw.
raicuparta.com
I noticed this post wasn't in my modding feed on Bluesky, even though I could clearly see it in my feed's output json. Turns out it was because your posts are incorrectly marked as being in Spanish, and my "Content Languages" setting on Bluesky is set to English.
raicuparta.com
this is a lot of rationalization to try and justify why you spent an hour pretending to play drums as a penguin /s
raicuparta.com
Made a feed for game mods. Still tuning it a bit, but if you follow me chances are this is something you're into too!
raicuparta.com
This is the feed I made using this method.
raicuparta.com
I've had this idea for a while but wasn't sure it was possible. Finally decided to attempt it after I saw some posts from @runevision.bsky.social regarding their own custom feed.
raicuparta.com
Randomly comming across this, don't actually know the game. But two important things if you want a healthy modding community around your game:
- Use Mono scripting backend, not Il2CPP.
- Disable Unity's code stripping (I think it's on by default even in Mono nowadays).
raicuparta.com
Crow Country good. Special thanks to @jackiev.bsky.social for praising it a while ago, because otherwise I would have likely missed it.
Cover art for the game "Crow Country"
raicuparta.com
Cloudflare Pages is really good too, and can also be used for this. Better than GitHub Pages in many ways. You get free subdomains like rai-bsky.pages.dev, so no issue here.

The only reason I didn't set up this repo with CF is because the cron job auto-updating part isn't as straightforward.
raicuparta.com
Yes you can do that, but I think .well-known/did.json needs to be at the root of the domain/subtomain. If that's the case, then you're limited to hosting the feed on your user page, like `raicuparta.github.io`. Because GitHub hosts other pages on sub-folders like `raicuparta.github.io/bksy-feed`.
raicuparta.com
It does seem a bit redundant for did.json to need to reference the endpoint url when it's already on the same website where did.json itself is (so Bluesky already knows about that website to find did.json in the first place). But I guess there's some use case for that.
raicuparta.com
The result of the whole thing is just two json files (did.json and the feed itself) hosted on that website referenced in did.json. The GitHub workflow deploys those two files there. You can see the feed json here: bsky.raicuparta.com/xrpc/app.bsk...