fun_master_BW

Member
Apr 14, 2020
126
67
The new matches become available after you've finished the last event of the V.0.6.0. content. Did you already get that far? And can you post the error for the old matches? There shouldn't be any kind of game overs anywhere
I have seen the two new matches after the end of content, just had expected them earlier in the list of available matches. But I am directly running in to the end sequence once I have finished the first match, so that means I cannot have both of them in a save.

Sorry, that was not a "Game over" but just the regular end sequence after one of the matches I had already seen. When re-trying it now after finishing it worked fine.
 
  • Like
Reactions: nyatd

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
I have seen the two new matches after the end of content, just had expected them earlier in the list of available matches. But I am directly running in to the end sequence once I have finished the first match, so that means I cannot have both of them in a save.

Sorry, that was not a "Game over" but just the regular end sequence after one of the matches I had already seen. When re-trying it now after finishing it worked fine.
Ah, OK! You're right, there should have been an option to view the second match right after the first, so I messed up there. Sorry about that! And usually the matches would go straight into the regular list and, again, that's something I should have done but I will fix both of these things in the next update :)
 

Modok969

Member
Jul 30, 2021
146
136
Can you post the error message?
sure. I tried uncompressing and downloading a new version of the RAR but they still give me this error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2200, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
 V.0.6.2.
Wed Dec 28 23:53:12 2022
 

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
sure. I tried uncompressing and downloading a new version of the RAR but they still give me this error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2200, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
V.0.6.2.
Wed Dec 28 23:53:12 2022
Hmmm. OK, I'll be honest, I'm really not sure what's causing that. It could possibly be linked to the bug that I posted on the front page if you've saved in the scene that caused the bug, so try installing the patch and see if that helps. If not, either shoot me a message or contact me on the Discord, and I'll build you a new save :)
 

Kalsan

Member
Mar 19, 2020
411
2,687
nyatd I was playing the last update and to be honest I'm worried there are some romantic vibes with Aya and Saki (there is a romantic moment between them that should have been the MC and Saki) that I'm not liking at all. I mean Saki loves the protagonist, if she suddenly start loving Aya I would feel as if she was stolen from the MC. Is an Aya x Saki romance something that will be in the game? Will the girls in the MCs "harem" sleep with each other? I hope it doesn't go that route, I'm just so tired of all the girls suddenly turning bi in harem games. Taking Saki as an example, she have never expressed any interest in girld and have confessed that she love the MC, making her sleeping with Aya or having any kind of romantic feelings for her would be extremely out of character and in my opinion a betrayal to the protagonist.
 

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
nyatd I was playing the last update and to be honest I'm worried there are some romantic vibes with Aya and Saki (there is a romantic moment between them that should have been the MC and Saki) that I'm not liking at all. I mean Saki loves the protagonist, if she suddenly start loving Aya I would feel as if she was stolen from the MC. Is an Aya x Saki romance something that will be in the game? Will the girls in the MCs "harem" sleep with each other? I hope it doesn't go that route, I'm just so tired of all the girls suddenly turning bi in harem games. Taking Saki as an example, she have never expressed any interest in girld and have confessed that she love the MC, making her sleeping with Aya or having any kind of romantic feelings for her would be extremely out of character and in my opinion a betrayal to the protagonist.
OK, so let me be clear on this. I've stated numerous times now that there will be NO NTR but that there will be OPTIONAL sharing, meaning that if you choose not to share IT WILL NOT HAPPEN.
I've also said that MOST of the girls are straight, so no, they aren't all about to start hopping into bed with each other.
As for Saki liking Aya being 'out of character', no, I don't think it is. In the scene where you and Saki are at the coffee shop together, she tells you right out that the two of you would be a terrible couple because you're too different and when you take her on a date she indicates again that while the two of you getting married and having kids is a nice fantasy, it's not realistic. On the other hand, throughout the game she's been getting closer and closer to Aya and has told you several times how much she likes her. But, like I said, if you choose the non sharing option, nobody will be allowed to touch anyone other than the MC :)
tl;dr Nobody will get together with anyone else unless you allow it!
 
  • Yay, new update!
Reactions: Lerd0

Kalsan

