Space Engineers

Space Engineers

58 个评价
Jargon Generator (PB Script)
   
奖励
收藏
已收藏
取消收藏
标签: other_script
文件大小
发表于
更新日期
949.945 KB
2021 年 5 月 1 日 下午 1:42
2021 年 5 月 1 日 下午 1:47
2 项改动说明 ( 查看 )

订阅以下载
Jargon Generator (PB Script)

描述
Generate Techno-Jargon
This is an in-game script that runs in a Programmable Block

If you want a mod that makes this available to every LCD as a 'script' option, use the following link:

Jargon Generator TSS Mod (2470184482)



Information is generated using a Lindenmayer grammar system. Can be assigned to any display. Supports use on mutliple displays and blocks (each block gets unique output).

Use
  1. Load the script into a Programmable block
  2. To display the script on any text panel or LCD, add the [Jargon] tag to the name
  3. To display the script on any block with multiple displays
    1. Add the tag (above) to the name of the block
    2. In the custom data of the block add @# [Jargon], where # is the display number in the block
  4. Recompile the Programmable block

If you are using this in a build, that's fantastic. Please let me know, so I can see it in the wild! If you have uploaded a build using this script, please link back to me using the Add/Remove Required Items link. Thank you!

Please do not copy, modify, re-upload or otherwise represent my work as your own, your team's, your server's, or anyone else's. Thank you!

Bug Reports
Discord[discord.gg]

Other Scripts You Might Like
27 条留言
tubular 2024 年 11 月 3 日 上午 10:12 
Ahhh, yeah totally makes sense!

And thank you!
Patrick  [作者] 2024 年 11 月 2 日 下午 10:48 
@tubular, no I'm not doing an ATC version -- it just double the amount of code I need to maintain. I'll see about updating for the new consoles.

@into, thanks!
Into 2024 年 11 月 1 日 上午 7:12 
@1 [Jargon]
---

@2 AutoLCD

seems to cause trouble as Jargon is trying to use screen=2
tubular 2024 年 6 月 20 日 下午 10:16 
Hey, any chance we can get an update for the new "Console Blocks"? Script currently only generates text for half the screens, at least on the Console Module LCD variety
tubular 2024 年 3 月 23 日 下午 8:37 
Love this script! Any chance of getting Air Traffic in a PB as well?
Patrick  [作者] 2024 年 1 月 3 日 下午 3:36 
Which number you put depends entirely upon which screen you want to use, and is only required for blocks with multiple displays.
Rightraoedhelontidae 2024 年 1 月 3 日 上午 9:39 
You should write that most LCDs using @0 and not @1 in the description!
Patrick  [作者] 2022 年 10 月 9 日 下午 12:22 
Galile0, yes it works in cockpits. You have to add the tag to the cockpit name (like an LCD), and then also add the screen and tag to the custom info. If you still have problems, feel free to jump on the Discord and we can help you more there.
fobus 2022 年 10 月 9 日 上午 3:03 
Any way this could work for control seat/station displays? It seems to only detect LCDs and decorative block display. Tried the @1 [Jargon] tag too. Don't work either... Love the mod BTW i'm definitely spamming it onto my future builds
Patrick  [作者] 2022 年 7 月 24 日 下午 6:35 
Mantha, I'm glad you got it working. Yeah, the screens are listed in the terminal window in the same order as they are numbered. The first screen is 0, and it goes from there. :)