Project Zomboid

Project Zomboid

Radar
Se afișează 1-10 din 33 intrări
< 1  2  3  4 >
Actualizare: 4 oct. 2022 @ 18:22

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

Actualizare: 27 sept. 2022 @ 18:40

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

Actualizare: 21 sept. 2022 @ 23: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'.

Actualizare: 20 sept. 2022 @ 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.

Actualizare: 19 sept. 2022 @ 1:16

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

Actualizare: 18 sept. 2022 @ 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.

Actualizare: 18 sept. 2022 @ 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.

Actualizare: 17 sept. 2022 @ 20:36

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

Actualizare: 17 sept. 2022 @ 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.

Actualizare: 17 sept. 2022 @ 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.