Planet Stronghold 2 (full game content!) beta
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Planet Stronghold 2 (full game content!) beta
Lol no, they should unlock later in the story!!! I think this probably happens even not in VN mode. Thanks will check this.
-
cergyn
- Young scout
- Posts: 16
- Joined: Sun Jan 13, 2013 7:46 pm
Re: Planet Stronghold 2 (full game content!) beta
{who.shortname] and [who.he] in text during oasis water quest


- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Planet Stronghold 2 (full game content!) beta
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 
- Winkie22
- Young scout
- Posts: 38
- Joined: Tue Apr 11, 2017 2:26 am
Re: Planet Stronghold 2 (full game content!) beta
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
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Planet Stronghold 2 (full game content!) beta
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
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
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Planet Stronghold 2 (full game content!) beta
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!!
)
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: Planet Stronghold 2 (full game content!) beta
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.
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.
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Planet Stronghold 2 (full game content!) beta
Hmm you know it's fun when you're the coder and you don't even remember exactly how it's supposed to work
I had this code:
but right now I'm trying to remember why I coded it this way!
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
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)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
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Planet Stronghold 2 (full game content!) beta
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
- Franka
- Elder Druid
- Posts: 1406
- Joined: Fri Nov 30, 2012 3:07 pm
Re: Planet Stronghold 2 (full game content!) beta
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+.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
