Integration Mod
The Integration Mod improves the in-game experience by seamlessly connecting the game world with the dashboard.
Install the Modโ
RconConnectโ
If you're using DediConnect, there's no need to set up RconConnect, it's already configured for you.
RconConnect game servers can follow these integration instructions.
DediConnectโ
DediConnect servers can install the mod directly from the mod page in the game server settings.
For DediConnect, everything is automatically set up. You only need to install the mod.
Cluster Chatโ
The Integration Mod enhances the cluster chat, giving it a cleaner look that blends well with the regular chat, while still keeping it distinct.
Learn how to activate Cluster Chat >
In-Game Shopโ
Let players browse the shop without leaving the game.
Learn how to create Shop Packs >
You can sell Token Gems in the shop, allowing players to deposit, withdraw, and trade their tokens.
Settingsโ
You can customize the button binding and title for the shop.
Dino Paint Brushโ
The Dino Paint Brush is a one-time-use tool that lets you color a dino. You can also use an RCON command to give multiple brushes to a user with one command, automating the coloring process.
How It Worksโ
- Equip the brush and use it on the dino you want to color.
- Select colors from a user-friendly GUI that shows available options.
- Preview colors without applying them.
- Once you're satisfied, click "Apply Colors" to finalize the design.
Preventing Abuseโ
To prevent misuse, there are two key safeguards:
- You have a set amount of time to use the brush. If you take too long, it will be destroyed.
- You can move around, but if you go too far, the brush will also be destroyed. Both actions are clearly indicated with alerts and a countdown.
In-Game Commandโ
Use the command:
scriptcommand gsadinocoloring 1 {player.id}
Enhanced Notificationsโ
This mod replaces the default yellow admin alerts with stylish notifications that fade out after a set duration.
Settingsโ
Notifications can be placed on either side of the screen with customizable fade-out timers. You can also turn them off.
Report Formโ
The mod introduces an in-game report form, which includes the in-game location from where the report was submitted.
Settingsโ
You can customize the button binding and title for the report screen.
Token Gemsโ
Each Token Gem has its own token value, which cannot be customized at the moment. When a player consumes a Token Gem, the token amount is automatically added to their account, and the player receives a notification.
Like any other consumable item, Token Gems can be exchanged or stolen.
The following codes are prepared for use in Shop Packs with In-game Commands.
To use these outside of Shop Packs, replace {character.id}
with the actual in-game character ID (not the Steam ID).
1 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/1/PrimalItemConsumable_Token_GSA_1.PrimalItemConsumable_Token_GSA_1" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/1/PrimalItemConsumable_Token_gsa_1.PrimalItemConsumable_Token_GSA_1'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_1_C
5 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/5/PrimalItemConsumable_Token_GSA_5.PrimalItemConsumable_Token_GSA_5" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/5/PrimalItemConsumable_Token_gsa_5.PrimalItemConsumable_Token_GSA_5'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_5_C
10 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/10/PrimalItemConsumable_Token_GSA_10.PrimalItemConsumable_Token_GSA_10" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/10/PrimalItemConsumable_Token_gsa_10.PrimalItemConsumable_Token_GSA_10'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_10_C
25 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/25/PrimalItemConsumable_Token_GSA_25.PrimalItemConsumable_Token_GSA_25" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/25/PrimalItemConsumable_Token_gsa_25.PrimalItemConsumable_Token_GSA_25'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_25_C
50 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/50/PrimalItemConsumable_Token_GSA_50.PrimalItemConsumable_Token_GSA_50" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/50/PrimalItemConsumable_Token_gsa_50.PrimalItemConsumable_Token_GSA_50'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_50_C
100 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/100/PrimalItemConsumable_Token_GSA_100.PrimalItemConsumable_Token_GSA_100" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/100/PrimalItemConsumable_Token_gsa_100.PrimalItemConsumable_Token_GSA_100'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_100_C
250 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/250/PrimalItemConsumable_Token_GSA_250.PrimalItemConsumable_Token_GSA_250" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/250/PrimalItemConsumable_Token_gsa_250.PrimalItemConsumable_Token_GSA_250'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_250_C
500 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/500/PrimalItemConsumable_Token_GSA_500.PrimalItemConsumable_Token_GSA_500" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/500/PrimalItemConsumable_Token_gsa_500.PrimalItemConsumable_Token_GSA_500'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_500_C
1000 Token Gemโ
ARK:SA Command:
GiveItemToPlayer {character.id} "/gsa-mod/Tokens/Consumables/1000/PrimalItemConsumable_Token_GSA_1000.PrimalItemConsumable_Token_GSA_1000" 1 0 0
ARK:SE Command:
GiveItemToPlayer {character.id} "Blueprint'/Game/Mods/gsa-mod/Tokens/Consumables/1000/PrimalItemConsumable_Token_gsa_1000.PrimalItemConsumable_Token_GSA_1000'" 1 0 0
Blueprint Class: PrimalItemConsumable_Token_gsa_1000_C
Vote Screenโ
This feature provides a multi-purpose in-game popup with a short link for players to vote on game servers (optional).
Settingsโ
You can customize the buttons, text, and titles on the panel.
Reviewโ
Allow players to rate the community and track long-term player satisfaction.
Settingsโ
Customize the button binding and title for the review screen.