Project Zomboid

Project Zomboid

Radar
33개 중 1~10개 표시 중
< 1  2  3  4 >
업데이트: 2022년 10월 4일 오후 6시 22분

v0.10.9
=======
- Fixed scriptitem.lua warning

업데이트: 2022년 9월 27일 오후 6시 40분

v0.10.8
=======
- Removed server lua folder which is causing non critical error on server startup.

업데이트: 2022년 9월 21일 오후 11시 34분

v.0.10.6
=======
- Add vanilla options for display symbols / minimap symbols on minimap.
- Mod no longer request for walkie-talkie data from the server. It's now client sided and also supports custom radio items.*

*Custom radio item must have these two properties 'TwoWay' and 'IsPortable' set to 'TRUE'.

업데이트: 2022년 9월 20일 오전 3시 21분

v0.10.5
=======
- Rendering utilities now has full dependency on minimap and worldmap options. This should eliminate potential dupes on options
- Fixed bugs that is caused by walkie-talkie utilities.
- Fixed faction mode walkie-talkie distance filter bug.

업데이트: 2022년 9월 19일 오전 1시 16분

v0.10.4
=======
- Fixed 'Only Admin Can Use Radar' bug.

업데이트: 2022년 9월 18일 오후 12시 23분

v0.10.3
=======
- Reverted back to vanilla require.
- Added 'AbortOnError' option for disabling radar on error. Note that this option might prevent server owners from tracing the accurate errors.
- Added minimap 'Vanilla - Show Players' option. Must re-open the minimap to take effect.
- Fixed 'Player vs Player' bug which caused pvpers to only see each other when spotted on the screen even if the 'Display When Seen' option is disabled.

업데이트: 2022년 9월 18일 오전 3시 37분

v0.10.2
=======
- Added experimental bugfix.*

*The mod now use new simplify modRequire for confirmed loading order instead of vanilla require in case of linux client is having weird loading order issue or pathing issue. If there's still more errors after this, that means there's compilation error instead of ambiguous runtime error.

업데이트: 2022년 9월 17일 오후 8시 36분

v.0.9.1
======
- Reverted to old stable version so that users can continue using radar while working on fix for new version.

업데이트: 2022년 9월 17일 오전 11시 27분

v.0.10.1
=======
- Removed test file 'util.lua' which caused an error when walkieTalkieConfig.txt doesn't exists. The mod will once more produce walkieTalkieConfig.txt if it doesn't exists during server startup.

업데이트: 2022년 9월 17일 오전 10시 52분

v0.10.0
=======
- Modularized and overhauled.
- Added options to toggle vanilla big map settings.
- Added 'Display Players' option for displaying specific type of players on radar.
- 'Show Faction Members Only' has been merged into 'Display Players' option as 'Faction Members'
- Added feature for PvP only radar. It's available under 'DIsplay Players' option.

Next update will focused on ping location's feature. Due to potential impact on server's performance, this feature requires spam management for banning spammer and better online faction member list. Therefore, it will take some time since custom database is an absolute requirement. Feature access management for faction members might be added if it's needed.

As for mod loading support, it will be delayed since proper security measures is required.