Beiträge von nid

Due to human (non-bot) spam the first contribution of a user has to be reviewed and activated manually, all further contributions do not require this.
As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.

    nid added a new version:

    nid
    4. September 2021 um 07:03
    Zitat

    Version 1.1.4

    • Added option to show roles in user tooltips.
    • Added ShowInTooltip and SizeInTooltip chat tag properties. Added /tag-tooltip command, allowing for new chat tag properties modification. Added new chat tag properties to /tag-config command.
    • Added /tag-tooltip command, allowing for new chat tag properties modification.
    • Added new chat tag properties to /tag-config command.
    • Compatibility patch with EM Framework 3.1.0
    • Requires EM Framework 3.1.0

    nid hat eine neue Version hinzugefügt:

    nid
    4. September 2021 um 07:03
    Zitat

    Version 1.1.4

    • Added option to show roles in user tooltips.
    • Added ShowInTooltip and SizeInTooltip chat tag properties. Added /tag-tooltip command, allowing for new chat tag properties modification. Added new chat tag properties to /tag-config command.
    • Added /tag-tooltip command, allowing for new chat tag properties modification.
    • Added new chat tag properties to /tag-config command.
    • Compatibility patch with EM Framework 3.1.0
    • Requires EM Framework 3.1.0

    nid added a new version:

    nid
    24. August 2021 um 13:37
    Zitat

    Version 1.1

    • Migrated project to Net5.
    • Compatibility patch with Eco version 9.4
    • Implemented DisplayDelay option in settings. Default 30 seconds. This is to ensure that news popup does not overwrite MOTD info when used in conjunction.

    nid hat eine neue Version hinzugefügt:

    nid
    24. August 2021 um 13:37
    Zitat

    Version 1.1

    • Migrated project to Net5.
    • Compatibility patch with Eco version 9.4
    • Implemented DisplayDelay option in settings. Default 30 seconds. This is to ensure that news popup does not overwrite MOTD info when used in conjunction.

    nid added a new version:

    nid
    24. August 2021 um 13:27
    Zitat

    Version 1.1.2

    • Fixed alignment of example tag in tag-show command.
    • Fixed tag-rename allowing to rename tags made based on EM Groups.
    • Migrated project to Net5.
    • Compatibility patch with Eco version 9.4

    nid hat eine neue Version hinzugefügt:

    nid
    24. August 2021 um 13:27
    Zitat

    Version 1.1.2

    • Fixed alignment of example tag in tag-show command.
    • Fixed tag-rename allowing to rename tags made based on EM Groups.
    • Migrated project to Net5.
    • Compatibility patch with Eco version 9.4

    nid added a new version:

    nid
    26. Juni 2021 um 13:33
    Zitat

    Version 1.0.3:

    • Steam or SlgID have to match before tag is assigned to a person, name and internal server id have been dropped to make sure that when the old config files are moved to a new, fresh server, tags are assigned properly. Thx for Dennis for the request to address this.

    • Bogus users (ones that either: have malformed Steam or Slg ids, don't have any id or their ids are empty), are reported now to the server owner and not considered for tags assignments.

    • Some code optimisations here and there.

    • Newest release of em-framework is included in this package, to make sure users who are on very outdated frameworks update their dlls.

    nid hat eine neue Version hinzugefügt:

    nid
    26. Juni 2021 um 13:33
    Zitat

    Version 1.0.3:

    • Steam or SlgID have to match before tag is assigned to a person, name and internal server id have been dropped to make sure that when the old config files are moved to a new, fresh server, tags are assigned properly. Thx for Dennis for the request to address this.

    • Bogus users (ones that either: have malformed Steam or Slg ids, don't have any id or their ids are empty), are reported now to the server owner and not considered for tags assignments.
    • Some code optimisations here and there.
    • Newest release of em-framework is included in this package, to make sure users who are on very outdated frameworks update their dlls.

    nid added a new version:

    nid
    18. Juni 2021 um 00:30
    Zitat

    Version 1.0.1:

    • Fixes the following: Disciplinary talk has been conducted with threads spawned by this module to try and explain them that they are NOT equally important to the parent server thread and therefore should NOT try and continue, when the parent thread receives SIGINT signal. The talk has been successful and threads exit properly when told so by the parent. Many thanks to @illiux for reporting this issue on Discord.

    nid hat eine neue Version hinzugefügt:

    nid
    18. Juni 2021 um 00:30
    Zitat

    Version 1.0.1:

    • Fixes the following: Disciplinary talk has been conducted with threads spawned by this module to try and explain them that they are NOT equally important to the parent server thread and therefore should NOT try and continue, when the parent thread receives SIGINT signal. The talk has been successful and threads exit properly when told so by the parent. Many thanks to @illiux for reporting this issue on Discord.

    Hello i have this error.I use last version all modules.Server 0.9.3.4

    Code
    [09:56:37.518] [72] [Debug] [Eco] Nat introduction received with token = fab1cfd1-5a75-4327-9194-7f3c5eae36ab
    [09:56:37.583] [72] [Debug] [Eco] Nat punch received from 192.168.0.175:63330 with token = fab1cfd1-5a75-4327-9194-7f3c5eae36ab
    [09:58:02.744] [7] [Error] [Eco] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
    at Eco.Gameplay.Systems.Chat.ChatCommandService.<>c__DisplayClass12_0.<InvokeCommand>b__1()
    at Eco.Core.Utils.Async.TaskUtils.<>c__DisplayClass2_0.<RunWithExceptionLog>b__0()
    System.NullReferenceException: Object reference not set to an instance of an object.
    at Eco.Nid.News.NewsCommands.NewsShow(User user)

    Hello, thanks for the report, I think this has been solved in the help section of my Discord, if you are still having problems, please feel free to ping me here or on Discord.

    The porblem was related to a missing comma in the .json config file. Person has edited the file manually and forgot to format it properly.

    All errors are usually reported in my log and can be accessed there:

    Code
    [2021-05-22 03:19:00.528][Error] There was an error loading data from your config files: ServerNews.json 
    [2021-05-22 03:19:00.546][Error] Error message:  After parsing a value an unexpected character was encountered: ". Path 'WindowTitle', line 4, position 4. 

    After fixing it in the file, the problem goes away.

    nid added a new version:

    nid
    15. April 2021 um 18:06
    Zitat

    Version 1.0.2:

    • Updates module to new game version - Eco 9.3. Fixes crash in new game version when using the module.
    • Adds new formatting options for the chat tag: Brackets type, bracket color, size, italic, underline, underline color.
    • Bracket type can be a pair of any selected characters: i.e. [ ], < >, * *, - - and so on
    • Default formatting of the tag will now capitalise all segments of the name, if it contains more than one word (for example My Supporters, instead of My supporters).
    • Added possibility to force specific capitalisation in the name, like VIPs, SuPpOrT etc.
    • Adds new commands:
      • tag-format - Sets formatting options for the selected tag. Allowing to set all tag formatting properties via one command.
      • tag-brackets - Sets bracket type and bracket color for selected tag.
      • tag-size - Sets size for the selected tag.
      • tag-font - Changes the format properties of the font: underline, italic, underline color.
      • tag-SizeAll - Unifies size of all the tags to selected size.
      • tag-ForceCap" - Makes it possible to force specific capitalisation of the selected tag. For example: VIPs instead of Vips, SUppOrT instead of Support and so on.

    nid hat eine neue Version hinzugefügt:

    nid
    15. April 2021 um 18:06
    Zitat

    Version 1.0.2:

    • Updates module to new game version - Eco 9.3. Fixes crash in new game version when using the module.
    • Adds new formatting options for the chat tag: Brackets type, bracket color, size, italic, underline, underline color.
    • Bracket type can be a pair of any selected characters: i.e. [ ], < >, * *, - - and so on
    • Default formatting of the tag will now capitalise all segments of the name, if it contains more than one word (for example My Supporters, instead of My supporters).
    • Added possibility to force specific capitalisation in the name, like VIPs, SuPpOrT etc.
    • Adds new commands:
      • tag-format - Sets formatting options for the selected tag. Allowing to set all tag formatting properties via one command.
      • tag-brackets - Sets bracket type and bracket color for selected tag.
      • tag-size - Sets size for the selected tag.
      • tag-font - Changes the format properties of the font: underline, italic, underline color.
      • tag-SizeAll - Unifies size of all the tags to selected size.
      • tag-ForceCap" - Makes it possible to force specific capitalisation of the selected tag. For example: VIPs instead of Vips, SUppOrT instead of Support and so on.

    nid added a new file:

    nid
    13. April 2024 um 15:26

    nid hat eine neue Datei hinzugefügt:

    nid
    13. April 2024 um 15:26