User:Mikeistaken

From Space Station 13 Wiki
Revision as of 01:25, 4 October 2025 by Mikeistaken (talk | contribs)
Jump to navigation Jump to search

Welcome to my user wiki! I will put stuff in here that I have created incase anyone wants info on how I made them. I may also put other things, but thats all I can think of for now

Mechcomp Machines

A couple of the stuff I've crafted in engineering. I'm quite proud of some of the stuff in here, while others are basic setup stuff for engines

Anti Apc Tampering Device

Picture shows a Mechanics device made of components in Space Station 13.
How the device should look visually (roughly) when done correctly

This device helps prevent APCs from being tampered with. However it still breaks when an Ion storm hits the station

Items Required

The components that are needed are listed here:

  • 1 Powernet-networking Component
  • 1 Signal Checker Component
  • 1 Signal Splitter Component
  • 1 Automatic Signaller Component
  • 1 Selection Component
  • 1 Signal Builder component
  • 1 Wrench
  • 1 Multitool

Setup Instructions

To Set it up connect these components to each other:

  • Powernet-networking > Signal Checker: Check String
  • Signal-Check > Signal Splitter: Split
  • Signal Splitter > Selection: Add Selection
  • Automatic Signaller > Selection: Next + Send
  • Selection > Signal Builder: Add to string + Send
  • Signal Builder > Powernet-networking: Send packet

After Those are connected Configure each one to these settings:

  • Powernet-networking:
    • Toggle Self-Only Messages off
  • Signal Checker:
    • Set Trigger String to: PNET_PWR_CNTRL
  • Signal Splitter:
    • Set Trigger Field to: sender
  • Automatic Signaller:
    • Set interval Length to 0.5 seconds
    • Start the Automatic Signaller
  • Selection:
    • Toggle allow duplicate entries to off
  • Signal Builder:
    • Set starting String to address_1=
    • Set ending String to ;sender=[mainframe address];command=term_message;data=command=setmode\&light=3\&equip=3\&environ=3\&cover=1

Alert System

This is an add on to the Anti APC Tampering design where it also includes for when people remove the cell from the APC. This also Triggers when the APC has 0 power so TURN ON THE ENGINE

Additional Items Required

  • 2 Signal Builder Components
  • 2 Signal-Check Components
  • 2 RegEx Replace Components
  • 1 Powernet-networking Component
  • 1 Arithmetic Component
  • 1 Wifi Component

Setup Instructions

Do note that any additional components that where also present in the first section will be labelled as 2/3

  • Selection > Signal Builder 2: Add to string + Send
  • Signal Builder 2 > Powernet-networking 2: Send packet
  • Powernet-networking 1/2 > Signal-Check 2: Check string
  • Signal-Check 2 > Regex Replace 1: Replace string
  • Signal-Check 2 > Regex Replace 2: Replace string
  • Regex Replace 1 > Arithmetic: Set A
  • Arithmetic > Signal-Check 3: Check string
  • Signal-Check 3 > Signal Builder 3: Send
  • Regex Replace 2 > Signal Builder 3: Set ending string
  • Signal Builder 3 > Wifi Component: Send Radio message

After Those are set Configure them to the settings listed below

  • Signal Builder 2:
    • Set starting string: address_1=
    • Set ending string: ;sender=[Mainframe Address];command=term_message;data=command=status
  • Signal-check 2:
    • Set Trigger-String: charge
  • Regex Replace 1:
    • Set Pattern: .+(?=charge%3d)charge%3d|%26equip.*$
    • Set Replacement:
  • Regex Replace 2:
    • Set Pattern: .+(?=area%3d)area%3d|%26charge.*$
    • Set Replacement:
  • Arithmetic:
    • Set Mode: lt
  • Signal Builder 3:
    • Set starting string: group=stationrepair;command=text_message;sender_name=APC Repair;is_alert=true;message=ALERT: APC Tampering Located at
  • Wifi:
    • Set Frequency: 1149