Member
Mar 19, 2020
411
2,687
OK, so let me be clear on this. I've stated numerous times now that there will be NO NTR but that there will be OPTIONAL sharing, meaning that if you choose not to share IT WILL NOT HAPPEN.
I've also said that MOST of the girls are straight, so no, they aren't all about to start hopping into bed with each other.
As for Saki liking Aya being 'out of character', no, I don't think it is. In the scene where you and Saki are at the coffee shop together, she tells you right out that the two of you would be a terrible couple because you're too different and when you take her on a date she indicates again that while the two of you getting married and having kids is a nice fantasy, it's not realistic. On the other hand, throughout the game she's been getting closer and closer to Aya and has told you several times how much she likes her. But, like I said, if you choose the non sharing option, nobody will be allowed to touch anyone other than the MC :)
tl;dr Nobody will get together with anyone else unless you allow it!
The thing is for example I personally don't mind girls in a harem fucking each other but falling in love with each other is a different matter entirely. I didn't mean that Saki liking Aya was out of character what I meant was that it would be out of character to fall in love with her. Notice the difference between liking and loving, where I'm getting is in the route where you "share" the girls with each other they will love each other in a romantic kind of way?
I mean seen from certain point of view the whole Saki-Aya situation is pretty jealous inducing:
1- You have Saki who have been in love with the MC since day 1.
2- You have the protagonist who pretty much reciprocate her feelings.
3- The 2 of them stubbornly don't want to officialise their relationship because "reasons".
4- Then have Aya who is a massive bitch to the MC and from the first time she meet Saki as been fixated in her.
5- Aya little by little gain Saki trust and she start reciprocating her affection.
6- All this happen in the face of the protagonist and he does 0 to prevent it.
Call me crazy but this scenario seem taking out straight from a NTR manga.

"In the scene where you and Saki are at the coffee shop together, she tells you right out that the two of you would be a terrible couple because you're too different and when you take her on a date she indicates again that while the two of you getting married and having kids is a nice fantasy, it's not realistic. On the other hand, throughout the game she's been getting closer and closer to Aya and has told you several times how much she likes her."
What do you mean with this? Isn't the protagonist and Saki going to be in a relationship in the future? Why dragging it then? One thing I don't get is why running away from setting relationships in stone I mean Saki and Mirai are the perfect example. Or you meant Saki would be a better couple with Aya?
 
  • Sad
  • Like
Reactions: EJW and Lerd0

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
Falling Stars is, as stated from the beginning, a harem game. This means that you won't be getting into any exclusive relationships UNLESS YOU CHOOSE TO. Anything else will be within the bounds of the harem. You will have non exclusive relationships with as many of the girls as you want.
I mean seen from certain point of view the whole Saki-Aya situation is pretty jealous inducing:
1- You have Saki who have been in love with the MC since day 1.
2- You have the protagonist who pretty much reciprocate her feelings.
3- The 2 of them stubbornly don't want to officialise their relationship because "reasons".
Yes, Saki loves the MC but she has been clear that she doesn't see them as an exclusive couple and that she wants the MC and Mirai to get back together. The MC (meaning YOU) is deciding if he wants to be with everyone, no one or someone in particular. There's nothing 'stubborn' about the two of them not being exclusive to each other.
6- All this happen in the face of the protagonist and he does 0 to prevent it.
Call me crazy but this scenario seem taking out straight from a NTR manga.
The MC has done nothing to stop Aya and Saki because he isn't jealous, so NTR just doesn't come into it. But again, as I have been very clear on, if YOU are jealous about it, you will be able to stop anything happening between any other characters. You also need to bear in mind that beyond some VERY mild flirting, nothing has happened between Aya and Saki.
What do you mean with this? Isn't the protagonist and Saki going to be in a relationship in the future? Why dragging it then? One thing I don't get is why running away from setting relationships in stone I mean Saki and Mirai are the perfect example. Or you meant Saki would be a better couple with Aya?
As I said earlier, relationships aren't set in stone because it's YOUR choice as to who you do or don't want to be involved with.
I feel like you are stretching quite hard here to see a case of NTR that doesn't exist.
 

Kalsan

Member
Mar 19, 2020
411
2,687
Falling Stars is, as stated from the beginning, a harem game. This means that you won't be getting into any exclusive relationships UNLESS YOU CHOOSE TO. Anything else will be within the bounds of the harem. You will have non exclusive relationships with as many of the girls as you want.

Yes, Saki loves the MC but she has been clear that she doesn't see them as an exclusive couple and that she wants the MC and Mirai to get back together. The MC (meaning YOU) is deciding if he wants to be with everyone, no one or someone in particular. There's nothing 'stubborn' about the two of them not being exclusive to each other.

The MC has done nothing to stop Aya and Saki because he isn't jealous, so NTR just doesn't come into it. But again, as I have been very clear on, if YOU are jealous about it, you will be able to stop anything happening between any other characters. You also need to bear in mind that beyond some VERY mild flirting, nothing has happened between Aya and Saki.

