You can gain fp with Seraphine in two ways.and at what time can I bring her a cocktail and what kind, I have already tried this too and received the answer, I have no thirst...(((((((((((
Mhhh... what do you think, should I just add a disclaimer to my Android port posts that part of the game can't be played on Android, or should I remove the android port entirely to prevent people from potentially getting upset?Sory, the GUI has not been designed for android. I develop and test for MAC, Linux and Win and can test on those devices only.
Later in the game there will be a bunch more interactions which require a keyboard so sadly at the moment the game is not compatible![]()
Its written in the walkthrough.and at what time can I bring her a cocktail and what kind, I have already tried this too and received the answer, I have no thirst...(((((((((((
I don't have the capacity to add a hw platform that i do not have for testing.Mhhh... what do you think, should I just add a disclaimer to my Android port posts that part of the game can't be played on Android, or should I remove the android port entirely to prevent people from potentially getting upset?
Ah, interesting, Joiplay indeed looks to have a keyboard? Maybe that's a better option then than to try to play an android port.I don't have the capacity to add a hw platform that i do not have for testing.
If you have basic knowledge of renpy you can just add a little key widget in the mining screen.
If thats not possible I would remove the port to avoid misunderstanding.
Some users report its playable on joiplay, so android users might try that.
if renpy.variant("small"):
imagebutton idle "05_gui/mining button up.png" xpos 0.85 ypos 0.45 action Return("up")
imagebutton idle "05_gui/mining button left.png" xpos 0.8 ypos 0.55 action Return("left")
imagebutton idle "05_gui/mining button right.png" xpos 0.9 ypos 0.55 action Return("right")
imagebutton idle "05_gui/mining button down.png" xpos 0.85 ypos 0.65 action Return("down")
textbutton "{size=50}Mine!{/size}" xpos 0.85 ypos 0.75 action Return(["fire", mField[mPos[0]][mPos[1]], mPos])
text "Press Directional Buttons To Move And Align Laser Horizontally And Vertically" size FSIZE_MED xalign 0.5 ypos 1000
else:
text "CURSOR KEYS or WASD = Move And Align Laser Horizontally And Vertically / SPACE = Mine" size FSIZE_MED xalign 0.5 ypos 1000
Pay her a visit after 13:00 and make sure she wears her normal outfit.and at what time can I bring her a cocktail and what kind, I have already tried this too and received the answer, I have no thirst...(((((((((((
Could you try out the new compressed version for Android, in which I made the following changes?Does anyone know if there is a way to complete the mining minigame on Android, since there is no keyboard?
Code:if renpy.variant("small"): imagebutton idle "05_gui/mining button up.png" xpos 0.85 ypos 0.45 action Return("up") imagebutton idle "05_gui/mining button left.png" xpos 0.8 ypos 0.55 action Return("left") imagebutton idle "05_gui/mining button right.png" xpos 0.9 ypos 0.55 action Return("right") imagebutton idle "05_gui/mining button down.png" xpos 0.85 ypos 0.65 action Return("down") textbutton "{size=50}Mine!{/size}" xpos 0.85 ypos 0.75 action Return(["fire", mField[mPos[0]][mPos[1]], mPos]) text "Press Directional Buttons To Move And Align Laser Horizontally And Vertically" size FSIZE_MED xalign 0.5 ypos 1000 else: text "CURSOR KEYS or WASD = Move And Align Laser Horizontally And Vertically / SPACE = Mine" size FSIZE_MED xalign 0.5 ypos 1000
If you were turned off by the grinding back then, I don't think it has changed any since then, so you probably wouldn't like it now.I haven't played since 1.40, I think. Could anyone please tell me how this game feels now?
I remember it was very fun and cozy at first, but then I figured that the grind was too much and those fetch quest are unnecessary (except the ones where you trade hull plates in bulk - a million or a half for every occasion): you'll need dozens of millions of money to progress; a million here, ten millions there.
I've never managed to progress much, but I suppose the loop repeats in the next system, and then in the next.
There is a lot of new art - is it all available or there are some placeholders?
I remember I was dissapointed that the Holodeck or something was of no use - is it available now? Can I use a hologram there?
The same thing happens to me and I have everything up to 300 fp, this is not done correctly.This is exactly the point where I'm stuck, I can't take her out for a walk to raise her reputation...
Have you tried, uh, talking to her? At a certain point, if you just talk to her, you learn the "present" Pet Trick, and once you learn that, you can start raising her rep.The same thing happens to me and I have everything up to 300 fp, this is not done correctly.
Only way is to hook up a USB-C keyboard if your Android is compatible.Does anyone know if there is a way to complete the mining minigame on Android, since there is no keyboard?
The combat game is fully playable with mouse, as will the new interior combat RPG module.Ah, interesting, Joiplay indeed looks to have a keyboard? Maybe that's a better option then than to try to play an android port.
Still, I couldn't resist experimenting a bit: if the mining game is the only minigame that's unplayable without keyboard, that'd be easily fixed if I add the following code to 730_mining.rpy line 162 as you suggest.
Just curious: Is there any other functionality in your game that'd be completely unplayable without keyboard?Code:if renpy.variant("small"): imagebutton idle "05_gui/mining button up.png" xpos 0.85 ypos 0.45 action Return("up") imagebutton idle "05_gui/mining button left.png" xpos 0.8 ypos 0.55 action Return("left") imagebutton idle "05_gui/mining button right.png" xpos 0.9 ypos 0.55 action Return("right") imagebutton idle "05_gui/mining button down.png" xpos 0.85 ypos 0.65 action Return("down") textbutton "{size=50}Mine!{/size}" xpos 0.85 ypos 0.75 action Return(["fire", mField[mPos[0]][mPos[1]], mPos]) text "Press Directional Buttons To Move And Align Laser Horizontally And Vertically" size FSIZE_MED xalign 0.5 ypos 1000 else: text "CURSOR KEYS or WASD = Move And Align Laser Horizontally And Vertically / SPACE = Mine" size FSIZE_MED xalign 0.5 ypos 1000
Moira... med bay morning till 12, afternoon 15-17Hi, I am currently stuck, I need to give 6 units of vortex (a drink) to progress, I know how ot package them but not where to find them? I tried making it in the ship, and visiting all places with merchant but I was unsuccessfull.
Also Moira is nowhere to be found on the ship. I am supposed to speak to her for her reward but where is she?
Perfect! This is how my "fix" looks. Is it okay with you then if I keep the android port up?The combat game is fully playable with mouse, as will the new interior combat RPG module.
Engine maintenance and cargo Bay are also fully playable with mouse only and all the dialogues have hot keys but also clickable dialogue options.
I might have forgotten something but could be that the mining game was the only one because that was also the very first mini game I implemented.
that looks great. The mining progress list on the right side which you replaced was anyway only a minor convenience feature and when you finish mining it is doing smart autoload anyway.Perfect! This is how my "fix" looks. Is it okay with you then if I keep the android port up?
View attachment 4886876