
Image Screens
Screens that showing pictures downloaded from an URL
Beschreibung
This mod adds buildable Image Screens of several sizes and aspect ratios.
The screens can be configured to display either a static image downloaded from a web,
or a slideshow of web images.
Showcase


Unlocking
Image Screens are locked behing a hub milestone in Tier 1.
The screens are meant to be available early and with basic resources.
Building
When built, the screen displays a default placeholder image.
To set up a real image, interace with the screen as with any other building.
To display a static image, paste an URL of an image in JPG or PNG format to the edit box.
As a shortcut, the Paste button will paste an URL from the clipboard and confirm the change.
If the image downloaded successfully, the screen will start displaying the specified image.
To display a slideshow, paste an URL of a text file.
The text file needs to contain names of images on the same web server
in the same directory or subdirectory.
The screen only supports images or slideshows downloaded from a web server.
Displaying files from your computer is not supported. Other mods exist that will do that.
Copy and paste
The image screens support Satisfactory's copy and paste of building properties.
Press Ctrl+C to copy screen properties and Ctrl+V to paste the same image to a different screen.
When you sample an image screen building with the middle mouse button
and place its copy, it will be displaying the same image or slideshow.
Mass replacement
Mass replacement allows to perform search and replace on URLs in all screens at once.
The UI can be opened using the Mass replace... button in the screen interact UI.
The dialog box expects a set of rules, one per line, in the format
```
FROM => TO
TEXT => SOMETHING-ELSE
```
This is useful to fix URLs e.g. after migrating the images to a different server.
Network activity
The purpose of this mod is to allow displaying images downloaded from the internet.
The mod only downloads images or slideshows from URLs entered by the player.
The mod does not access any other URLs on its own.
The mod supports multiplayer.
A screen built or modified by one player will be displaying to all players in the session.
If the URL is an image file, all clients will download and display the image.
If the URL is a text file, the server (host or DS) will download that file,
and all clients will then be downloading and displaying the images in that slideshow.
Further documentation
You can find more documentation, including detailed programming documentation,
in the mod's [Github repository](https://github.com/michalrehacek/SatisfactoryMods).
About me
I am not a serious modder.
I created the Image Screens mod because I wanted to learn Unreal Engine.
I am a professional game developer and I tried to document the mods well,
so that they can be used as a learning material.
The mods contain programming documentation which explains how each mod is made,
why some features are implemented the way they are, etc.
I am not too active in the Satisfactory modding discord.
My Discord username is `michal.rehacek`.
However, the best way to reach me is my email: rehacek AT the mail from google.
If you want to report a problem with the mod, you can use the Github issues page or email.
Versionen
Image Screens auf dem Server installieren
Satisfactory Server bestellen
Bestelle einen Satisfactory Server mit mindestens 4 GB RAM (6 GB empfohlen). Bei Multiplayer: +1 GB pro 4 Spieler.
Mod installieren
Öffne den Mod-Manager im Dashboard und suche nach "Image Screens". Installations-Dependencies werden automatisch mitinstalliert.
Server neu starten
Starte den Server neu, damit die Mod geladen wird. Spieler müssen die Mod ebenfalls lokal installiert haben.
Häufige Fragen
Image Screens funktioniert nicht nach Update – was tun?
Nach einem Satisfactory-Update müssen Mods aktualisiert werden. Prüfe auf ficsit.app, ob Image Screens bereits für die neue Game-Version aktualisiert wurde. Bei Mado Hosting: Öffne den Mod-Manager und klicke "Alle aktualisieren". Wenn die Mod noch nicht aktualisiert ist, entferne sie temporär, damit der Server startet.
Image Screens verursacht Crashes im Multiplayer – Lösung
Häufigste Ursache: alle Spieler müssen exakt die gleiche Mod-Version installiert haben. Prüfe in den Server-Logs nach "ModMismatch" oder "Version Conflict". Stelle sicher, dass alle Spieler Image Screens v1.3.0 und den gleichen SML verwenden. Bei Mado Hosting laufen Satisfactory Server mit 6 GB RAM für stabile Multiplayer-Performance.
Ist Image Screens mit anderen Satisfactory Mods kompatibel?
Image Screens nutzt den Satisfactory Mod Loader (SML). Generell sind SML-basierte Mods untereinander kompatibel, aber Mods die gleiche Game-Systeme ändern, können Konflikte verursachen. Teste neue Mod-Kombinationen am besten auf einem Backup-Save. Im Mado Dashboard werden bekannte Konflikte automatisch erkannt und du wirst gewarnt.
Image Screens Server mieten
Spiele Image Screens auf deinem eigenen Satisfactory Server mit Mod-Support.
Mod Informationen
- Ersteller
- michalrehacek
- Neueste Version
- v1.3.0
- Erstellt am
- 10. Juni 2025
- Zuletzt aktualisiert
- 8. Juli 2026
- Quellcode
- GitHub →