
Collectible and Enemy Spawner
Spawns collectibles (using the collectibles) and enemies.
Description
<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);
}
</style>
<div class="multiplayer-banner">
<span class="thumb-icon">👍</span>
<div class="multiplayer-text">Multiplayer Compatible</div>
<div class="multiplayer-sub">Everyone!</div></div>
<!-- //------------------------------------------------------------ END MULTIPLAYER YES --->
<style>
.mod-container {
--sf-gold: #f6ad55;
--sf-bio: #9f7aea;
--sf-nature: #48bb78;
--sf-bg: #2d2d2d;
--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-bio);
text-transform: uppercase;
text-align: center;
border-bottom: 3px double var(--sf-nature);
padding-bottom: 10px;
margin-bottom: 25px;
text-shadow: 2px 2px #000;
}
.spawn-banner {
background: linear-gradient(90deg, #44337a 0%, #22543d 100%);
color: #fff;
padding: 15px;
text-align: center;
border: 2px solid #000;
margin: 20px 0;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
}
.spawn-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
margin: 25px 0;
}
.spawn-card {
background: #1a1a1a;
padding: 15px;
border-top: 4px solid var(--sf-bio);
text-align: center;
}
.spawn-card b { color: var(--sf-gold); display: block; margin-bottom: 8px; text-transform: uppercase; font-size: 0.9rem; }
.spawn-card ul { list-style: none; padding: 0; margin: 0; font-size: 0.8rem; color: #bbb; line-height: 1.5; }
.mod-container img {
width: 100%;
border: 4px solid #000;
display: block;
margin: 15px 0;
}
</style>
<div class="mod-container">
<h1>Collectible & Enemy Spawner</h1>
<p style="text-align:center;">Take control of the planet's ecosystem. This mod allows you to manually place spawners for valuable power slugs, rare alien artifacts, and various wildlife to populate your world.</p>
<div class="spawn-banner">
🧬 ECOSYSTEM OVERRIDE: ACTIVE 🧬
</div>
<img src="https://imgur.com/2k2wZVD.png" alt="Spawner Menu Interface">
<div class="spawn-grid">
<div class="spawn-card">
<b>🐌 POWER SLUGS</b>
<ul>
<li>Blue Slugs</li>
<li>Yellow Slugs</li>
<li>Purple Slugs</li>
</ul>
</div>
<div class="spawn-card">
<b>💎 ARTIFACTS</b>
<ul>
<li>Mercer Spheres</li>
<li>Somersloops</li>
<li>Alien Tech</li>
</ul>
</div>
<div class="spawn-card">
<b>👾 HOSTILE MOBS</b>
<ul>
<li>24+ Enemy Types</li>
<li>Elite Variants</li>
<li>Passive Animals</li>
</ul>
</div>
</div>
<div class="gallery" style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px;">
<img src="https://imgur.com/TCRMZno.png" alt="Slug Spawning">
<img src="https://imgur.com/NKLiTaJ.png" alt="Mob Spawning">
</div>
<div style="border-top: 1px solid #444; padding-top: 15px; font-size: 0.8rem; color: #aaa; margin-top: 25px; text-align: center;">
<b>Creative Pro-Tip:</b> Use the Enemy Spawners to create defensive "Training Grounds" or automated combat arenas near your base!
</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);">
✨ Populate your world with purpose.
</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 custom arenas!</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 mod showcases and development 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">Every bit helps keep the cpu humming. 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 // BIOLOGICAL REPOPULATION DIVISION</p>
</div>
</div>
Versions
How to Install Collectible and Enemy Spawner on Your Server
Order Satisfactory Server
Order a Satisfactory server with at least 4 GB RAM (6 GB recommended). For multiplayer: per 4 players.
Install Mod
Open the mod manager in the dashboard and search for "Collectible and Enemy Spawner". Installation dependencies are installed automatically.
Restart Server
Restart the server so the mod is loaded. Players need to have the mod installed locally as well.
Frequently Asked Questions
Collectible and Enemy Spawner not working after update – what to do?
After a Satisfactory update, mods need to be updated. Check ficsit.app whether Collectible and Enemy Spawner has been updated for the new game version. With Mado Hosting: open the mod manager and click "Update All". If the mod hasn't been updated yet, temporarily remove it so the server starts.
Collectible and Enemy Spawner causing crashes in multiplayer – solution
Most common cause: all players must have exactly the same mod version installed. Check server logs for "ModMismatch" or "Version Conflict". Ensure all players use Collectible and Enemy Spawner v1.0.2 and the same SML. With Mado Hosting, Satisfactory servers run with 6 GB RAM for stable multiplayer performance.
Is Collectible and Enemy Spawner compatible with other Satisfactory mods?
Collectible and Enemy Spawner uses the Satisfactory Mod Loader (SML). Generally, SML-based mods are cross-compatible, but mods modifying the same game systems can cause conflicts. Test new mod combinations on a backup save. The Mado dashboard automatically detects known conflicts and warns you.
Rent Collectible and Enemy Spawner Server
Play Collectible and Enemy Spawner on your own Satisfactory server with mod support.
Mod Information
- Author
- Andre Aquila
- Latest Version
- v1.0.2
- Created
- December 14, 2024
- Last Updated
- July 8, 2026