Phantom
Phantom is a custom script inspired by stalker's phantom dogs which are able to clone and emit psi energy.
Last updated
Phantom is a custom script inspired by stalker's phantom dogs which are able to clone and emit psi energy.
Last updated
This mod requires CRDTN Core as depandancy so if you don't have the Core, please refer to that and install it from the workshop.
Download the mod from workshop.
You can use the built in phantom classes which are based on the vanilla wolfs.
Or you can make your own :)
Create an empty mod or use your server mod, or any other mod of your own. Do not modify the mod from the workshop. It is prohibited to repack this mod and modify it unless you have the permission.
You can use the full potential without any need to modify the original mod.
You must inherit your animal class from the CRDTN_Creature_PhantomBase
The phantom class expects parameters being set in the config.cpp. No json or any other config file needed.
Use the following example to get the idea, how to properly attach your animals to the script and do make it phantom.
Create a script in module 4_World
You can literally place it wherever you need, just make sure, this script is loaded on the client side.
Server side mod is part of the workshop item. To install the server side mod, you just need to place the pbo in the Addons folder of your server. If you use Omega and similar tools, make sure the mod is properly loaded on the server.