Freaking Fred
OpenDayZ Rockstar!
Fred's wardrobe help and discussion takes place here
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sweet! I will have to tweak this to match the skins available on Celle
I believe you already know how to do this for yourself. However, for anyone else that isn't sure, I am going to be releasing an in-depth guide on how to do make changes like this. I will most likely release that guide tomorrow.
Does this have a UID or humanity restriction possibility atm?
if ((getPlayerUID player) in ["#########"]) then {
wardrobe =
[
["",true],
["DayZ Clothing", [2], "#USER:WardrobeDayZ", -5, [["expression", ""]], "1", "1"],
["Custom Clothing", [3], "#USER:WardrobeCustom", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];} else {
wardrobe =
[
["",true],
["DayZ Clothing", [2], "#USER:WardrobeDayZ", -5, [["expression", ""]], "1", "1"],
["Custom Clothing", [3], "#USER:WardrobeCustom", -5, [["expression", ""]], "1", "1"],
["", [-1], "", -5, [["expression", ""]], "1", "0"],
["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];
};
In the skins_main.sqf you will see the following code:
Code:if ((getPlayerUID player) in ["#########"]) then { skinmenu = [ ["",true], ["DayZ Skins", [2], "#USER:SkinsMenuDayZ", -5, [["expression", ""]], "1", "1"], ["Custom Skins", [3], "#USER:SkinsMenuCustom", -5, [["expression", ""]], "1", "1"], ["", [-1], "", -5, [["expression", ""]], "1", "0"], ["Exit", [13], "", -3, [["expression", ""]], "1", "1"] ];} else { skinmenu = [ ["",true], ["DayZ Skins", [2], "#USER:SkinsMenuDayZ", -5, [["expression", ""]], "1", "1"], ["Custom Skins", [3], "#USER:SkinsMenuCustom", -5, [["expression", ""]], "1", "1"], ["", [-1], "", -5, [["expression", ""]], "1", "0"], ["Exit", [13], "", -3, [["expression", ""]], "1", "1"] ]; };
In here you could make a UID restriction by replacing "#########" with the UIDs you desired. Then you could just edit the lines under "];}else{" to restrict what everyone else can use. For example, if you want to restrict the custom skins just delete the line that says Custom Skins. This could also be set up with a humanity check using the same system.
Roger, I'm an idiot. Gonna mess around with this a bit and sleep, come back to it in the morning with the masssssssive list of Celle skins.
This is pretty damn cool, Fred...would love to try and get this working for my 2017 server.
Cancel that post man got it working and wow GREAT mod thank you!
i said it before and i will say it again, i wish i would have thought of this. this is a great tool for PvE servers. i look forward to seeing what else you can come up with
Just like to say thanks for this fred it worked first time and was very eacy to get working and all my players love it thanks alot and keep up the good work![]()
I doubt this works on DayZ.ST serverI've tried but don't seems to get it working
![]()
Anyone getting BE kicks after adding it? =)