code/__DEFINES/modular_computer.dm

PROGRAM_ALL | Program bitflags Used by programs to tell what type of ModPC it can run on. Everything a program can run on needs valid icons for each individual one. |
---|---|
DETOMATIX_RESIST_MINOR | This app grants a minor protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender). |
DETOMATIX_RESIST_MAJOR | This app grants a larger protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender). |
NTNETSPEED_LOWSIGNAL | NTNet transfer speeds, used when downloading/uploading a file/program. The define is how fast it will download an app every program's process_tick. Used for wireless devices with low signal. |
NTNETSPEED_HIGHSIGNAL | Used for wireless devices with high signal. |
NTNETSPEED_ETHERNET | Used for laptops with a high signal, or computers, which is connected regardless of z level. |
NTNET_NO_SIGNAL | NTNet connection signals Used to calculate the defines above from NTNet Downloader, this is how good a ModPC's signal is. When you're away from the station/mining base and not on a console, you can't access the internet. |
NTNET_LOW_SIGNAL | Low signal, so away from the station, but still connected |
NTNET_GOOD_SIGNAL | On station with good signal. |
NTNET_ETHERNET_SIGNAL | Using a Computer or Laptop with good signal, ethernet-connected. |
MESSENGER_RINGTONE_DEFAULT | The default ringtone of the Messenger app. |
MESSENGER_RINGTONE_MAX_LENGTH | The maximum length of the ringtone of the Messenger app. |
PDA_THEME_NTOS | PDA Themes For these to work, the defines must be defined in tgui/styles/themes/[define].scss Default NtOS PDA theme |
PDA_THEME_SYNDICATE | Emagged/Syndicate NtOS (SyndiOS) PDA theme |
Define Details
DETOMATIX_RESIST_MAJOR
This app grants a larger protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender).
DETOMATIX_RESIST_MINOR
This app grants a minor protection against being PDA bombed if installed. (can sometimes prevent it from being sent, while wasting a PDA bomb from the sender).
MESSENGER_RINGTONE_DEFAULT
The default ringtone of the Messenger app.
MESSENGER_RINGTONE_MAX_LENGTH
The maximum length of the ringtone of the Messenger app.
NTNETSPEED_ETHERNET
Used for laptops with a high signal, or computers, which is connected regardless of z level.
NTNETSPEED_HIGHSIGNAL
Used for wireless devices with high signal.
NTNETSPEED_LOWSIGNAL
NTNet transfer speeds, used when downloading/uploading a file/program. The define is how fast it will download an app every program's process_tick. Used for wireless devices with low signal.
NTNET_ETHERNET_SIGNAL
Using a Computer or Laptop with good signal, ethernet-connected.
NTNET_GOOD_SIGNAL
On station with good signal.
NTNET_LOW_SIGNAL
Low signal, so away from the station, but still connected
NTNET_NO_SIGNAL
NTNet connection signals Used to calculate the defines above from NTNet Downloader, this is how good a ModPC's signal is. When you're away from the station/mining base and not on a console, you can't access the internet.
PDA_THEME_NTOS
PDA Themes For these to work, the defines must be defined in tgui/styles/themes/[define].scss Default NtOS PDA theme
PDA_THEME_SYNDICATE
Emagged/Syndicate NtOS (SyndiOS) PDA theme
PROGRAM_ALL
Program bitflags Used by programs to tell what type of ModPC it can run on. Everything a program can run on needs valid icons for each individual one.