As I said earlier, relationships aren't set in stone because it's YOUR choice as to who you do or don't want to be involved with.
I feel like you are stretching quite hard here to see a case of NTR that doesn't exist.
Oh don't get me wrong I'm not saying the game have NTR or that you will add it such thing in the future it just that perhaps because I really dislike Aya all that "mild flirting" and that whole romantic subplot you are obviously setting on between them is annoying and unnecessary and the MC don't doing anything to prevent is even worst,I hope the choice to stop that stuff come sooner rather than later. Because another update of Aya making advance at Saki and she going alone with it would be a pain, I mean who likes to see the girl you like flirting with other people?

Another stuff is what I meant with setting their relationship in stone is something along the line of making Saki exclusive to the protagonist while he can have other girlfriends.

By the way sorry if I'm being annoying or if I sounded rude at some point I was just curious about your plans for that kind of stuff.
 

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
Oh don't get me wrong I'm not saying the game have NTR or that you will add it such thing in the future it just that perhaps because I really dislike Aya all that "mild flirting" and that whole romantic subplot you are obviously setting on between them is annoying and unnecessary and the MC don't doing anything to prevent is even worst,I hope the choice to stop that stuff come sooner rather than later. Because another update of Aya making advance at Saki and she going alone with it would be a pain, I mean who likes to see the girl you like flirting with other people?
Well, as you said yourself there, you don't like Aya. So while her flirting with Saki might be 'annoying and unnecessary' to you, it's not going to be that way for everyone. And, like I keep saying, nothing will happen between anyone else unless you allow it to.
Another stuff is what I meant with setting their relationship in stone is something along the line of making Saki exclusive to the protagonist while he can have other girlfriends.
That basically IS the current situation with Saki and every other girl. You may get the option to share with other people but you won't ever be forced to.
By the way sorry if I'm being annoying or if I sounded rude at some point I was just curious about your plans for that kind of stuff.
Not at all, dude, we're all good :)
 
  • Like
Reactions: Lerd0 and Kalsan

Kalsan

Member
Mar 19, 2020
411
2,687
This is going to be the last time I don't want to be too annoying.

Well, as you said yourself there, you don't like Aya. So while her flirting with Saki might be 'annoying and unnecessary' to you, it's not going to be that way for everyone. And, like I keep saying, nothing will happen between anyone else unless you allow it to.
It isn't just "annoying and unnecessary" for me setting romantic moments between LIs in a harem game it is simply "annying and unnecessary" because for example that moment when Aya tell Saki she is pretty and they grab each other hand should have been perfect for developing Saki and the MCs relationship but noooo let the bitchy lesbian have the cute moment with the heroine instead of the protagonist of the whole damn story, you see my point right? . I bet most harem fans will feel the same way because as I said before who in his right mind would want to see a girl they like flirting with someone else, been a girl or not. You keep saying nothing will happen but something is already happening, I think the best time for you to give the players the option to share or not would have been the first time Aya tried to hit on Saki because as it is now you are making the ones that don't want to share suffer through they flirting, if you keep delaying the decision they are going to fall in love with each other before we can get any input into that. You do see my point right? Because is pretty obvious. It may seem trivial but we Harem fan have been lied and cheated by devs (not by you) a lot and we aren't keen to trust without reason and we are very sensitive to red flags and the whole situation is a big red flag for us.

That basically IS the current situation with Saki and every other girl. You may get the option to share with other people but you won't ever be forced to.
Well that's not even remotely the current situation
-Saki reject a relationship with the protagonist, they have casual sex only and she is starting to accept the advances of Aya.
-Aya as the hots for Saki and so far seems only interested in the MCs dick.
-Mirai doesn't want a relationship either but at least she have some commitment to the protagonist.
-The twins for all the players now they can be fucking the hole town because they haven't talked about a relationship at all.
Remember than we don't know more than what you tell us in the story, unlike you we don't know the whole story, and so far no relationship is solid. You need to understand also than even if you write the MC to not be jealous about a situation that isn't necessary how the players feels about it.

Again sorry for the rambling but I'm only been this insistent because I like the game.
 
Last edited:

fisty123

