start screen: wobbling heads are weird
gem screen: unselect of the empty socket is great! how complicated is it to add this functionality to filled sockets and selected gems in storage?
crash with new game (intro, before visiting the tavern):
eta: the screen before was mainStory:301
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 2258, in script
File "game/script.rpy", line 2258, in <module>
NameError: name 'lvl5_mushrooms' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 2258, in script
File "/home/renke/Downloads/QoT-0.7.5-all/renpy/ast.py", line 1648, in execute
if renpy.python.py_eval(condition):
File "/home/renke/Downloads/QoT-0.7.5-all/renpy/python.py", line 1606, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/home/renke/Downloads/QoT-0.7.5-all/renpy/python.py", line 1601, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 2258, in <module>
NameError: name 'lvl5_mushrooms' is not defined
Linux-4.6.6-300.fc24.x86_64-x86_64-with-fedora-24-Twenty_Four
Ren'Py 6.99.10.1227
Queen Of Thieves 0.7.5
Queen Of Thieves beta 0.8.7
-
myoksy
- Druid
- Posts: 362
- Joined: Mon Aug 15, 2016 10:54 am
Re: Queen Of Thieves beta 0.7.5
ignoring as workaround does the trick, and it happens every time entering the [strike]world[/strike] village map
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Queen Of Thieves beta 0.7.5
Haha of course I forgot to declare that variable by default (originally wasn't needed). Will do a quick update to fix this. As for the gem thing, need to try, though I think the main issue was with the unselected sockets.
-
myoksy
- Druid
- Posts: 362
- Joined: Mon Aug 15, 2016 10:54 am
Re: Queen Of Thieves beta 0.7.5
yes but : )jack1974 wrote:though I think the main issue was with the unselected sockets.
the new gem screen has a much better usability, though the selecting is still annoying. I very often click on a filled socket to look at the values of the slotted gem to decide if I want to replace it. and then I have no chance* but to replace it (even when I don't want to) or close the window.
* I'm aware of the undo. but this is sooooo clunky : D
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Queen Of Thieves beta 0.7.5
Yes, will try to make it work better. I just fixed the map bug, I know it's bad habit but I didn't update the version number (I don't think many people downloaded the earlier version anyway). Will do the sockets tomorrow and also the more varied random encounters in mercenary area.
-
myoksy
- Druid
- Posts: 362
- Joined: Mon Aug 15, 2016 10:54 am
Re: Queen Of Thieves beta 0.7.5
<sysadmin>ARGH! programmers! this is SO wrong and creates SO many problems! administration would be SO nice without coders and users.</sysadmin>jack1974 wrote:I didn't update the version number (I don't think many people downloaded the earlier version anyway)
-
myoksy
- Druid
- Posts: 362
- Joined: Mon Aug 15, 2016 10:54 am
Re: Queen Of Thieves beta 0.7.5
city map:
as soon as one sister is selected it's not possible anymore to collaps all heads.
tiberius.rpy:1350:
"It was true most were." Is this valid English? I think I understand it (something like "It was true almost everywhere.") but imo the sentence is b0rken.
Disease Bite:
Sometimes Diseased jumps from 10 rounds to 5 rounds. I see this not the first time and think it happens when the PC was not diseased and attacked twice in a row: The first bite results in 10 diseased, the second lowers it to 5. (maybe a wrong value in a max stacking setting?)
Sell prices:
I was selling the intitial clothes of Joanna and the price is displayed wrong: The sell window says e.g. "Sell Magic Pants for 0" (but I got the expected 50). Some fallout from the discount cheat? (also true for Thalia's stuff)
as soon as one sister is selected it's not possible anymore to collaps all heads.
tiberius.rpy:1350:
"It was true most were." Is this valid English? I think I understand it (something like "It was true almost everywhere.") but imo the sentence is b0rken.
Disease Bite:
Sometimes Diseased jumps from 10 rounds to 5 rounds. I see this not the first time and think it happens when the PC was not diseased and attacked twice in a row: The first bite results in 10 diseased, the second lowers it to 5. (maybe a wrong value in a max stacking setting?)
Sell prices:
I was selling the intitial clothes of Joanna and the price is displayed wrong: The sell window says e.g. "Sell Magic Pants for 0" (but I got the expected 50). Some fallout from the discount cheat? (also true for Thalia's stuff)
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Queen Of Thieves beta 0.7.5
Actually it should never happen that there isn't at least one head up. But I could have all down indeed now that I think about it, if someone doesn't want to do any romance talk...myoksy wrote:city map:
as soon as one sister is selected it's not possible anymore to collaps all heads.
[quote="myoksy"
tiberius.rpy:1350:
"It was true most were." Is this valid English? I think I understand it (something like "It was true almost everywhere.") but imo the sentence is b0rken.
[/quote]
Need to ask writer
Yes you're right, should be 5 maxmyoksy wrote: Disease Bite:
Sometimes Diseased jumps from 10 rounds to 5 rounds. I see this not the first time and think it happens when the PC was not diseased and attacked twice in a row: The first bite results in 10 diseased, the second lowers it to 5. (maybe a wrong value in a max stacking setting?)
Yes another copy-paste bug. Thanks for spottingmyoksy wrote: Sell prices:
I was selling the intitial clothes of Joanna and the price is displayed wrong: The sell window says e.g. "Sell Magic Pants for 0" (but I got the expected 50). Some fallout from the discount cheat? (also true for Thalia's stuff)
-
myoksy
- Druid
- Posts: 362
- Joined: Mon Aug 15, 2016 10:54 am
Re: Queen Of Thieves beta 0.7.5
I was totally sure that all heads are down when the map is displayed the first time but was wrong and deleted my first reply ; ) [and while testing this I saved on the map and reloaded the game: all heads are down. my memory is not COMPLETELY rubbish. ha!]jack1974 wrote:Actually it should never happen that there isn't at least one head up.
to nit-pick: at least one of the merchant mansion layouts allow the ex-mercenary with chest twice. Not sure if this should be possible.
- jack1974
- Pack leader
- Posts: 15095
- Joined: Thu Jun 16, 2005 4:43 pm
Re: Queen Of Thieves beta 0.7.5
I think happens if you save/reload while in the map, need to check 
Will also look at the merchant, I didn't use the new system in it, since there wasn't enough variations to justify it, but maybe need to take a better look.
Will also look at the merchant, I didn't use the new system in it, since there wasn't enough variations to justify it, but maybe need to take a better look.
