Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

IcyIbis' FTAG Mods

My mods for the Twine version of the game Fatty Text Adventure Game · By IcyIbis

Comments Section Sticky

A topic by IcyIbis created Aug 13, 2023 Views: 194 Replies: 2
Viewing posts 1 to 3
Developer

I didn't realise that having discussion board enabled means disabling the comments section. Oops. Use this thread as a replacement comment section, leaving any comments you have here here.

I'd be especially grateful for any bug reports or feedback you have!

Developer

I got very distracted for the week and instead of focusing on laying the groundwork for new spells and abilities, I ended up focused on one of the lowest priority tasks on the list... So now all of the non-random NPCs can have their genders edited with an option, similar to how you can control what genders random NPCs have. I naively expected that to take maybe a day or two, but had underestimated how long it'd take to put the system together and rewrite all the necessary passages @_@. But it's all set up and working now (still needs some testing though). While I was at it, I also altered some existing random NPC encounters to use the normal random gender system, as some of them had fixed genders for no real reason. I think some people might question my choice to make the witch a random gender, but hey, guys can be witches too!
As part of overhauling NPCs I'd also made it possible to more easily swap their species with mods. I think next week (or next week that I work on the game) I might continue delving in to boring internal stuff that nobody cares about, in order to lightly overhaul how species are handled. Then with that all fixed up I can implement a system for modders to use to more easily introduce them, alongside a basic species overhaul mod to exploit those changes. Since it's the only thing I can think of with a broad enough sample of animals, it's probably going to take the form of a Pokemon mod :P
I've also been making random minor fixes to any problems I come across, but I'll hold on to them until the species changes so I can share them all in the same update.

Developer

I forgot this was a thing, so here's another update almost 1 cycle of the moon later :P

Much of my focus following the last update has been on updating the internal spells system in preparation of upcoming mods. They can now have requirements of any stat to learn, and have cast costs beyond just mana - like health, stamina, and gold - which opens up new opportunities for modding, like providing non-magical abilities that non-mages can enjoy to spice things up (hint, hint). It's now a bit easier to implement custom logic for spells, and there's also now the beginnings of a system available for spells to have their effects configurable (so for example, a spell that allows you to grow / shrink can let the caster pick whether to grow or shrink, rather than having to have two separate spells for each effect). I'd also restructured how spells are stored, because there's no reason they need to be stored in the save file - it takes up unnecessary space, and also makes updating them a bit more of a hassle. I realised when overhauling species that they probably should've been handled in that way too, but didn't commit to the idea. I think going forward with things, I'll be trying to properly port the systems I touch into the most suitable formats (why am I going on about this, nobody will care about it! xP).

Making use of this new system, I've been working on new spells. While the brunt of ideas I have are intended to be featured in my "grab bag" mod, with characters and/or quests tied to them, some of them will probably end up in an earlier generic spells mod, though I'm having a hard time figuring out which ones belong where ^_^; Not much to say about them, they're mostly rounding out what's already there, and introducing effects that feel like there should be spells for. Currently there's a spell for temporarily resizing yourself (yet to add any mechanics to that though, so it's mostly cosmetic), a warding spell that reduced incoming damage (think more proactive healing), and a range of alternative fire spells that are more focused on the burn status effect.

The plan is to get the generic spells mod finished and released, maybe take a brief break so I can scratch my AI art itch, then get going on the biggest task of the grab bag mod. I did however have an idea for something I'm quite enthusiastic about that I might slip in before the grab bag mod - a small system that lets you modify equipment sounds like it could be fun, impactful, quite easy to implement, and a good way to add more self expression for roleplay purposes. Don't like how the early wands force you to be lightning themed if you want the best one for spellcasting? Pay a little extra, and you can modify the damage type! Prefer dice over boring reliable stat scaling damage? I'm sure there's an upgrade to shift those focuses you could buy... etc.