[WARNING: VERY VERY EARLY PROTOTYPE]

[BROWSER VERSION IS LIKELY VERY SLOW, IF YOU ARE INTERESTED IN TRYING THE GAME THE WINDOWS BUILD WILL BE KEPT UP TO DATE]

This is a proof-of-concept demo for a first person 3d Space Station game, heavily influenced by Space Station 13 and games like Deus Ex and Morrowind.

No graphics are final, there is barely audio, lighting is basically out-of-the-box Godot default, and expect jank in controls. This is a WIP prototype meant for gathering feedback. This is likely to be updated several times as development continues.

The Goal:

In this demo, I'm hoping players will try to reach the rat NPC standing on the far right top corner from where you enter the room. There are a number of ways to reach it, I'd love feedback on which if any were used. There's currently no quest/reward system in place.

Controls:

  • WASD: Move around
  • Left/Right click: Use left/right hand actions
  • Tab: Exit dialogue, switch between both left and right hand intents
  • Q/E: Switch between individual hand intents
  • C: Toggle crouch
  • Space: Jump
  • R: Restart game

Dialogue:

Currently you can ask people about specific topics, similar to Morrowind. Their disposition can affect their responses. A lot of dialogue / item description is placeholder currently.

Disposition:

Disposition is raised and lowered based off your actions and what the NPCs observe. Hitting or dragging someone will lower their disposition for instance.

Lockpicking:

You can lockpick doors by interacting with a door and selecting "Lockpick". Click the large grey circle to try and catch the spinning cursor over a target before time runs out. Missing decreases the timer.

Hacking:

Guide the mouse through the maze, sort of like operation. You can hack terminals to boobytrap them, or open doors, or hack Maynard the robot to do all kinds of stuff.

Climbing:

Using the "grab" intent on something mounted will let you climb it by holding jump. When you're not holding jump, you will slowly descend. In order to climb a ladder you need to alternate hitting left and right hand grabs. It is difficult to climb a ladder while holding something, so try throwing it to your destination.

Throwing:

Hold the "throw" option to throw a held object. The further you hold, the further the throw.

The Brig:

Misbehaving will likely end up with you being dragged to the brig. The sentences are short, but can mean that whatever havoc you caused previously has time to be cleaned up. There are a number of ways to escape the brig.

Grates:

Grates are bolted onto the wall with screws. You can find a screwdriver to try and remove them. You can also hang from grates.

music by turgidharrier

Download

Download
ss13d.exe 63 MB

Comments

Log in with itch.io to leave a comment.

Camera work incorrect at many cases. (As example: just look straight down and rotate camera left-right)

I recommend  use turret like entity hierarchy to easy camera-control something like actor-entity(turret base) only rotates by yaw (left-right) and camera attached to them only pitch(up-down).

Also I can't climb because falling down from middle of ladder randomly and also game have ~20FPS with not so potato video card.

Thanks for the tip- the current camera definitely needs a lot of work. I'll look into changing the rotation hierarchy- right now top level node of the player is actually not rotating at all and it is all camera. Making the player yaw rotate would actually help with a few things.

As for the game performance- I've unfortunately been limited to only testing on my machine which performed OK-ish in the browser. I've removed all directional lights but one to hopefully help with performance, and uploaded a Windows build as well.