I've tried about 4 times to write a sequel and the issue isn't continuing their story - it's continuing it as interactive fiction! SALN has a premise that makes it (IMO) perfect for a bit of IF. I feel like I'd need to come up with another conceit to do a successor, and I've not come up with one I truly like.
Elissa Black
Creator of
Recent community posts
Hi there,
So I spent some time looking at this during the week and unfortunately it's not doable without a lot of time. I put in a hacky version and it broke a lot of things. The project just wasn't designed with that in mind, and there are a lot of edge cases. It's designed to be a bit like a BBS door, not actually being one.
I'd have to totally re-write all the text display and word wrap features and even once it's done that'd take a lot of testing and debugging to find all the things it broke.
Part of me wants to write a framework that does all this and where the game logic then sits in a scripting language (it's probably obvious than 90% of this game is hard-coded in C++) but it's just not a project I have the motivation or time for right now. Apologies.
Glad you're enjoying it! 😊
So, without access to /etc or the like, you can point environment variables called SFP_DATA and SFP_GAME to the two directories, to avoid that error message.
Then you just need the binary file to be in your path somewhere.
So, off the top of my head (and not knowing your OS) you probably want to have the 'sfp' binary file in any directory that's in your path, set in your .bash_profile or similar file.
Once it's in the path it should just find the binary fine, and with the two environment variables set above, it should find the correct game static and dynamic folders and run your instance.
Oh god has it been that long? Haha. Thanks.
I still have a rough sequel idea in my head, but haven't had the time to sit down and do it. I don't quite know how it ends yet, which doesn't help, either.
The other issue is that part of the original working (I think) is that the premise of "one night, find a person" fits the medium well. I need to find a similarly good conceit for the second one that doesn't feel too similar.
Sorry! It's really not designed for that. It's very much designed for people who already have a dedicated tilde club (or want to play it single player).
There are people linking it up with existing BBS software such as Synchronet so I'm sure there'll be instructions for that in future, but that still won't be a beginner's guide...
It's a pretty involved process, unfortunately, doing BBS setup stuff. I've created a sysop documentation though, so hopefully that helps! https://swordsoffreeport.com/md.html?src=sysop.md


