X Tamegun + Cryogun

Paid X Tamegun + Cryogun v1.0

This resource is paid, and requires to be purchased
▌ Xcryogun — Overview

PRICE: 20€

[ Cryogun ]
• Convert any held weapon into a Cryogun
→ Shoot your tribe's dinos to instantly cryopod them
• Configurable max range
• Exclusive mode: weapon deals no damage to non-tribe targets
• Blocked dino list (by name/class keyword)
• Ownership check: only your tribe's dinos can be podded

[ Tamegun ]
• Convert any held weapon into a Tamegun
→ Shoot wild dinos to instantly tame + cryopod in one shot
• Configurable max range
• Optional: ignore tame limit, suppress name dialog & tame notification
• Per-player tame cooldown with {seconds} remaining message
• Blocked dino list (bosses, alphas, titans blocked by default)

[ Cryo Sickness ]
• Enable / disable cryo sickness server-wide
• Override cryo sickness duration (seconds)

[ PvP Cooldown ]
• Blocks Cryogun/Tamegun use after taking or dealing PvP damage
• Configurable duration + custom blocked message with {seconds}

[ Weapon ]
• Block specific weapons from being converted (e.g. grenades, C4)
• Allow / deny grinding converted weapons

[ Controls ]
• Per-command enable/disable + custom command name
• ArkPermissions support (per-command permission node)
• All messages fully customizable

---

▌ Commands (Chat + RCON)
/xcryogun → converts held weapon into a Cryogun
/xtamegun → converts held weapon into a Tamegun
xcryogun.reload → reload config

---

▌ Requirements
ARK ASE Server API installed
• ARK: Survival Evolved dedicated server
• ArkPermissions plugin (optional, for permission-gated commands)


To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

{
"License": { // The only license value the customer edits.
"LicenseKey": "" // Paste the license key returned by the Discord bot after /license register.
},
"CryoSickness": {
"Enabled": true, // true = vanilla player cryo cooldown after popping a dino; false = no cooldown, can pop dinos back-to-back. Applies to PvP and PvE.
"DurationSeconds": 300.0 // Player cooldown length in seconds when Enabled=true. Vanilla is 300. Reload re-applies to new buffs.
},
"Cryogun": {
"MaxRange": 3500.0, // Maximum cryogun shot range (units) to cryopod an owned/tribe dino. Clamped to >= 100.
"ExclusiveMode": false, // true = Xcryogun deals no damage to anything other than its valid pod targets.
"AllowCryoSick": false, // true = let the cryogun re-pod a cryo-sick dino. No effect when CryoSickness.Enabled is false.
"BlockedDino": [ // Case-insensitive substrings matched against dino DescriptiveName + class path. Any match blocks cryopodding. Rafts/motorboats ARE dinos in the engine; add 'raft' here to block them.
"Shapeshifter",
"dodo",
"raptor"
]
},
"Tamegun": {
"MaxRange": 3500.0, // Maximum tamegun shot range (units) to tame a wild dino. Clamped to >= 100.
"IgnoreTameLimit": false, // true = ignore the server tame limit when taming with the Xtamegun.
"PreventNameDialog": true, // true = suppress the post-tame naming dialog.
"SuppressTameNotification": true, // true = suppress the in-game 'You have tamed X' notification.
"TameCooldown": {
"DurationSeconds": 0, // Cooldown after a successful tame, in seconds. 0 or below = disabled. Tied to the player (steam_id), not the gun.
"Message": "Tamegun on tame cooldown. Wait {seconds}s." // Shown when a tame attempt is blocked by cooldown. {seconds} = time remaining.
},
"BlockedDino": [ // Same syntax as Cryogun.BlockedDino, but only used by the tamegun. If empty/missing, the default boss/titan list below is used.
"boss",
"alpha",
"dragon",
"manticore",
"broodmother",
"megapithecus",
"overseer",
"rockwell",
"moeder",
"king titan",
"forest titan",
"desert titan",
"ice titan",
"crystal wyvern queen",
"dodowyvern",
"dodobrex"
]
},
"Weapon": {
"AllowGrind": false, // true = crafted Xcryogun/Xtamegun items remain grindable.
"Blocked": [ // Case-insensitive substrings matched against the held weapon's name + custom name + class path. Any match blocks /xcryogun and /xtamegun crafting.
"grenade",
"c4"
]
},
"PvpCooldown": {
"Enabled": true, // Master switch for the PvP cooldown system.
"BlockCryogun": true, // true = an active PvP cooldown blocks /xcryogun and the cryogun damage path.
"DurationSeconds": 30, // Cooldown lifetime after a PvP damage event, in seconds. Clamped to >= 1.
"BlockedMessage": "You cannot use Xcryogun while in PvP cooldown. Wait {seconds}s." // Shown when blocked. {seconds} = time remaining.
},
"Commands": {
"xcryogun": {
"enabled": true, // false = command disabled at load time.
"command": "/xcryogun", // Chat command name. Leading slash auto-prepended if missing. Changing requires a server restart, not /xcryogun.reload.
"requiredPermission": "" // Empty = anyone. Otherwise the player must be admin OR be in this Permissions group.
},
"xtamegun": {
"enabled": true, // false = command disabled at load time.
"command": "/xtamegun", // Chat command name. Leading slash auto-prepended if missing. Changing requires a server restart, not /xcryogun.reload.
"requiredPermission": "" // Empty = anyone. Otherwise the player must be admin OR be in this Permissions group.
}
},
"Notifications": {
"Scale": 2.0, // Plugin on-screen notification text size. Clamped to >= 0.1.
"DisplayTime": 5.0 // How long plugin notifications stay on screen, in seconds. Clamped to >= 0.1.
},
"Messages": {
"sender": "Xcryogun", // Sender name shown in chat messages.
"noWeapon": "Hold a weapon before using /xcryogun.", // /xcryogun or /xtamegun used with no held weapon.
"weaponBlocked": "This weapon cannot be turned into a cryogun.", // Held weapon matched Weapon.Blocked.
"crafted": "This weapon is now an Xcryogun.", // /xcryogun crafting success.
"tamegunCrafted": "This weapon is now an Xtamegun.", // /xtamegun crafting success.
"noTarget": "No valid dino found.", // Default PodResult fallback (dead, untamed, or invalid target).
"dinoBlocked": "This dino cannot be cryopodded.", // Target matched Cryogun.BlockedDino.
"tameBlocked": "This dino cannot be tamed with Xtamegun.", // Target matched Tamegun.BlockedDino or is a boss.
"tameFailed": "This dino could not be tamed.", // TameDino + ForceTame both failed.
"tameSuccess": "Dino tamed and cryopodded.", // Xtamegun tame + auto-pod success.
"dinoNotOwned": "You can only cryopod your own tribe dinos.", // Target is tamed but on a different team.
"dinoCryoSick": "This dino has cryo sickness.", // Blocked by Cryogun.AllowCryoSick = false.
"outOfRange": "The dino is too far away.", // Target beyond Cryogun.MaxRange / Tamegun.MaxRange.
"podSuccess": "Dino cryopodded.", // Cryogun cryopod success.
"inventoryFailed": "Could not place the cryopod in your inventory.", // No room to place the resulting cryopod item.
"noPermission": "You do not have permission to use this command.", // Failed the Commands.*.requiredPermission check.
"reloadSuccess": "Xcryogun config reloaded.", // /xcryogun.reload OK.
"reloadFailed": "Xcryogun reload failed: {error}" // /xcryogun.reload failed. {error} = exception text.
}
}

Author
xregulox
Downloads
32
Views
88
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from xregulox

Back
Top