Kozenomenon
Hello I am Kozenomenon, the creator of a handful of mods for Ark: Survival Evolved, a game available on Steam.
NOU Modding, LLCUSA
Pinned Repositories
ActorOutline
Ark Survival Evolved Mod Assets for adding a custom stencil outline to a target actor. Such as a dino.
AlphabetizeArray
Assets for working in the Ark Dev Kit to make mods. Example function library that will allow you to alphabetically sort arrays. Includes a test singleton actor you can use in PIE to see how it works.
ArKrypt
ChaCha20 encryption implementation for Ark mods. Includes Demo UI and Python/NodeJS API examples.
ArkTemplates
Template BPs for modding Ark: Survival Evolved
KozBytes
Ark Dev Kit Function Library to aid in working with Dino Data and Egg Item byte arrays.
KozDino
An Adventure in Mod Integration. This open-source mod uses an auto-register process to integrate with Mindwipe My Dino mod. The dinos added by this mod will each represent a demonstration of a specific integration with Mindwipe My Dino.
ModCommAutoRegister
Ark Survival Evolved assets for use in creating mods. This provides a base actor BP for creating a singleton that will auto register with another mod's singleton, assuming it is also using the same auto registration process. By registering with each other, the mods will then be able to ensure that requests on the Mod Communication interface are only allowed to modify info relevant to them, via their mod parent folder compared with class paths.
ServBTest
Simple web service example to accept JSON results from Server Benchmark mod for Ark Survival Evolved.
SettingsSingleton
Example assets for modding with Ark: Survival Evolved DevKit. This is an example of using a replicated singleton to make your mod's INI settings easily available in any graph. See the images in 'Examples' for more info on using this.
SimpleBan
Source for my Ark: Survival Evolved mod called Simple Ban. The mod allows you to keep Steam Family Sharing enabled while preventing that being used to bypass your ban list/s.
Kozenomenon's Repositories
Kozenomenon/Koz-Mods-Info
A repo for wiki info for my Ark: Survival Evolved mods.
Kozenomenon/RBX_Pub
Kozenomenon/ActorOutline
Ark Survival Evolved Mod Assets for adding a custom stencil outline to a target actor. Such as a dino.
Kozenomenon/infiniteyield
Infinite Yield admin commands
Kozenomenon/ArKrypt
ChaCha20 encryption implementation for Ark mods. Includes Demo UI and Python/NodeJS API examples.
Kozenomenon/TurretThatDino_Source
Simple mod for Ark: Surival Evolved that makes turrets shoot Cnidaria & Noglins. Has config to include modded dinos & some custom admin commands.
Kozenomenon/MoreBetterGenericMod
A fixed GenericMod for use with Ark Dev Kit. Test Game Mode removed.
Kozenomenon/SimpleBan
Source for my Ark: Survival Evolved mod called Simple Ban. The mod allows you to keep Steam Family Sharing enabled while preventing that being used to bypass your ban list/s.
Kozenomenon/SteamMods
Quick nodejs script to dump Steam Workshop mod infos to tab delimited file. So you can sort and view the aggregate info more easily. Or import to a db if you like...
Kozenomenon/DumpIt
Ark Mod that will dump all craft items as json to a url you provide. Also includes a simple nodejs web service that can dump the post to file.
Kozenomenon/ArkTemplates
Template BPs for modding Ark: Survival Evolved
Kozenomenon/AnyStationOS
Ark Mod that demonstrates how to add your engrams to any craft stations by editing the PGD Additional Structure Engrams array at runtime.
Kozenomenon/KozHash
A String to Hash function library for use with the Ark Dev Kit. Also includes test map, PGD, and singleton wired up to run hashing tests in the editor.
Kozenomenon/ShowMeWhales
Ark: Survival Evolved mod that makes the Space Whales visible on any map.
Kozenomenon/KozDino
An Adventure in Mod Integration. This open-source mod uses an auto-register process to integrate with Mindwipe My Dino mod. The dinos added by this mod will each represent a demonstration of a specific integration with Mindwipe My Dino.
Kozenomenon/ServBTest
Simple web service example to accept JSON results from Server Benchmark mod for Ark Survival Evolved.
Kozenomenon/AlphabetizeArray
Assets for working in the Ark Dev Kit to make mods. Example function library that will allow you to alphabetically sort arrays. Includes a test singleton actor you can use in PIE to see how it works.
Kozenomenon/SettingsSingleton
Example assets for modding with Ark: Survival Evolved DevKit. This is an example of using a replicated singleton to make your mod's INI settings easily available in any graph. See the images in 'Examples' for more info on using this.
Kozenomenon/ModCommAutoRegister
Ark Survival Evolved assets for use in creating mods. This provides a base actor BP for creating a singleton that will auto register with another mod's singleton, assuming it is also using the same auto registration process. By registering with each other, the mods will then be able to ensure that requests on the Mod Communication interface are only allowed to modify info relevant to them, via their mod parent folder compared with class paths.
Kozenomenon/KozBytes
Ark Dev Kit Function Library to aid in working with Dino Data and Egg Item byte arrays.