Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
I don't have much experience with how to organize it or manage community in it so I would definitely need some help from trusted people like you. I would also probably not dedicate it only to this script, but make it more about the community where people would keep in touch, have fun, relax, discuss and help each other with whatever. I really don't have any specific idea it was just a random thought I've had.
Maybe I will just make some bare bones server that we will shape together as a community and we will see what will happen. Maybe it will be just 3 of us there and 1 will be permanently offline (Kham), second one will not respond most of the time (me) and third one will be sad that he joined such server :-D
These comments and discussions are kind of difficult to keep track of, but I'm not sure if there would be enough interest and we've already made it 10 years without it so it may not be really necessary that's why I'm asking you :-)
As for the projector, the % number should work just fine. Thank you for the amazingly fast update! <3
Details command shows status of farm plots more reliably and removes Color tags that don't work in standard LCD text
Working command now shows percentage of number of blocks welded on projectors
Added title override feature for Oxygen commands (check guide for Oxygen command)
Fixed unused variable warning
Some minor optimizations
Enjoy :-)
@Smirkyguy I don't think they have any properties that can be read like that. I will try to implement something to get status of farm plots.
@Norway174 based on quick look at the code that you linked you are trying to read Action which the PropBool command cannot do (it can read only Properties).
Yes, projector completion bar would be possible but it would probably require new command if I wanted to also show progress bar and that means overhead in terms of code size which we are dangerously close to limit, I was thinking maybe including it in Working command which would show the percentage but no progress bar not sure if that is sufficient.
Love the script! But I was wondering, is it possible to use PropBool with modded blocks? Such as Nanobot Build and Repair?
I wanna display if a BAR is set to Allow Build or not.
I've got this Custom Data here set up:
Center << Build and Repair >>
Echo
PropBool {G:BuildAndRepairGroup1} {OnOff} {Build and Repair:} {Active} {Offline}
PropBool {G:BuildAndRepairGroup1} {AllowBuild} {Can Build Projections:} {Yes} {No}
The first line shows, the second does not. I'm fairly certain the correct keyword should be "AllowBuild". As seen here: https://github.com/SKO85/SE-Mods/blob/f54397fd2645736d470fafc506b24107f53113df/SKO-Nanobot-BuildAndRepair-System/Data/Scripts/SKO-Nanobot-BuildAndRepair-System/NanobotBuildAndRepairSystemTerminal.cs#L615
Or maybe I'm just reading it wrong? And that's not the correct keyword at all? Any help and guidance would be greatly appreciated. Thank you!