What time does your moonlight reach your preference? You could try editing your dusk/dawn times.
Step 1: Unpack your dayz_code.pbo and make a copy of your dayz_code folder to use for editing.
Step 2: Find dayz_code\init\variables.sqf.
Step 3: Search for the following lines of code.
//DayZ...
It is very configurable. If you wanted, you could edit it so that "Heroes" and "Bandits" gain access to new clothing options based off of how positive or negative their humanity is.
If you want only "Heroes" to have access to the wardrobe menu, then replace your wardrobe_activate.sqf with the following code.
waituntil {!isnull (finddisplay 46)};
sleep 15;
/////////////// Humanity Check ///////////////
PlayerHumanity = (player getVariable"humanity");
if ((PlayerHumanity >...
When a player changes skins in DayZ, regardless of whether or not it is done through my wardrobe, they are quickly teleported to the debug zone and then back to their position. Is this what you are talking about?
The reason they are working fine for the admins is because your admins are...
If you check out the original post, you will see there are links to some pretty detailed tutorials. I have already posted step-by-step instructions that should help you both accomplish what you are looking to do. I hope they help. :)
What scripts are you guys using? I'm just curious because I'm using around 20 different scripts/addons from this forum and I haven't had any compatibility issues with my wardrobe.
I'm glad you were able to get it working and thank you for the kind words.
Is your antihack still blocking the wardrobe for players you haven't whitelisted? Have you downloaded the new files and followed the tutorial to whitelist my wardrobe in your antihack?
I just want to thank dayzpiggd for sharing his fix for items being added to players inventories when changing clothing. Also, thank you to Grafzahl for his tutorial on how to stop custom clothing from adding the items upon logging out and back in, and thanks to Gagi2 for the link.
I have...
Hmmm. I just did a fresh install on a default mission file, with my updated github files, and everything worked fine. You don't have to touch your server file unless you want the skins to stay persistent. If you want, you can upload your mission file that you attempted to add the wardrobe to...
That sounds like a perfectly valid use to me and I certainly have no problems with it. If you check out the original post I have added some tutorials that should help you out.
I have updated the original post to reflect the changes made in v1.0.1 of my wardrobe. I have also added 6 tutorials for frequently asked questions. All of the tutorials have also been updated to reflect changes for the new version. If you are still using v1.0, I suggest downloading the new...
Fred's Wardrobe v1.0.1
NEW! Added compatibility for antihacks.
It has recently come to my attention that some antihack scripts were conflicting with my wardrobe addon. I have edited all of my files to have full compatibility with antihacks now. Also, thanks to Hangender, for his help and his...
Also, the "removeWeapon" is only going to happen when the skin change script first runs and I believe the items, even if deleted, will come back after logging out and back in.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.