Hi all! Empyrion Notices has been updated for Empyrion 8. Changelog: - Updated compile. - Change version numbers to match Empyrion versions. Enjoy!
What exactly does this mod do? Is it like a bot that posts pre-programmed messages into open chat? Is it an admin tool? Is it a private messaging system? All of the above? None of the above? Inquiring minds want to know.
Non platform assembly: D:\steam\steamapps\common\Empyrion - Dedicated Server\Content\Mods\EmpyrionNotices_v1.0\EmpyrionNotices.dll (this message is harmless) 13-18:59:26.419 03_59 -LOG- Loaded mod Mod1 from EmpyrionNotices_v1.0 It was displayed in the log
It would appear that there's an issue with one of the YAML files. I believe Joe will ask you to post those next
https://drive.google.com/file/d/1uWSzfXs3DNdtR5z9ImPesEu243aSRaYT/view?usp=sharing https://drive.google.com/file/d/1zwKsIqazWwS4VwVRlf6QuPce0-LeCJMn/view?usp=sharing This is Yaml. It is a DL file.
Hm. I'm able to reproduce the error, but can't quite see what's wrong @joemorin73 : I'm not quite sure how your yaml is supposed to work.. It looks rather weird to me .. But it would appear the error goes away, by editing the EN.yaml to [] rather than {} on players Code: Settings: BroadcastAdmin: true EnableAdminCall: true Players: [] WatchedPlayers: {} Is this how it's supposed to look?
Crap, that might be me. Players and WatchedPlayers are both collections. They should both be blank when you first start. I'll the brackets might be incorrect. I'll have to verify in an hour.
Note, that having [] for players seems to work, while it does not work for watchedplayers. I've no idea how the functionality is supposed to be, but those were the error messages from booting the mod
The structure if Players and WatchedPlayers is different. When the mod is in use for a bit, you'll see both start to fill up. Players will store PlayerIDs and their settings. Watched players is a simple list of numbers.
Yes, there was an error in the EN.Yaml. I've uploaded a new version with the corrected file. It should be fine now.