Page 3 of 9

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 7:21 am
by jack1974
You can do it from the beginning, just go visit Lucille in the science lab (did you get the strategy guide expansion right?).
If you don't loot metal scraps after each fight, then means is not active.

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 8:28 am
by ginTreX
Hey there.
First, got another Error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game\warchived.rpy", line 4260, in script
TypeError: list indices must be integers, not str

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

Full traceback:
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\execution.py", line 288, in run
node.execute()
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\ast.py", line 1302, in execute
next_node(self.items[choice][2][0])
TypeError: list indices must be integers, not str

Windows-7-6.1.7600
Ren'Py 6.15.2.281
Happened when I tried to leave the Party Screen (The one with Inventory etc.) with just Philipp + Protag.

And the second is, that I too, don't have the option for the scrap-thingies even though I've already brought the guide ages ago.

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 9:22 am
by jack1974
OK I think the problem is that the new Renpy version has still some bugs, I tried playing and I got that error too. Sigh :(
I'll probably revert back to an older version of Renpy, it has some problems on Mountain Lion but since Mac users are very small minority for now I'll go with that. Good thing is that I tried loading saves and they are compatible :)

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 9:29 am
by jack1974
Done, please redownload the game from same URL (I still called it 1.5.1 since in practice I made no changes to MY code, but I used a previous version of the framework I use to make games). I tried loading a savegame where I had that last crash and I was able to go past it. About the scraps, make sure that in the main menu the "register" button has disappeared, it means that you have the base game + bonus content registered, otherwise try registering again. You'll get metal scraps after each battle, so if you don't get any, means is not working.
Sorry about the problems, I thought there were much less bugs :(

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 10:10 am
by ginTreX
That's the meaning of letting people beta-test it, isn't it?
To locate and remove the last few bugs? ;)

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 10:19 am
by jack1974
Yes that's true, but I always get annoyed when I think there are no more bugs and some last-minute stuff shows up :mrgreen:

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 12:10 pm
by Franka
Hmm, I had to register twice to get metal scraps working for some reason.

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 12:41 pm
by ginTreX
Sorry Jack, but got another Error
Same one as with Barracuda but this time for Bloodline

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game\data.rpy", line 873, in script
File "game\data.rpy", line 1096, in python
File "game\script.rpy", line 214, in python
UnicodeDecodeError: 'ascii' codec can't decode byte 0x93 in position 12: ordinal not in range(128)

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

Full traceback:
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\execution.py", line 266, in run
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\ast.py", line 646, in execute
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\python.py", line 1172, in py_exec_bytecode
File "game\data.rpy", line 1096, in <module>
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\ui.py", line 237, in interact
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\display\core.py", line 1813, in interact
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\display\core.py", line 1939, in interact_core
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\display\core.py", line 1631, in compute_overlay
File "game\script.rpy", line 214, in overlay
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\ui.py", line 448, in __call__
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\text\text.py", line 1035, in __init__
File "C:\Users\Tobi\Desktop\PlanetStronghold-1.5.1-all\renpy\text\text.py", line 1080, in set_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0x93 in position 12: ordinal not in range(128)

Windows-7-6.1.7600
Ren'Py 6.14.1.366

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 1:04 pm
by jack1974
Argh, thanks again for reporting it. This time I made sure that there are no more non-ascii characters in the items file! Same download URL as before :)

Re: Planet Stronghold version 1.5 (Deluxe)

Posted: Sun Mar 17, 2013 1:06 pm
by ginTreX
No problem ;)
Glad I'm of help =)
If I find another I'll let you know :P