The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PoC] Elevators
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#1
[PoC] Elevators

This seems to be turning into a trend. Here I am extending what I learned about Sequences from the making of the last PoC into making a working elevator.

[Image: ?interpolation=lanczos-none&output-forma...olor=black]
[Image: ?interpolation=lanczos-none&output-forma...olor=black]

As usual, you can grab the map and associated files on the Steam Workshop. EDIT: This and my other PoC mods are now available on MoDDB as well.

An interesting thing I found out about doing elevators is, when I looked at the examples that are in SOMA itself, the few that I could find fell into one of two categories:

  1. The elevator unit itself was stationary while things moved around it, simulating the experience of riding an elevator. When the sequence was complete, the player is teleported to an identical position further along. (Theta)
  2. While the elevator moved, the player had a story-reason to be fixed in place during the entire elevator ride. (Omicron)

The programming behind the second one revealed why all the elevators in SOMA weren't the proper "elevator-unit-moves-with-the-player-inside" option, as in order to get the player to move with the elevator, you have to move them along with the elevator relative to their position in relation to the elevator itself. This has the nasty side-effect of leaving the player unable to move at all during the sequence. What's more, if you simply has the elevator move independently of the player, the player's camera has that weird "fall-then-bob-continuously" quirk that games have where the physics doesn't directly support this kind of action.

So yeah, it will take quite a bit more tinkering as well as some clever physics workarounds to enable that kind of elevator action, so until someone comes up with it (there are games that do it, so the how-to's gotta be out there somewhere), we're stuck with using one of these two categories.
(This post was last modified: 11-14-2015, 05:29 PM by Abion47.)
10-26-2015, 09:42 AM
Find


Messages In This Thread
[PoC] Elevators - by Abion47 - 10-26-2015, 09:42 AM
RE: [PoC] Elevators - by Romulator - 10-26-2015, 11:11 AM
RE: [PoC] Elevators - by Abion47 - 10-26-2015, 11:57 AM
RE: [PoC] Elevators - by jens - 10-26-2015, 11:29 AM
RE: [PoC] Elevators - by Romulator - 10-26-2015, 12:59 PM
RE: [PoC] Elevators - by Apjjm - 10-27-2015, 06:20 PM
RE: [PoC] Elevators - by Abion47 - 10-27-2015, 11:08 PM



Users browsing this thread: 1 Guest(s)