Simple Connected Items
Server administrators and community builders are always looking for ways to bridge the gap between in-game actions and external tools. Simple Connected Items, a new addition to the popular Simple_Mods series, does exactly that by introducing ten fully customizable items that fire HTTP requests the moment a survivor uses them. Whether you are managing a private cluster or a large public community, this mod turns routine item consumption into a powerful automation trigger.
What Does Simple Connected Items Do?
At its core, this mod provides ten consumable items, each capable of sending a POST or GET request to a URL of your choosing. This opens the door to countless integrations, from rewarding players through a web dashboard to logging important events to a Discord webhook or a custom game server application. The mod was originally built for the KlowMassive Community, but its flexible design means any server owner can adapt it to their own needs.
Key Features at a Glance
- Ten unique items, each with its own configurable URL, method, and message body.
- Full control over item name, description, and icon via the GUS.ini file.
- Support for multiple headers per request, separated by pipe characters.
- Dynamic filters that replace placeholders with player-specific data.
- Engrams for every item, unlocked at level 1337, with options to hide or adjust them.
Configuring Your Items with GUS.ini
Setup is straightforward, even for those new to server-side modding. You will need to edit your GameUserSettings.ini file and add a new section. The mod reads all settings from this file, meaning you can change behavior without touching the mod files themselves. The basic structure for each item looks like this:
[Simple_ConnectedItems]
Item01="URL|POST|Message|Header1:Headertext"
ItemName01=My Custom Item
ItemDescr01=This item sends a message to my server.
ItemIcon01=/Game/Mods/SomeBlueprintPath
You can configure all ten items or just a few. The numbering system, from 01 to 10, keeps everything organized. Remember to keep the quotation marks around the main Item line, as the mod parses that string to extract the URL, method, payload, and headers.
Understanding the Filters
One of the most useful features is the built-in filter system. These filters are placeholders that get replaced with live data from the player who uses the item. You can use them in both the URL and the headers, allowing for highly personalized requests. The available filters include:
- ##EOSID## – Replaced by the player's Epic Online Services ID.
- ##PLAYERNAME## – Replaced by the character's name.
- ##TRIBENAME## – Replaced by the player's tribe name.
- ##TRIBEID## – Replaced by the player's tribe ID.
- ##PLAYERID## – Replaced by the player's specimen ID.
For example, if you want to log which tribe member triggered a specific event, you could set the message body to Player: ##PLAYERNAME## from Tribe: ##TRIBENAME##. The mod will substitute the actual values at runtime, making your external logs much more useful.
Practical Use Cases for Server Owners
The primary target for this mod is the GameServerApp Task system, but the possibilities extend far beyond that. Imagine a donation system where players receive a special item that, when used, automatically grants them a reward on your website. Or consider a raid event where using a specific item triggers a broadcast to a Discord channel. The HTTP request can carry any data you need, making it a versatile bridge between ARK and the outside world.
For those who prefer a hassle-free setup, the foxygame.net launcher offers a streamlined way to manage your mod collection. With its one-click install feature, you can add Simple Connected Items to your server profile without manually downloading and moving files. The launcher also keeps track of version compatibility, ensuring that the mod works with your current build of ARK: Survival Ascended. This is especially helpful when updates roll out and you want to avoid broken dependencies.
Compatibility and Supported Versions
Simple Connected Items is built for ARK: Survival Ascended and is designed to work alongside other Simple_Mods titles. It does not interfere with core game mechanics, and the items are added as consumables with engrams. The mod is compatible with most server setups, including those running additional QoL or building mods. As with any mod, it is wise to test on a staging server before applying it to a live population.
How to Install and Get Started
If you are wondering how to install this mod, the process is simple. Subscribe to the mod on the official ARK: Survival Ascended mod repository, then add it to your server's mod list. Once the server restarts, you can begin configuring the GUS.ini entries. For players, the items are obtainable via the engrams or through the admin command: cheat giveitem "/Simple_ConnectedItems/Items/PrimalItemConsumable_Item01.PrimalItemConsumable_Item01" 1 0 0 false.
To download Simple Connected Items, head to the mod page and hit the subscribe button. The mod will automatically appear in your server's mod list the next time you update. For a more curated experience, the foxygame.net launcher includes an add-on catalog where you can browse and install Simple Connected Items for ARK: Survival Ascended with a single click, and it will handle any necessary file updates in the background.
Final Thoughts on Simple Connected Items
Simple Connected Items is a niche but incredibly powerful tool for server admins who want to automate workflows and connect their game world to external services. The configuration is straightforward, the filter system is robust, and the mod stays true to the Simple_Mods philosophy of lightweight, focused functionality. While it requires a bit of technical know-how to set up, the payoff in terms of automation and community engagement is well worth the effort. Whether you are running a small private server or a large public network, this mod gives you the flexibility to create unique interactions that go beyond the vanilla ARK experience.