 Azuaron Posts: 12
9/22/2012
|
I've been thinking about my game, and how I will handle the mechanics of it, specifically death. The tone is going to be much more serious than something like Fallen London, and I want death to be permanent, but also satisfying, in a way. The best way I can think of to do this is a roguelike* game. For instance, if you die heroically holding off the invading army to give your buddies time to escape, your next character (who chose a completely different path) can meet those buddies later because they are still alive (since your last character saved them). In this way, players can be rewarded for dying well without having to fear dying and losing all of their progress (since dying is a form of progress).
I was worried that I wouldn't be able to implement this with StoryNexus, but I've been reading the reference guide (I'm not in the closed beta) and they make mention of metaqualities. Now, it says right in the guide that metaqualities are not going to be handed out by the majority of Nexus worlds, to implement a roguelike in this manner would require at least a dozen anyway, and I'm sure nobody wants that kind of potential clutter across every game because of a single game. But what this tells me is that a system is in place that could, potentially, allow me to create such a roguelike game.
So my question is (to either devs or current world builders), is there a way to give a player a certain quality upon [game_end_effect] that will carry over to their next playthrough?
I suppose if there isn't, I can always just, upon "death", strip them of all their qualities but the pseudo-metaqualities I give them, but this would reduce my ability to have actual [game_end_effect]s and would be a nightmare to maintain and update, so I'm hoping for a more elegant solution.
*Roguelikes are games where death is frequent, expected, and permanent. However, depending on how you died in-game, and what goals you achieved before you died, you get bonuses/special abilities/items when you start over.
|
|
|
0
link
|
 Kitsune Posts: 220
9/22/2012
|
[GAME_END_EFFECT] is always a permanent end that completely erases your player characters from the database for SN, so you want to avoid using that but it is entirely possible to achieve this. That being said, I feel like the best way for you to achieve this in your game is to create a carousel* design for your content or something very similar. Using that pattern, you will be able to have your characters complete one ark of the story in a certain way, which ends in "killing" their character (per your text), striping them of the qualities you don't want them to carry over while at the same time giving them the quality/qualities that unlock additional/completely different content. You don't need a [GAME_END_EFFECT] to effectively make your characters feel like they died, just a well built storylet.
While the NAME your players enter when they first start playing will always be the same (unless they change it, which FBG just added), that does not bar you from writing a storylet that players circle back to, either with you giving them the "a Stranger" quality again or simply by having a single option for the "a Stranger" quality that gives your players a gateway* quality. In this stroylet, players can choose to be either a particular named character, which opens up all kinds of neat things for you like echoing the name back in your storylets (which is mentioned in the reference guide under Quality Naming), or a particular type of character with individual arks for each choice. Now, on to a practical example to help alleviate the more than likely confusion.
First of all, my entire game is built exactly like this with the small difference being that it is my WHOLE game, not smaller sections so you may want to copy the link in my signature. Secondly, an example with your ideas:
A Stranger (starting quality for everyone)--> Azuaron (the name players choose)--> Goes to a tavern--> Meets amazing people --> Tavern is attacked by Bandits --> Azuaron sacrifices themselves so said amazing people can survive--> Gives Martyr quality and A Stranger--> Jason (A different name players choose)--> Goes to a castle--> Masters Magic--> Runs into amazing people from before (unlocked with Martyr quality)-->Becomes Evil Warlord--> Jason is killed by his son so he can take Jasons' place--> Gives Revenge quality in addition to Martyr and A Stranger--> Shirley (Yet another name players choose)
And so on and so forth for as long as you want to carry it out. Now, this is quite a feat from a design perspective but anything can be achieved if you set your mind to it and as I said it may be the most helpful to see how my game down below is set up.
*I get these terms from http://wiki.failbettergames.com/wiki:carousel which is a very handy tool indeed edited by Kitsune on 9/22/2012
-- http://fallenlondon.storynexus.com/Profile/Mikhail~DuRall
My Lovely World: http://et.storynexus.com
|
|
|
+1
link
|
 Kitsune Posts: 220
9/23/2012
|
Yeah any maintenance is going to be a challenge, especially if you have a large game, and even more so if you are alone. If you kick off a death storylet, you could even make it a short arc with certain qualities being erased at each step, if that would make it easier for you. That way if you add more qualities in later, you just have to add an additional step that erases those. Also, from a design perspective, if you add tags to your cards it organizes them on the design page. I have a tag for each day which are the cards that move the story, a certain tag for the quality building opportunities each day, and a tag for the endings, to name a few. So if you create a tag for all the death storylets, you can go back and find them really easily. edited by Kitsune on 9/23/2012
-- http://fallenlondon.storynexus.com/Profile/Mikhail~DuRall
My Lovely World: http://et.storynexus.com
|
|
|
+1
link
|
 Brandon Carbaugh Posts: 13
10/18/2012
|
Lily Fox wrote:
snip
Mightn't you wind up with a scenario where a player has spent money on extra content, died, and now feels like "What, seriously? I have to PAY MORE or I'll lose all that content I ALREADY paid for?!"
Think of it like a console game. Imagine if you died and had to buy DLC, or the game deleted your entire save file. Feels sort of extortionist.
Why not just add some kind of penalty quality for coming back from death? Like every time you hit the "return from death" button, your "UGLY ZOMBIE" quality goes up by 1. The higher it gets, the more it makes certain challenges difficult. You can pay it down via in-game feats or items or currency ... or, yeah, if you're lazy, you can pay it down with real-world money as a last resort.
To my mind, failure should never (or not often) result in straight-up punishment. And certainly not a monetary punishment. It should result in either instruction, improvement, or something interesting and unexpected happening. edited by Brandon Carbaugh on 10/18/2012
|
|
|
+1
link
|