
Creative Cheat Buttons
Adds functional toggles directly to the vanilla UI, allowing you to instantly fill or maintain your building's inventory.
Beschreibung
<center><img src="https://github.com/DellAquila/Layout/raw/main/New/CABECALHO.png"></center><br/>
<style>
.multiplayer-banner {
background-color: #4caf50;
border-top: 4px solid #000;
border-bottom: 4px solid #000;
margin: 20px 0;
padding: 10px 0;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
width: 100%;
}
.multiplayer-text {
color: #ffffff !important;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.1rem;
text-shadow: 2px 2px 0px #000;
}
.multiplayer-sub {
background: #000;
color: #4caf50 !important;
padding: 2px 10px;
font-size: 0.8rem;
font-weight: bold;
text-transform: uppercase;
border: 2px solid #fff;
}
.thumb-icon {
font-size: 1.5rem;
filter: drop-shadow(2px 2px 0px #000);
}
.mod-container {
--sf-gold: #f6e05e;
--sf-purple: #9f7aea;
--sf-bg: #1a1a1a;
--sf-border: #000;
max-width: 850px;
margin: 20px auto;
background-color: var(--sf-bg);
color: #e0e0e0;
padding: 30px;
border: 4px solid var(--sf-border);
box-shadow: 10px 10px 0px var(--sf-border);
}
.mod-container h1 {
color: var(--sf-gold);
text-transform: uppercase;
text-align: center;
border-bottom: 3px double var(--sf-purple);
padding-bottom: 10px;
margin-bottom: 25px;
text-shadow: 2px 2px #000;
}
.jackpot-box {
background: linear-gradient(45deg, #44337a 0%, #1a1a1a 100%);
border: 2px solid var(--sf-gold);
padding: 20px;
text-align: center;
margin-bottom: 25px;
}
.feature-grid {
display: grid;
gap: 15px;
margin: 20px 0;
}
.feature-card {
background: #2d2d2d;
padding: 15px;
border-bottom: 4px solid var(--sf-gold);
}
.feature-card b {
color: var(--sf-gold);
display: block;
margin-bottom: 8px;
text-transform: uppercase;
font-size: 0.9rem;
}
.feature-card ul {
padding-left: 18px;
margin: 0;
font-size: 0.85rem;
list-style-type: square;
}
.terminal-command {
background: #000;
border: 1px solid #333;
padding: 15px;
font-family: monospace;
color: #00ff00;
margin: 20px 0;
border-left: 4px solid #00ff00;
}
.god-mode-box {
background: #000;
border: 2px dashed #f56565;
padding: 20px;
margin-top: 30px;
text-align: center;
}
.god-mode-box a {
color: #f56565;
font-weight: bold;
text-decoration: underline;
}
.triad-box {
background: #1a1a1a;
border: 2px solid #f6e05e;
padding: 20px;
margin: 30px auto;
text-align: center;
color: #e0e0e0;
box-shadow: 8px 8px 0px #000;
}
.triad-title {
color: #f6e05e;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 15px;
display: block;
}
.triad-links {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 10px;
}
.triad-links a {
color: #ffffff;
background: #333;
padding: 8px 15px;
border: 1px solid #444;
text-decoration: none;
font-size: 0.85rem;
font-weight: bold;
transition: all 0.2s;
}
.triad-links a:hover {
background: #f6e05e;
color: #000;
}
.mod-image {
width: 100%;
margin: 10px 0;
border: 2px solid #333;
}
</style>
<div class="multiplayer-banner">
<span class="thumb-icon">👍</span>
<div class="multiplayer-text">Multiplayer Compatible</div>
<div class="multiplayer-sub">Everyone!</div>
</div>
<div class="mod-container">
<h1>Creative Cheat Buttons</h1>
<div class="jackpot-box">
<b>Creative Cheat Buttons</b> adds functional toggles directly into the vanilla UI of your buildings. Whether you're testing factory layouts or skipping logistics, these buttons give you instant, building-level control.
</div>
<div class="feature-grid">
<div class="feature-card">
<b>🏭 Machines, Vehicles & Cloud</b>
<p style="font-size: 0.75rem; color: #aaa; margin-bottom: 10px;">(Producers, Generators, Containers, Depot)</p>
<ul>
<li><b>Continuous:</b> Locks capacity at 100%. (Toggle once for a single fill). Note: Spawns the first item found; randomizes fuel if burner is empty.</li>
<li><b>Trash:</b> Permanently deletes all inventory items while active. (Toggle once for a single clear).</li>
</ul>
</div>
<p style="text-align: center; font-size: 0.9rem; font-style: italic;">
Why wait for a belt to fill? Use these toggles to turn any vanilla machine into a custom item spawner or a localized sink.
</p>
🗑️ <b>DISCARD THE UNWANTED:</b> With this mod you can trash any item directly from your inventory, removing all "cannot be discarded" restrictions.
<div class="god-mode-box">
<h3 style="color: #f56565; margin-top: 0;">🚀 THE "GOD MODE" COMBO</h3>
Use alongside:<br>
<a href="https://ficsit.app/mod/AutoDownloadProgressItem" target="_blank">Auto Download Progress Item</a><br>
<small>(Instantly complete HUB, MAM, and Space Elevator milestones!)</small>
</div>
<div class="triad-box">
<span class="triad-title">🚀 The Creative Mode Triad</span>
<p style="font-size: 0.9rem; margin-bottom: 15px;">For the ultimate God-Mode experience, use these three together:</p>
<div class="triad-links">
<a href="https://ficsit.app/mod/CreativeCheatButtons" target="_blank">Creative Cheat Buttons</a>
<a href="https://ficsit.app/mod/EasyCheat" target="_blank">Easy Cheat</a>
<a href="https://ficsit.app/mod/MagicMachine" target="_blank">Magic Machines</a>
</div>
</div>
<div style="margin: 30px 0; text-align:center;">
<img src="https://github.com/DellAquila/Layout/raw/main/Videos_Up.png" style="width:100%;">
<a href="https://www.youtube.com/watch?v=L3xFRqV6Y_Q" target="_blank">
<img src="http://img.youtube.com/vi/L3xFRqV6Y_Q/0.jpg" style="width:100%; border:4px solid #000;">
</a>
<img src="https://github.com/DellAquila/Layout/raw/main/Videos_Down.png" style="width:100%;">
</div>
<img src="https://i.imgur.com/Nz51hho.png" class="mod-image">
<img src="https://i.imgur.com/b3YYK6l.png" class="mod-image">
<img src="https://i.imgur.com/3ufNokk.png" class="mod-image">
<img src="https://i.imgur.com/FbmTYvK.png" class="mod-image">
<img src="https://i.imgur.com/TNuaCze.png" class="mod-image">
<div class="terminal-command">
<span style="color: #888;">// Chat Command: (Pressing Enter)</span><br>
<b style="color: #fff;">/ccb show</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Toggles buttons view/hide from machines UIs.</span><br>
<b style="color: #fff;">/ccb pause</b><br>
<span style="color: #aaa; font-size: 0.8rem;">PAUSES all mod actions.</span><br>
<b style="color: #fff;">/ccb reset</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Resets all active buttons globally. All mod actions stop immediately.</span><br>
<b style="color: #fff;">/ccb resetinventoryadd</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Resets all active buttons that adds items to inventories.</span><br>
<b style="color: #fff;">/ccb resetinventorytrash</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Resets all active buttons that removes items from inventories. </span><br>
<b style="color: #fff;">/ccb resetaddDD</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Resets all active buttons that adds items to Dimensional Depot. </span><br>
<b style="color: #fff;">/ccb resetdeleteDD</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Resets all active buttons that deletes items from Dimensional Depot. </span><br>
<b style="color: #fff;">/ccb resetsuppemental</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Resets all active buttons that adds Supplemental fluids to Generators. </span><br>
<b style="color: #fff;">/ccb fluidbufferflush</b><br>
<span style="color: #aaa; font-size: 0.8rem;">Resets all active buttons that adds Supplemental fluids to Generators. </span><br>
</div>
<div style="border-top: 1px solid #444; padding-top: 15px; font-size: 0.8rem; color: #aaa; margin-top: 25px; text-align: center;">
<i>Stop grinding. Start creating.</i>
</div>
</div>
<div class="aquila-footer">
<style>
.aquila-footer {
--sf-bg: #1a1a1a; --sf-border: #000; --sf-gold: #f2c94c;
--discord: #3b4e8d; --patreon: #ff6058; --steam: #f2f2f2;
--pix: #f2d600; --paypal: #249ce2; --youtube: #ff0000;
max-width: 850px; margin: 40px auto; background-color: var(--sf-bg);
padding: 30px; border: 4px solid var(--sf-border); border-top: 6px solid var(--sf-gold);
box-shadow: 10px 10px 0px var(--sf-border); text-align: center; color: #fff;
}
.aquila-footer .btn-container { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.aquila-footer .full-btn { grid-column: span 2; }
.aquila-footer .social-btn {
display: flex; align-items: center; justify-content: center;
padding: 12px; border: 3px solid #000; box-shadow: 4px 4px 0px #000;
text-decoration: none; transition: transform 0.1s;
}
.aquila-footer .social-btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px #000; }
.aquila-footer .btn-text { color: #ffffff !important; text-transform: uppercase; font-weight: bold; font-size: 0.9rem; line-height: 1.2; }
.aquila-footer .discord { background: var(--discord); }
.aquila-footer .patreon { background: var(--patreon); }
.aquila-footer .youtube { background: var(--youtube); }
.aquila-footer .steam { background: var(--steam); }
.aquila-footer .steam .btn-text { color: #d35400 !important; }
.aquila-footer .paypal { background: var(--paypal); }
.aquila-footer .sub-text { display: block; font-size: 0.65rem; opacity: 0.9; font-weight: normal; margin-top: 4px; text-transform: none; }
</style>
<p style="margin-bottom: 25px; font-weight: bold; color: var(--sf-gold);">
♥ I'm having a lot of fun making these mods! I hope you're enjoying them more than they make you angry! :)
</p>
<div class="btn-container">
<a href="https://discord.gg/xkVJ73E" target="_blank" class="social-btn discord">
<div class="btn-text">AQUILA INDUSTRIAL<span class="sub-text">Join the Discord and share your crazy builds!</span></div>
</a>
<a href="https://store.steampowered.com/app/1958750/Hexfactory/" target="_blank" class="social-btn steam">
<div class="btn-text">HEXFACTORY ON STEAM<span class="sub-text" style="color:#000 !important">Check out the little game I built from scratch!</span></div>
</a>
<a href="https://www.patreon.com/AndreAquila" target="_blank" class="social-btn patreon">
<span class="btn-text">BECOME A PATRON<span class="sub-text">Fuel my coffee addiction so I can keep coding until 3 AM.</span></span>
</a>
<a href="https://www.paypal.com/donate?hosted_button_id=TD7ME2KYDMT7G" target="_blank" class="social-btn" style="background: var(--pix);">
<div class="btn-text" style="color:#000 !important;">☕ BUY ME A COFFEE!<span class="sub-text" style="font-weight: bold; color: #000 !important;">Support with $1 — it will make my day!</span></div>
</a>
<a href="https://www.youtube.com/@AndreAquila" target="_blank" class="social-btn youtube full-btn">
<span class="btn-text">▶ SUBSCRIBE TO MY YOUTUBE CHANNEL<span class="sub-text">See development showcases and mod updates!</span></span>
</a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U96NB4W469FR2&source=url" target="_blank" class="social-btn paypal full-btn">
<span class="btn-text">Donate with PayPal<span class="sub-text">Help keep the Aquila servers running. Thank you!</span></span>
</a>
</div>
<div class="footer-meta">
<p style="font-size: 0.75rem; color: #555; letter-spacing: 2px; margin-top: 5px; font-weight: bold;">AQUILA INDUSTRIAL // CREATIVE TOOLS DIVISION</p>
</div>
</div>
Versionen
Creative Cheat Buttons 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 "Creative Cheat Buttons". 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
Creative Cheat Buttons funktioniert nicht nach Update – was tun?
Nach einem Satisfactory-Update müssen Mods aktualisiert werden. Prüfe auf ficsit.app, ob Creative Cheat Buttons 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.
Creative Cheat Buttons 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 Creative Cheat Buttons v1.0.1 und den gleichen SML verwenden. Bei Mado Hosting laufen Satisfactory Server mit 6 GB RAM für stabile Multiplayer-Performance.
Ist Creative Cheat Buttons mit anderen Satisfactory Mods kompatibel?
Creative Cheat Buttons 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.
Creative Cheat Buttons Server mieten
Spiele Creative Cheat Buttons auf deinem eigenen Satisfactory Server mit Mod-Support.
Mod Informationen
- Ersteller
- Andre Aquila
- Neueste Version
- v1.0.1
- Erstellt am
- 17. Februar 2026
- Zuletzt aktualisiert
- 8. Juli 2026