Trick or Treat Machine

The image depects a mechanical component machine made in Space Station 13 with the steps as said below. It also depicts a monkey in the middle of 2 vending machines strapped to a chair on a table.
How the machine should look roughly when completed.

A machine I made for the October Hollidays. gives candy to those who say one of many programmable keywords

Items Needed

  • 4 Relay Components (-2 if you use 1 Delay component)
  • 2 Selection Components
  • 2 Signal-Check Components
  • 2 Splitter Components
  • 1 Automatic Signaller Component
  • 1 Microphone Component
  • 1 Text Manipulation Component
  • 1 Graviton Accelerator
  • 2 Vending machines
  • 1 Table
  • 1 Chair
  • 1 Monkey

Setup Instructions

Place the monkey, table and chair in the middle of the 2 vending machines. Strap the monkey into the chair. This is to direct the vending machines to shoot at the monkey.

Connect the components listed together:

  • Microphone > Text Manipulation: Input
  • Text Manipulation > Splitter 1: Split
  • Text Manipulation > Relay 1: Relay
  • Splitter 1 > Selection 1: Select + send
  • Selection 1 > Signal-Check 1: Set trigger
  • Relay 1 > Relay 2: Relay
  • Relay 2 > Signal-check: Check string
  • Signal-check 1 > Splitter 2: Split
  • Splitter 2 > Selection 2: Select + send
  • Splitter 2 > Relay 3: Relay
  • Splitter 2 > Signal-Check 2: Set string
  • Relay 3 > Selection 2: Add item
  • Automatic Signaller > Selection 2: Clear list
  • Automatic Signaller > Relay 4: Relay
  • Relay 4 > Selection 2: Add item
  • Selection 2 > Signal-check 2: Check string
  • Signal-check 2 > Graviton Accelerator: Activate
  • Signal-check 2 > Vending machine 1: Vend Random
  • Signal-check 2 > Vending Machine 2: Vend Random

Configure the components to these settings:

  • Microphone Component:
    • Toggle show source: On
  • Text manipulation Component:
    • Toggle UPPERCASE/lowercase: UPPERCASE
  • Splitter 1:
    • Set split string: MESSAGE
  • Splitter 2:
    • Set split string: NAME
  • Selection 1:
    • Set Signal List (Delimeted): TRICK OR TREAT;TREECK OR TREET
  • Automatic Signaller:
    • Set Interval Length: 600
    • Start: Start
  • Signal-Check 2:
    • Invert Trigger: is NOT

Door Opener (Simple)

This is a simple version of an automatic door signaller, made so everything is fit inside the handheld component cabinet

Items Needed

  • 1 Device Frame
  • 2 Signal Builders Component
  • 1 Counter Component
  • 1 Wifi Component
  • 1 Splitter Component
  • 1 Automatic Signaller

Setup Instructions

Put everything inside the Device Frame, Then connnect these together:

  • Button > Automatic Signaller: Toggle on/off
  • Button > Counter: Reset
  • Automatic Signaller > Counter: Count
  • Counter > Signal Builder 2: Add to signal + Send
  • Wifi > Splitter: Split
  • Splitter > Signal Builder 1: Add to signal + send
  • Signal Builder 1 > Signal Builder 2: Set starting string

Configure the devices to these settings:

  • Automatic Signaller:
    • Set Interval Length: 5
  • Wifi:
    • Set Frequency: 1411
    • Set Range: 1
  • Splitter:
    • Set Trigger Field: sender
    • Signal Builder 1:
  • Set starting string: address_1=
  • Set ending string: ;command=open;access_code=

Regex Strings I've "Found"

These Regex strings are ones that I've "found" and find useful. "found' is in quotations cause not all of them I've found and some are amalgamations of ones I've found and strung together I am in no way good at Regex

  • .+(?=filter_before)filter_before|filter_after.*$

This one is used to remove everything before and after an area, filter before is used to filter everything up to it and it, while filter after filters itself and everything.