OutpostUniverse / OPHD

OutpostHD - Open source remake of Sierra On-Line's Outpost
BSD 3-Clause "New" or "Revised" License
107 stars 20 forks source link

Summary of OP1 playthrough with Notes #201

Open cugone opened 4 years ago

cugone commented 4 years ago

https://www.youtube.com/playlist?list=PLFTDBbYrcivqJ0p92yI4sxtduAfgV89J-

This is a good and complete playthrough of OP1 (courtesy of OPU!). This is a good source of real player frustration and confusion that can be alleviated in OPHD. Any time the player says "I don't understand...", "The game doesn't explain...", "I don't know why...", etc. that might be a thing to look in to.


Here's a detailed list of confusion and concerns separated by video and timestamp. I've created a list of actual User Stories as a separate issue.

I've included my own comments and suggestions in parenthesis. Square brackets for summarizing game events and user actions; Regular parenthesis for comments and suggested solutions.

NOTE: Some of these issues and stories have already been enumerated. I'm including them for completion sake only.

Note: Many of the complaints, confusion, frustration, and concerns regarding colony building, tiles, and structure functions enumerated in these videos are clearly stated and explained in the "Help..." contents of the game which serves as the manual. This game was made in the early '90s. People were expected to RTFM. In 2020, however, no one RsTFM and in order to save on money, producers stopped making them. So game designers started putting everything in-game as tutorials. We should do the same.

Video 1: "Let's Play Outpost #⁠01 Any mistake at this point will doom you and your colonists..." Ref: https://www.youtube.com/watch?v=fq9934Dtjzw

Video 2: "Let's Play Outpost #⁠02 ... to certain death. Have a nice day." Ref: https://www.youtube.com/watch?v=O0jqmq76AmY

Video 3: "Let's Play Outpost #⁠03 The Eagle has landed. Thank you Neil." Ref: https://www.youtube.com/watch?v=vfg224t60GE

Video 4: "Let's Play Outpost #⁠04 Research underway" Ref: https://www.youtube.com/watch?v=U1bI8JzrfwU

Video 5: "Let's Play Outpost #⁠05 Time Travel experiment succeeds" Ref: https://www.youtube.com/watch?v=tuZ9ndGzXDQ

Video 6: "Let's Play Outpost #⁠06 Morale no longer going down, for now" Ref: https://www.youtube.com/watch?v=nNk95Z4vf0o

Video 7: "Let's Play Outpost #⁠07 The Objective: Survive. Build, Grow and Thrive" Ref: https://www.youtube.com/watch?v=BUTkpvrc9Ro

Video 8: "Let's Play Outpost #⁠08 The People love you, commander" Ref: https://www.youtube.com/watch?v=rh3W-szsv4E

Video 09: "Let's Play Outpost #⁠09 The Hotlab is operational" Ref: https://www.youtube.com/watch?v=CvxO7ti9YVg

Video 10: "Let's Play Outpost #⁠10 Finally I can research Repairbots, also the Rebels surrender" Ref: https://www.youtube.com/watch?v=wvP0h2JLgvY

Video 11: "Let's Play Outpost #⁠11 Research power overwhelming" Ref: https://www.youtube.com/watch?v=4GQvfVQguOs

Video 12: "Let's Play Outpost #⁠12 Alien Virus Cure" Ref: https://www.youtube.com/watch?v=Tia3gwcPTgc

Video 13: "Let's Play Outpost #⁠13 The road to somewhere" Ref: https://www.youtube.com/watch?v=u5dqoVfNQiA

Video 14: "Let's Play Outpost #⁠14 Resources running low" Ref: https://www.youtube.com/watch?v=IaJCsxRu2XE

Video 15: "Let's Play Outpost #⁠15 So close to Nanotechnology" Ref: https://www.youtube.com/watch?v=tIjzZ3RS0J8

Video 16: "Let's Play Outpost #⁠16 Where'd our food go?" Ref: https://www.youtube.com/watch?v=_wXNdJ-vTFs

Video 17: "Let's Play Outpost #⁠17 We're unstoppable now" Ref: https://www.youtube.com/watch?v=BwPiC-djMQ8

Video 18: "Let's Play Outpost #⁠18 And with the launch of this vessel we have ensured out survival [Finale]" Ref: https://www.youtube.com/watch?v=NWS1rK4RotI

ldicker83 commented 4 years ago

100% -- it's why I ask users who want to help but aren't programmers to tell me their experience. Let me know what confuses you. What breaks? What isn't explained well?

It's a great way to be able to determine development goals and targets. As much as I know the direction I want the game to go in, I'm also intimately familiar with the inner workings of the game and so I don't have the perspective of a user coming into this with no real knowledge before hand.

This is a pretty good find.

cugone commented 4 years ago

I will re-watch the playlist later, adding his comments and concerns as a list to this issue.

DanRStevens commented 4 years ago

That would be appreciated. I don't think I have the time or patience to sit through that many videos of that length.

Another part of that is I think my personal focus is more on the support code, rather than the gameplay mechanics.

ldicker83 commented 4 years ago

I've been watching the video and finding it entertaining for the most part. A lot of the questions he asks (e.g., "I don't know why it does that") are things that are already sort of addressed in OPHD using an interface that at least provides some feedback. With some user feedback I've been able to improve it considerably but it still needs work -- very much a minimalist programmer interface.

cugone commented 4 years ago

Yeah, I mention in my notes that several of his complaints have already been resolved. I'm on video 12 so far.

cugone commented 4 years ago

@ldicker83 @DanRStevens

I've added my notes on each video and suggested ways to fix the issues mentioned.

A further analysis of suggestions into an actual User Stories format so things can be broken down into tasks will follow later.

DanRStevens commented 4 years ago

Thank you so much for the time it took to summarize all that. It's going to be helpful to have that summary around.

ldicker83 commented 4 years ago

Extremely helpful, honestly. Will give a good direction for the UI to develop and other game play issues.

Slowly getting back into the development thing as I'm beginning to recover from a few medical issues -- will be looking over this and the other linked topic and try to address each point.

cugone commented 3 years ago

Re-opening this and #241 to keep them from falling off the wayside.