Page 4 of 9
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Sun Mar 17, 2013 5:32 pm
by deathknight1728
jack1974 wrote: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

I clicked register twice and it loaded that I had scraps then. The only problem is that unless your supposed to ask lucille about scraps when you have a certain amount, I cannot get here to allow me to make them. She doesn't allow me the question/response to ask about making items. Although she does have the deluxe version under questions. Does she only allow you to make items when you have 400 scraps or a set number? Sorry for bothering I just am exited to make some new pistols.
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Sun Mar 17, 2013 6:06 pm
by jack1974
No they use the same variable so should work, but maybe if there's a particular active quest is hidden... can you post a screenshot of the choices you have when you go to Lucille ?
Probably I could just allow the player to click a button in the inventory to access the screen even if would be less realistic but... or maybe add the option also in the barracks location...
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Sun Mar 17, 2013 6:08 pm
by ValHallen
if i buy the deluxe version, willi lose my achiviements?
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Sun Mar 17, 2013 6:13 pm
by deathknight1728
I tried to print screen but it won't work. All their dialog says is-
1-Nothing Ill be on my way
2-Any news about the alien colonies
3-Can you refresh my memory on academy training?
That is from after I click to talk to lucille. When I just get there before I have a choice to talk to lucille-
1-leave place
2-Consult enemy databases
3-Talk to lucille
4-Talk to jacob.
That is all I have and I already registered from the main menu. Do you first get this when you finish the quest for the holodisk? I finished that quest but I don't know what to make of it.
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Sun Mar 17, 2013 6:20 pm
by jack1974
ValHallen wrote:if i buy the deluxe version, willi lose my achiviements?
Well yes but you could copy them manually if you know how to do it (is a file to copy from a directory to another).
Actually the old savegames are compatible, the main reason why I changed the directory was that the load/save screen new design use smaller thumbnails so it gets all messed up, but maybe I could find a way to shrink them... going to make some tests!
deathknight1728 wrote:That is all I have and I already registered from the main menu. Do you first get this when you finish the quest for the holodisk? I finished that quest but I don't know what to make of it.
No you should get it already... Ok wait, will do another update and put the option also in the barracks just to be sure!
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Sun Mar 17, 2013 6:51 pm
by jack1974
No you were right, I forgot that later in the game the dialog changes!

New version 1.5.2:
http://www.macgames.biz/games/PlanetStr ... .2-all.zip
About the achievements, you can copy the files from the old savegame directory to the new one and they'll be preserved. Copy the files from:
c:\Users\YOURUSERNAME\Appdata\Roaming\RenPy\Planet_Stronghold
to
c:\Users\YOURUSERNAME\Appdata\Roaming\RenPy\Planet_Stronghold_1.5
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Tue Mar 19, 2013 8:22 pm
by SerTabris
I've noticed that the new save menu lists 8 pages, but you can scroll past that. I put a save in #185, and it seems to work. I'm not sure if that's intended behavior, but it strikes me as odd; I would think that the page numbers would scroll or update themselves to allow users to more easily access all the slots. (I do think the new menu is nicer than the old one, and I do appreciate having more slots.)
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Tue Mar 19, 2013 8:34 pm
by jack1974
Ah that's the standard behavior of the framework I'm using, but indeed it should update the numbers... will check if I can do it myself

Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Fri Mar 22, 2013 8:47 am
by evaliant
Hey Jack, I received an error in the Deluxe Version
This error occurs after the tutorial in the science facility when talking to Lucille. After completing the first fight, I return to the science facility and ask Lucille about using metal scraps.
She replies with her normal dialogue, but then I receive another set of dialogue, stating "11". Just the number "11", followed by the error below.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game\warchived.rpy", line 1074, in script call
File "game\data.rpy", line 1987, in script
File "game\data.rpy", line 2054, in python
Exception: ui.close closed <renpy.display.layout.MultiBox object at 0x0CE229F0>, not the expected <renpy.display.layout.MultiBox object at 0x103000B0>.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\execution.py", line 288, in run
node.execute()
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ast.py", line 718, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\python.py", line 1258, in py_exec_bytecode
exec bytecode in globals, locals
File "game\data.rpy", line 2054, in <module>
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\display\layout.py", line 194, in __exit__
renpy.ui.context_exit(self)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ui.py", line 332, in context_exit
close(w)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ui.py", line 313, in close
stack[-1].close(d)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ui.py", line 130, in close
raise Exception("ui.close closed %r, not the expected %r." % (self.displayable, d))
Exception: ui.close closed <renpy.display.layout.MultiBox object at 0x0CE229F0>, not the expected <renpy.display.layout.MultiBox object at 0x103000B0>.
Windows-XP-5.1.2600-SP3
Ren'Py 6.15.2.281
Hopefully its just an error with something on my end. Thank you for your time : )
Re: Planet Stronghold version 1.5 (Deluxe)
Posted: Fri Mar 22, 2013 9:22 am
by jack1974
Ok by mistake I built the .exe with the latest build of the framework I'm using which is not compatible with this game. I've reuploaded a fixed version, please try downloading this one and will work (savegames are compatible):
http://www.macgames.biz/games/PlanetStr ... -1.5.2.exe
(of course I'm also updating the download links from the main site). thanks for your feedback was useful!