Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Vincent

#221
Hints & Tips / Re: Metaphobia
Sun 23/06/2019 22:31:59
Quote from: Khris on Sun 23/06/2019 21:57:20
I completely missed the
Spoiler
shelf for some reason; kinda embarrassing, given how prominent it is :)
However I'm still stuck; I disabled the alarm but cannot take the book. Tried lots of things with the cheese and water, can't leave or call anybody. :-[
[close]

Spoiler

haha I am sorry but it's too expensive to call somebody from Iran! :-D Please try to use the cheese bar somewhere! ;)
[close]
#222
Hints & Tips / Re: Metaphobia
Sun 23/06/2019 21:32:58
Quote from: Khris on Sun 23/06/2019 21:23:56
I'm badly stuck at
Spoiler
the museum. Trying to get the Draconium, trying to film the guard typing the code I guess but no clue what to do
[close]

Spoiler


  • place the camera on the shelf

  • interact with the camera to record

  • touch the Draconium

  • take the camera

  • right click on the inventory item camera to learn the code
[close]
#223
Hints & Tips / Re: Metaphobia
Sun 23/06/2019 20:13:20
Quote from: Kweepa on Sun 23/06/2019 19:58:47
Oh...
Spoiler

I have exhausted the conversational options with the pharmacist, but when I try to interact with the delivery guy I just get called a pervert.
Does it require pixel perfect clicking, or better timing, or both?
[close]
Thanks!

Spoiler
Ahah it require only a better timing... when he is crouching.
[close]
#224
Hints & Tips / Re: Metaphobia
Sun 23/06/2019 19:40:33
Thanks for all your feedback guys, we deeply appreciate it everytime!  :)

Quote from: Kweepa on Sun 23/06/2019 19:26:12
Really enjoying the game.
Slight early plot spoiler:
Spoiler

Judy is really harsh to the main character, given that his dad just died and she has no idea why he disappeared for years.
[close]
I have no idea what to do in the pharmacy...

Thank you very much for enjoying the game!  :)

Spoiler

Asking "Medicine" two times to the pharmacist you should be able to steal something that comes out of the pockets of the trousers of the man who works with the boxes.
[close]
#225
Hints & Tips / Re: Metaphobia
Sun 23/06/2019 14:00:09
Quote from: Shadow1000 on Sun 23/06/2019 13:37:32
Yes, I did. As I said, I think that most of us understand what we are trying to do. I just tried it a few more times with no success. It seems that others are having the same experience.

Spoiler

I can tell you which are the first 5 buttons to press in the correct sequence. Let's just follow this order as the red line shows:


Push the third button two times, the seventh button, the thirteenth button, the seventeenth button...
[close]
#226
Hints & Tips / Re: Metaphobia
Sun 23/06/2019 13:22:30
Thanks for all your feedbacks guys we really appreciate them!  :)

Quote from: Khris on Sun 23/06/2019 12:21:34
Quote from: I am a loser on Fri 21/06/2019 12:09:02
Congratulations, Great Job !
Need some help, too :
Spoiler
Cannot get past the receptionist, know that I somehow have to disguise
All I have is knife, scissors, phone book, cell phone documents, dried coffee, money,
brush, hydrogen peroxide
Help would be highly appreciated
Thanks in advance !!!
[close]

Stuck at the same spot... awesome game btw!

Thanks a lot for your feedback Khris! For now I can give you a little hint:
Spoiler

Combine scissors with brush!  :)
[close]
#227
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 20:15:57
Thanks we really appreciate your kind words!
#228
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 19:26:58
Quote from: I am a loser on Fri 21/06/2019 18:54:34
My God ,

Vincent,
the Alien Symbol puzzle is nervewrecking :-(

Were you able to finish it already? ;)
#230
You are welcome!
#231
Quote from: MonkeySyrup on Fri 21/06/2019 18:35:47
Oh, mine shows

Code: ags

enum Dir {
  eLeft,
  eRight,
  eDown,
  eUp
};

import bool WalkFace(int x, int y, Dir d);


I'll search for 0.2 version then

