コンテンツにスキップ
ライオットビット

ライオットビット

  • 家
  • ニュース
  • ガイド
  • ビデオガイド
  • パッチノート
  • 不正行為を報告する
  • 検索フォームを切り替え

圧外傷 – サブワイド ターミナル チャットを作成する方法

ポストする 01/22/2023 に Impresa コメントはありません の上 圧外傷 – サブワイド ターミナル チャットを作成する方法
  • タイトル: 圧外傷
  • 発売日: 行進 13, 2023
  • 開発者: フェイクフィッシュ, アンダートウ ゲーム
  • 出版社: ダイダリックエンターテインメント

Create your own sub wide terminal chat that is separate from the in-game chat.

特徴:

  • Terminal Titles for the room they are in
  • Light indicator for Incoming messages
  • Long-range Shuttle communication
  • Several terminals all linked to the same chat
  • In-game wiring friendly and expandable

序章

がある 3 steps to this Guide, しかし, each step will function without the next step.

  1. Connecting the Terminals together
  2. Naming the Terminals
  3. Adding an incoming message indicator

This tutorial is a beginner-friendly guide that intends to introduce new engineers to Terminals and WIFI components. Each component used is explained, with pictures every step of the way!

ステップ 1: Connecting the Terminals together

Components Required:

  • 2x WIFI component
  • 2x Terminal
  • 4×ワイヤー

WIFI Component – Allows remote communication between other Wifi Components that are using the same channel. The Range value indicates how far the signal can travel

ターミナル – Outputs a user-submitted string. also displays string inputs.

  • Start by placing down a Terminal and a Wifi component.
  • 初め, we connect a wire from Terminal(Signal_In), to WIFI(Signal_Out)
  • Then We connect a wire from Terminal(Signal_out), to WIFI(signal_in)

Setting the WIFI channel

今, all we need to do is set the WIFI channel. This number is used universally for all connected Terminals, so use something memorable. i chose “1111”

Repeat for a second terminal

今, all we need to do is replicate the exact same process on a second terminal, and we now have a functioning chat! ステップ 1 完了しました! (copy and paste in sub editor)

見る! Terminals and wifi isn’t scary at all! its the REGEX you need to worry about.

Skip to Step 4 ために “Adding extra terminals”

ステップ 2: Naming the Terminals

このステップでは, we will learn how to set a title for each terminal, so that we can identify which terminal is typing. We will be working on the basis that we have 2 terminals as per the last step.

Components Required:

  • 2x Concatenation Components (Concat)
  • 2x Memory Components
  • 4x wires

Concatenation Component – Joins the inputs together and outputs the joined value (例えば, the inputs “泥” と “raptor” would output “mudraptor”).

メモリコンポーネント – an electrical component used to store signals for later use. この場合, we use it to store the Terminal Names.

  • Start by placing down a Concat component and memory component next to each other.
  • entering the Concat settings, we find the “Separator” string and input whatever we will use to separate the title from the message. 私は使用します “: ” notice there’s a space in that.

Now for the Memory Component.

First we connect a wire from Memory(signal_out), to Concat(signal_in_1)

  • Then we find the “価値” string in the Memory Component.
  • we change the value to the name of the Terminal. (could be a room, 例えば: メドベイ)

If you want players to be able to change the value in-game, チェック “Writable”

Thats the memory component set up. drawing our attention back to the concat;

  • 私たちは MOVE the Terminal(signal_out) wire from the WIFI(Signal_in) to Concat(Signal_in_2)
  • To ensure you have done that correct, your WIFI should no longer have a signal_in cable, as it instead has been moved to the concat(Signal_in_2). Your terminal should now be connected to the concat.
  • ついに, we connect a wire from Concat(Signal_out), to WIFI(Signal_In)

  • We repeat these steps for the second terminal (or if in sub editor, copy and paste)
  • dont forget to change the room name to the second terminals room!

That’s Step 2 is done! now when terminals communicate, they will have a name attached to them. keep in mind you cannot see your own terminal’s name.

ステップ 3: Adding an incoming message indicator

Components Required:

  • 2x OR Component
  • 2x Delay Component
  • 2x Lights
  • 8×ワイヤー

Toggle light on

OR component – Sends a signal if either of the inputs receives a signal. We are using this to turn our WIFI signal (which is our message string) to a single 0-1 信号

Delay Component – Delays all received signals for a specific amount of time. We use this to turn the light off after X seconds

  • Start by placing down light and the OR component

  • We connect a new wire from WIFI(signal_out), to OR(signal_in_1)
  • The OR component does not need a second signal to work.

  • entering the OR settings, we check that the Output: 1, and the False Output is blank.
  • それから, we connect a wire from OR(Signal_Out) to Light(Toggle_State)
  • Note that Light(Set_state) will not work correctly in this instance

今, when a message is received through the WIFI component, it will toggle our lights state once.

Toggle light off after X seconds

  • Start by placing down a Delay component.
  • We connect a wire from OR(signal_out), to Delay(Signal_in)

  • Then we set the delay to what ever amount of time you want the light to remain on for (in seconds)

  • ついに, we connect a wire from Delay(Signal_out), to Light(toggle_state)

Ensure the light settings have “is on” unchecked, then you can play with the light to display how you want! here are the settings i used.

We repeat this for our second terminal, and we now have a complete communication system!

ステップ 4: adding more terminals

The process of adding another terminal is simple!

all the terminals run off the exact same components, with the only difference being the room name that is saved on the Memory component.

To add more terminals:

In sub-builder:

  • Simply select the entire machine, コンポーネント, and wires included, and copy and paste them to each location. Keep in mind too many high ranged WIFI components can cause performance issues.

ゲーム内:

  • Repeat the circuits in the game. keep in mind that all components need the exact same values to function, except for the Room name Memory component.

これが今日私たちがこの目的で共有するすべてです 圧外傷 ガイド. このガイドは元々、次の者によって作成および執筆されました。 Impresa. このガイドを更新できなかった場合, これに従って最新のアップデートを見つけることができます リンク.

このサイトのコンテンツがあなたの権利を侵害していると思われる場合, あなたの知的財産権を含む, お問い合わせフォームを使用してすぐにご連絡ください.
ガイド タグ:圧外傷

ポストナビゲーション

前の投稿: Legend of Keepers – Mischief managed Achievement Guide
次の投稿: How to Fix September 7th Crashing, 起動時にクラッシュする, およびフリーズの問題

返信を残す 返信をキャンセル

あなたのメールアドレスは公開されません. 必須フィールドにマークが付いています *

  • タイトル: 圧外傷
  • 発売日: 行進 13, 2023
  • 開発者: フェイクフィッシュ, アンダートウ ゲーム
  • 出版社: ダイダリックエンターテインメント

免責事項

引用されたすべてのコンテンツはそれぞれの情報源から得られています. 当社があなたのコンテンツを許可なく使用したと思われる場合, 必ずご連絡ください。真剣に対応させていただきます.
  • 私たちに関しては
  • お問い合わせ
  • プライバシーポリシー
  • 利用規約

著作権 © 2025 ライオットビット.

搭載 プレスブックニュース ワードプレスのテーマ