- Physics based game play? Check
- Stack programming based magic system? Check
- Ink plugged in for narrative? Check
- ...
- Profit? Probably not. Fun though!
#GameDev #godot #inkle #ConcatenativeProgramming
Discussion
#GameDev #godot #inkle #ConcatenativeProgramming
"What is good in life?"
Conan: "To hear the lamentations..."
Kant: "Potato"
Conan: "...yeah, okay. I'll give you that."
@[email protected] MALP on android and some scripts currently, with the audio playing via AirPlay from a Raspberry Pi to a few different speakers around the house. It's not super awesome, but it appears to do the basics and is pretty fast.
@[email protected] Next question for me is something good for keeping my place in podcasts #podcast
@mavnn
What player do you use? I was looking at similar setup but couldn't find a client I liked.
@[email protected] MALP on android and some scripts currently, with the audio playing via AirPlay from a Raspberry Pi to a few different speakers around the house. It's not super awesome, but it appears to do the basics and is pretty fast.
Whelp, it's taken a lot longer than I would have liked but I'm finally managing to take the time out to move the whole family's music from Spotify subscriptions to mp3s on a self hosted mpd instance. It's a lot easier to hook into things like OpenHab as well; while nothing is a reliable means of getting a teenager out of bed, programmatically escalating light and #progrock volume levels are the best we've found so far.
And we get to both save money and support artists more directly; although we like music it isn't like we buy an album+ a month at the moment. #music
@[email protected] Well, if weren't being all cynical and pedantic and assuming that 'a day' meant more than one day you'd see how easily the statement could be true.
It's random Korean music moment! Back with the same group as the last tune I posted, but before they were named? I'm guessing this is some kind of origin story moment.
It's a cover, and 'Legends Never Die' is a solid pop track I actually quite like but they start the song somewhere different (conch and Korean version of the zither anyone?) and then take it... somewhere else. I suspect right into @[email protected] taste kind of territory. And if nothing else - this is what stage presence looks like.
YouTube
That ended up slightly more mysterious than it needed to 😁 . If you're interested, the band is called Kardi and they seem to play this kind of stuff: youtube.com/watch?v=MSO2YAcC...
YouTube
It's random Korean music moment! Back with the same group as the last tune I posted, but before they were named? I'm guessing this is some kind of origin story moment.
It's a cover, and 'Legends Never Die' is a solid pop track I actually quite like but they start the song somewhere different (conch and Korean version of the zither anyone?) and then take it... somewhere else. I suspect right into @[email protected] taste kind of territory. And if nothing else - this is what stage presence looks like.
YouTube
(You take your clothes to the free table, right?
RIGHT?)
@[email protected] I can take a guess but: what's the free table in this context?
@mavnn The other thing I see very often is goals that require the ones setting the goal to meet certain obligations (preconditions), which are never acknowledged. Failure's guaranteed.
@[email protected] Indeed. I still remember an NHS manager trying to apply penalty clauses to my brother's start up for not delivering a piece of software, and being disappointed when he received legal advice telling him that it might be hard as he hadn't actually provided them with the specification of what he wanted yet.
To "gird your loins" is to pull your robe up from around your knees and either tie it together under your genitalia or tuck it up inside your smallclothes send post.
@[email protected] When I wanted to use this as an #adhd metaphor a few years back it suddenly hit me that not everybody already knew what the term meant. Fortunately, somebody put together a pretty good visual guide: How to gird your loins.
(Disclaimer: I know nothing about the rest of the site, although at a quick glance they are a lot saner than you would expect from the name "Art of Manliness"...)
Balancing measures is a good way to make them much harder to game, BTW. Pre-gaming them during design is also a good idea.
@[email protected] The lack of pre-gaming always confuses me. I feel like 90% of commercial performance metrics could be elimanated by just running through the checklist of:
For a lot of common measures the answers are "yes" and "no", which makes you wonder a bit about business culture.
@mavnn I love shader programming; it's such a complex, mathematical art form.
Acerola has a long list of videos on YouTube covering different topics which should give you some direction.
@[email protected] It feels a lot like using a logic based language so far (i.e. prolog and friends) in that everything is about the constraints rather than execution flow. I'm a fan.
Want a reusable combat loop in #ink? This really deserves a blog post, but given I was sharing in response to a question anyway I thought I'd post it up.
This script shows you how to create a fight knot which you can then reuse multiple times throughout your story just by setting up a few variables before diverting to it - and it is a tunnel, so it will then return back to the story (unless the player dies!). #VisualNovel #GameDev