My Time At Portia No Slot Machine

News Camera
100px
Mission Details
x
Previous mission
x
x
Rewards
Payment
Rank
Relationship

Guide to character gifts and ratings. Listed values are without the giver skill, which gives an extra 1-2 points. Other My Time At Portia Guides: My Time. My Time in Portia is a newer game in the simulation genre that takes inspiration from farming sims. The game mixes things up by moving away from the traditional farming system and instead focuses on building. These mechanics help to set Portia apart from other games on the market that simply walk in the footsteps of the traditional farming sim. Welcome to our My Time at Portia walkthrough! You're off to a new life as a builder in Portia who has inherited your Pa's workshop! The town of Portia is filled with vibrant characters and many.

If you want Merlin's camera, you'll need to go on a date with her.
~ My Time at Portia, Mission Details

Mei has a commission for you to improve the Portia Times:


Mei:
Erwa and I have been drawing all the illustrations by hand so far, but we're both terrible at art. I even received a letter from Gust telling us to 'stop drawing.' That jerk. For the next part of my plan, we need a camera! Ready to help me make a camera?

Download My Time At Portia

Choose one:
Option 1:
'I'm up for a camera.'
NAME: 'QUOTE'
Option 2:
'I'll pass. There are too many things on my plate right now.'

Accept the mission from Mei and head to the Research Center to ask Petra about getting a camera.


Petra:
A camera? Oh ho ho, you don't need to look too far. Our Director has a working one.

Merlin:
What do you want? A camera? I have one.
Choose one:
Option 1:
'Can I have yours? Pretty please?'
Merlin: 'No, of course not.'
Option 2:
'Can I have a diagram to build one?'
Merlin: 'We don't have the technology to build cameras, and working ones are exceedingly rare.'

Merlin:
You know what, I just thought of something. I can give the camera to you, on one condition. We go on a social engagement.

Merlin has been curious about 'social engagements', i.e. dates, so if you agree to go on a date with her the next day, the camera is as good as yours. Pick a time and a location for the date, and when that time comes, meet Merlin at the agreed upon location. From there, use the time however you choose to. Walk together to nearby Dates#Activities and do your best to impress Merlin. She may give you hints about her preferences, especially when it comes to food. When you are ready to end the date, speak to her and end the date.

My Time At Portia

Wait to receive a letter from Merlin in the mail to find out how the date went for her and to receive the camera:

That was my first social engagement, you know. It was underwhelming. I thought there might be some revelation or enlightenment involved, but I guess I was misguided. Those fairy tale books are full of inaccuracies. Experiment failed, whatever. Here, take the camera, it's yours. Thank you for your cooperation.

Report to Mei. You will be rewarded with gols, reputation, and relationship points. Later, the following story becomes available from the Portia Times:

100px
Exciting news! Thanks to our local Builder-Welder (player), the Portia Times now has a brand new printing press and access to a very rare camera!
No more hand-written articles and hand-drawn pictures, we've had a massive upgrade! Now the Portia Times will always be ready to bring exciting, local news right to your doorstep.
Things looked bad when other Builders refused to help and we had our hand-drawn pictures criticized, but (player) stepped in and saved us!
Got any tips or rumors? Come down to the Portia Times office, and speak to either Erwa or Mei! We can't wait to see what the future has in store!
~ 'Local Builder Saves the Day!', written by Mei
Retrieved from 'https://mytimeatportia.gamepedia.com/News_Camera?oldid=35528'

Docker (recommended)¶

My Time At Portia No Slot Machines

My time at portia update

If you are on a Linux machine you will need Docker installed or if you are using a Windows or Mac OS X machine you will need boot2docker.

You can run Portia with the command below:

Or with docker-compose by running:

Portia

Portia will now be running on port 9001 and you can access it at http://localhost:9001.Projects will be stored in the project folder that you mount to docker.

To extract data using portia you can run your spider with:

After the crawl finishes you will find your extracted data in the the OUTPUT_FOLDER

Note

<PROJECT_FOLDER> and <OUTPUT_FOLDER> are just paths on your system where your projects and extracted data are stored.

Warning

For Windows the <PROJECT_FOLDER> path must be of the form /<DRIVE_LETTER/<PATH>. For example /C/Users/UserName/Documents/PortiaProjects

Vagrant¶

Checkout the repository:

Slot

You will need Vagrant , VirtualBoxNode.js, Bower and ember-cli installed.

Run the following in Portia’s directory:

This will launch an Ubuntu virtual machine, build Portia and start the portia server. You’ll then be able to access Portia at http://localhost:9001. You can stop the portia server using vagrantsuspend or vagranthalt. To run portiacrawl you will need to SSH into the virtual machine by running vagrantssh.

Ubuntu¶

Running Portia Locally¶

These instructions are only valid for an Ubuntu based OS

My Time In Portia

Install the following dependencies:

My Time At Portia Cheats

If you would like to run Portia locally you should create an environment with virtualenv:

Now clone this repository into that env:

Install splash and the required packages:

To run Portia start slyd and portia_server:

Portia should now be running on port 9001 and you can access it at http://localhost:9001.

Developing Portia using Docker¶

To develop Portia using docker you will need Node.js, Bower and ember-cli installed.

To set up Portia for development use the commands below:

You can run it using:

This sets up the portia_server to restart with every change you make and if you runcd~/portia/portiaui&&emberbuild-w in another shell you can rebuild the Portia assets with every change too.