Page 2 of 8

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sat Feb 01, 2020 10:30 pm
by jack1974
Lol no, they should unlock later in the story!!! I think this probably happens even not in VN mode. Thanks will check this.

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sat Feb 01, 2020 10:42 pm
by cergyn
{who.shortname] and [who.he] in text during oasis water quest
Image

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sat Feb 01, 2020 10:44 pm
by jack1974
Thanks again, looks like the name replacing somehow doesn't work. Wondering if is just that scene or the VN mode (I tested in RPG mode and was working). If you have a save in that point and you can email it, would be helpful :)

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sun Feb 02, 2020 7:48 am
by Winkie22
I'm playing in VN mode and I'm at robot eye thingies where you hafta get 10 of them in order to get position of base I kill all of them on the map and I still can't get in base is this aglich or am I missing something

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sun Feb 02, 2020 8:01 am
by jack1974
I wasn't able to reproduce your last bug, here the name/pronouns of the chosen skill check character worked fine. So if you have a save before that I'd like to examine it :) thanks
Winkie22 wrote: Sun Feb 02, 2020 7:48 am I'm playing in VN mode and I'm at robot eye thingies where you hafta get 10 of them in order to get position of base I kill all of them on the map and I still can't get in base is this aglich or am I missing something
No that's a bug, another user found it too, going to fix (in practice in VN Mode the enemy kill count doesn't increase so that quest can't be finished right now). Maybe if you can send me a save just before it so I can test would be useful! thanks

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sun Feb 02, 2020 8:44 am
by jack1974
Made an update that should fix the enemy kill bug, the personal quest happening too early and also improved the auto-skill pick (it's pointless to have the AI pick combat skill in VN mode!! :lol:)

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sun Feb 02, 2020 7:51 pm
by Franka
I had a few social obligations to get through, but now I have time again!

So, first thing I noticed, Rumi has 21 Mind, when I level to 22 I only get 1 PP, the desciption says 2 until 25 Mind.

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sun Feb 02, 2020 8:13 pm
by jack1974
Hmm you know it's fun when you're the coder and you don't even remember exactly how it's supposed to work :mrgreen: I had this code:

Code: Select all

        def SoftCaps(self,value):
            i=0
            if value<15:
                return value*4
            if value<25:
                return 60+(value-15)*2
            return 80+(value-25)
but right now I'm trying to remember why I coded it this way! :o
I mean, trying to understand if it's the description that's wrong, or the code lol, since many times I forget to update the description after doing 500 balancing tests haha

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sun Feb 02, 2020 8:17 pm
by jack1974
Anyway I tried in the gym (reallocating attributes) and it works as intended, instead I suppose it happens to you in the level up screen? In this case if you have a savegame... I think maybe some equipment could be impacting the values or something else! thanks

Re: Planet Stronghold 2 (full game content!) beta

Posted: Sun Feb 02, 2020 8:41 pm
by Franka
jack1974 wrote: Sun Feb 02, 2020 8:17 pm Anyway I tried in the gym (reallocating attributes) and it works as intended, instead I suppose it happens to you in the level up screen? In this case if you have a savegame... I think maybe some equipment could be impacting the values or something else! thanks
I took off all of Rumi's equipment and reset in the gym. I get 3 PP at Mind 1-4, 6-9 and 11-14, 2 PP at Mind 5, 10, 15, 16, 18, 21 and 23. 1 PP at 17, 19, 20, 22, and 24+.