Member
Oct 24, 2022
486
662
I am all for lesbian content within the harem for this title, just putting that out there in response to some here that just enjoy their vanilla ice cream way to much.
 

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
This is going to be the last time I don't want to be too annoying.
Look, I get it. You want all the girls to ONLY be looking at the MC and to be declaring their undying love right away. And that's totally fine. Nothing wrong with wanting that kind of thing. But that isn't what this story is. You WILL be able to get to that kind of situation if you want to, but you'll have to put in the work. The girls AREN'T all madly in love with you right now but you can change that. If you want an individual path with one of the girls, you can have that. If you're OK with sharing, you can do that as well. As I have continually told you, there is no NTR. Sharing will be OPTIONAL. Some very mild flirting doesn't mean these two aren't true. Aya flirting with Saki doesn't mean you can't ever have a romantic moment with her yourself.
Well that's not even remotely the current situation
Yes, it is. Because, again, NOTHING HAS HAPPENED. You're having a meltdown over Saki touching Aya's hand and saying she's 'accepting her advances'. Do you really not see how much of an overreaction this is? And you talk about the twins 'fucking the whole town', which is just flat out ridiculous. There's no implication whatsoever that anything like that's going on. Like I said before, you're trying very hard to see something that isn't there.
You need to understand also than even if you write the MC to not be jealous about a situation that isn't necessary how the players feels about it.
And YOU need to understand that you don't speak for every player. You don't like Aya flirting with Saki? OK. As I've told you repeatedly, you can stop anything happening between them. But I'm not about to start rewriting the story because some people can't handle seeing one girl touch another girls hand.

I hope this hasn't come across as too harsh because I have no problem with you telling me how you feel about the story and you've at least been polite about it (if more than a little pushy!), which is more than can be said for some. But I feel like I've answered your points several times now and if you still don't want to accept what I've told you, then I don't see any benefit to us discussing it any further. But if you have any questions or thoughts on other aspects of the story, I'm happy to listen :)
 

fisty123

Member
Oct 24, 2022
486
662
Being an Australian and watching the scene with Red and Yuki on how to use mate and the other word that I won't write in case it upsets someone made me laugh way too much, It's even more funny as I have tried to explain it to others so many times why we use that word so much. Great scene that was.

I will be backing this project for sure on Pateron when they sort out my account issues (Their support is saying hopefully next week)
 
  • Yay, new update!
  • Red Heart
Reactions: nyatd and Lerd0

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
Being an Australian and watching the scene with Red and Yuki on how to use mate and the other word that I won't write in case it upsets someone made me laugh way too much, It's even more funny as I have tried to explain it to others so many times why we use that word so much. Great scene that was.

I will be backing this project for sure on Pateron when they sort out my account issues (Their support is saying hopefully next week)
Thank you! That's really good to hear :) Very happy to know that all my nights of getting drunk with Aussies in the name of 'research' wasn't wasted, haha! It also helped me find out that Bullshit Hill is the name of a REAL town and the phrase 'Get a dog up ya!' which is fucking hilarious! There will be more to come from Red in V.0.7.0 and we'll see the rest of The Demon Daughters soon too!
 

nyatd

Creator Of Falling Stars
Game Developer
Jan 22, 2021
256
541
Hmmm not sure if there is a correct path or not for
You don't have permission to view the spoiler content. Log in or register now.
Ah i will sleep on it and come back tomorrow.
There are no 'correct' paths for anything. Just do what you feel is right and if you ever find that things are going in a direction yu don't like with anyone, you'll always have the opportunity to change things :)
 
  • Like
Reactions: ninjahotsprings

FFTW

Active Member
Jun 7, 2017
505
605
As a HUGE wrestling fan, reading this description rang the bell for me to start playing this game lol. Will post my thoughts after I finish pinning it XD.
 
  • Red Heart
Reactions: nyatd

FFTW

Active Member
Jun 7, 2017
505
605
As a HUGE wrestling fan, reading this description rang the bell for me to start playing this game lol. Will post my thoughts after I finish pinning it XD.
Ok, I just started the game (was a bit busy). My first note: The name entry screen only allows you to enter your first and last name not your wrestling name. That is weird. Maybe it allows you later to enter it but if not then you really should add the option to enter your wrestling name. It is needless to say that almost everyone in wrestling has a wrestling name, and that they are way more known by that name than by their "real" name. So I think you should not only add the option for it but integrate it into the story, with the fans/strangers/etc calling you by your wrestling name and only those close to you calling you by either your "real" name or your wrestling name based on your preference.

This might seem like a nitpick for non-fans, but a huge fan like me is bound to be a bit nitpicky ;).

PS: For the few people who prefer to have their wrestling name be their real name, they can simply leave the "wrestling name" entry blank.
 
Last edited:
  • Like
Reactions: nyatd
4.30 star(s) 24 Votes