DayZ
Code Lock
Viser 31–40 av 57 bidrag
< 1  2  3  4  5  6 >
Oppdatering: 3. juni 2019 @ 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+

Oppdatering: 29. mai 2019 @ 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.

Oppdatering: 27. mai 2019 @ 7.18

- Fixed for stable build.

Oppdatering: 18. mai 2019 @ 23.18

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

Oppdatering: 15. mai 2019 @ 11.43

Oppdatering: 26. apr. 2019 @ 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.

Oppdatering: 9. apr. 2019 @ 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.)

Oppdatering: 8. apr. 2019 @ 18.28

- Added semicolons that I randomly forgot.

Oppdatering: 7. apr. 2019 @ 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.

Oppdatering: 7. apr. 2019 @ 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