DayZ
Code Lock
Viser 31-40 af 57 forekomster
< 1  2  3  4  5  6 >
Opdatering: 3. juni 2019 kl. 19:05

- Model changed from CombinationLock to CombinationLock4 ( The lock is red now, until I can get an actual model for the lock )
- UI Changed, thanks to Wardog, https://steamcommunity.com/id/officialwardog/

Currently working on getting this mod working with tents, and I will then be releasing another mod which will allow compatibility for BaseBuilding+

Opdatering: 29. maj 2019 kl. 21:14

- Recoded backend.
- Moved CodeLock into its own class, while retaining persistence.
- Added Custom Actions for CodeLock ( ActionDestroyCodeLock, ActionAttachCodeLock, ActionCodeLockonFence )
- All these changes are to help me make the mod more versatile. I plan on creating a compatibility mod to get this working with BaseBuilding+ Doors. That's soon to come.

Opdatering: 27. maj 2019 kl. 7:18

- Fixed for stable build.

Opdatering: 18. maj 2019 kl. 23:18

- Removed dial index from lock when holding it in hand
- Removed ability to enter pin when gate is open

Opdatering: 15. maj 2019 kl. 11:43

Opdatering: 26. apr. 2019 kl. 19:27

- Fixed UI issue randomly removing HUD. ( Probably anyways, I actually can't replicate the issue on my test server so let me know if it's still broken )
- Improved a wee bit of performance on server end by not calling the RPC to get the hacksaw config ever millisecond when someone is looking at a gate

Note: I did try getting the menu to work when pressing enter, instead of having to click next/enter, but couldn't. I'll try again eventually.
Another Note: I'll be releasing the update which will make the lock work on tents in a bit. Have a few actions to recode and I managed to break tents entirely, so I have to fix that as well.

Opdatering: 9. apr. 2019 kl. 20:45

- Complete recode of core functions. If something is messed up let me know
- Added UI checking to make sure you can't open a menu more than once.
- ESC key now closes the menus
- Removed change code menu as well as confirmation menu. Change code UI now uses the set code UI, which has a built in confirmation menu.

(NOTE: If either the client or server have the wrong version of the mod it WILL NOT WORK. I have completely recoded the core functions since the last version of the mod, so it will not work if it's outdated on either client or server side.)

Opdatering: 8. apr. 2019 kl. 18:28

- Added semicolons that I randomly forgot.

Opdatering: 7. apr. 2019 kl. 21:04

- Fixed issue where no matter what config was set to, you couldn't cut off the lock due to the client/server being out of sync.

Opdatering: 7. apr. 2019 kl. 20:26

- Added configuration to enable/disable the ability to cut off the lock
To do this, go into the "CodeLockConfig" located in the server's profile folder, and change the "CanCutLock" parameter to either a 1 or a 0, anything else will break the file.
0 - Disable the ability to cut off the lock
1 - Enable the ability to cut off the lock