Okay, in case you will not find it here it is: http://www.fileconvoy.com/dfl.php?id=g3cf0cdce9ab62bc21000177800e1bd3ad3a5abdb1b
#232
Quote from: MonkeySyrup on Fri 21/06/2019 18:29:36
But that doesn't work for me, because error "undefined symbol 'GotThere'" shows up. Do I need to write something more somewhere else or am I using wrong version of this module?

I have GotThere module version 0.2. In the module header I have this:

Code: ags

enum Dir {
  eLeft,
  eRight,
  eDown,
  eUp
};

import void GoFace(int go_x, int go_y);
import bool GotThere();


I don't know maybe you have an early version of the module?
#233
This is how generally I do when using this module:

Code: ags

function hGoLeft_Interact()
{
  if (!GotThere()) GoFace(90, 660);
  else
  {
     player.ChangeRoom(2, 1320, 700);
  }
}
#234
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 18:17:58
Quote from: I am a loser on Fri 21/06/2019 16:01:39
Wow Vincent,

nice puzzle !
You created a really fine game, congratulations and thanks !!!!!


Alright, thank you, you are welcome!  :)
#235
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 15:42:33
Quote from: I am a loser on Fri 21/06/2019 15:28:23
I will try that, however, i wanted to avoid the Imgur upload, there seems to be no other way

Hope it works
Edited:



Spoiler


[close]
I have seen the image and there's nothing wrong with it.
#236
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 15:19:53
Quote from: I am a loser on Fri 21/06/2019 14:57:07
Spoiler
Yes, i have used the draconium and the translated parchment on  the water cleaned puzzle
How can I send you a screenshot?

Kind regards

[close]

Do you actually know how to take a screenshot in your computer? Just push the button "Stamp Rsist" then open an image editor like paint and paste it over there. Save the image and go to imgur.com then upload the image into the website and it will generate a link.
#237
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 14:53:25
Quote from: I am a loser on Fri 21/06/2019 14:47:29
I tried to include a screenshot, but failed miserably
Cannot paste into the text window .-((

I am sorry, please provide me a screenshot so I can understand better what are you talking about.

Spoiler

Anyway have you used Draconium and Translated Parchment on the puzzle?
[close]
#238
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 14:46:16
Quote from: I am a loser on Fri 21/06/2019 14:20:34
I am afraid this is a bug:
Spoiler
I am at the temple and trying to enter the symbols

The text reads : God's hand created water….
However, the tile for "create" and "cattle" are not visible, they are covered by
the text window
Does it have something to do with my resoultion?
I am playing in full screen mode
Hope that I don't have to start over …
Plz help!!

Thanks in advance
I
[close]

Spoiler
Can you please show me a screenshot of this?
[close]
#239
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 14:04:06
Quote from: lorenzo on Fri 21/06/2019 14:01:11
Spoiler
Oh, man, I was so fixated on the mousehole that I didn't notice the guard turning his head!
[close]
Thanks a lot!  (nod)

You are more than welcome!  ;)
#240
Hints & Tips / Re: Metaphobia
Fri 21/06/2019 13:20:54
Quote from: I am a loser on Fri 21/06/2019 12:24:11
Got it by myself, nevermind :-)

Alright, I am glad to hear that!  ;)



Quote from: lorenzo on Fri 21/06/2019 12:53:55
Thanks Vincent! But I'm still stuck...
Spoiler
I got the code, but I still can't get rid of the guard nor deactivate the alarm. There's probably an obvious thing I'm missing, but I don't know what.  :~(
In the inventory, I've got the brochure, water bottle, cheese, rials, and a whole lot of other stuff.
[close]

Spoiler

To deactivate the alarm you should wait the guard to turn his head to the right side, in that moment you should be able to disable the alarm box, but that's not over.
[close]


Quote from: lorenzo on Fri 21/06/2019 12:53:55
By the way, I've found a small graphics glitch in the museum room.
Spoiler

If you drink from the water bottle in front of the mousehole, this happens: [imgzoom]https://i.imgur.com/Gblqwoy.png[/imgzoom]
[close]

Spoiler
Thanks for noticing this!
[close]
SMF spam blocked by CleanTalk