- Joined
- Aug 15, 2018
- Messages
- 3
I encountered a mistake when I added a new steam ID. How can I solve this problem?
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!{
"Groups": {
"Admins": "",
"AnotherGroup": "/Game/PrimalEarth/UI/Textures/StatsIcons/Fortitude_Icon.Fortitude_Icon"
},
"SteamIds": {
"76561198321201783": "/Game/Mods/tubiaoico/icon/FuZhu12.FuZhu12"JSON:asdasd
"76561198321201783": "/Game/Mods/tubiaoico/icon/VIp8.VIp8"
}
}
"InterceptGlobalChat": true,
"InterceptTribeChat": true,
"InterceptAllianceChat": true,
"InterceptLocalChat": true,
"LogGlobalChat": true,
"LogTribeChat": true,
"LogAllianceChat": true,
"LogLocalChat": true,
"LocalChatDistance": 4000,
"Debug": false
}
I encountered a mistake when I added a new steam ID. How can I solve this problem?
{
"Groups": {
"Admins": "",
"AnotherGroup": "/Game/PrimalEarth/UI/Textures/StatsIcons/Fortitude_Icon.Fortitude_Icon"
},
"SteamIds": {
"76561198321201783": "/Game/Mods/tubiaoico/icon/FuZhu12.FuZhu12",
"76561198321201783": "/Game/Mods/tubiaoico/icon/VIp8.VIp8"
},
"InterceptGlobalChat": true,
"InterceptTribeChat": true,
"InterceptAllianceChat": true,
"InterceptLocalChat": true,
"LogGlobalChat": true,
"LogTribeChat": true,
"LogAllianceChat": true,
"LogLocalChat": true,
"LocalChatDistance": 4000,
"Debug": false
}
I have the same problem.logMessage does not support UTF-8Zachar543 submitted a new resource:
Chat Icons - Allows Chat Icons by Permission Groups and/or Steam IDs
Read more about this resource...
I have the same problem.logMessage does not support UTF-8
ArkApi::GetApiUtils().GetShooterGameMode()->PrintToServerGameLog(&logMessage, false);
I created a test server in that machine and the Icons plugin works fine.I have a problem while starting server: (entry-point-not-found)
I could start my x100 the center server, but not my x10 CLUSTERS (they are in a different PC than the x100)
View attachment 713
Which version of ARK API are you using on both sets of servers? I started using the IArkApi::GetPlayerID method (from that error) a few version back that could be causing that.I created a test server in that machine and the Icons plugin works fine.
I think the problem are the cluster servers
Fixed with Server Api V2.7. I was using the V2.5Which version of ARK API are you using on both sets of servers? I started using the IArkApi::GetPlayerID method (from that error) a few version back that could be causing that.
How far are you with the getchat ?Which version of ARK API are you using on both sets of servers? I started using the IArkApi::GetPlayerID method (from that error) a few version back that could be causing that.
I can definitely look into it, but it's likely to take a long time since it's non-trivial.Can you make a "Coloured Name" option?
{
"Permission":"VIP",
"ImagePath":"/Game/Aberration/Icons/Resources/Gem_Icon.Gem_Icon",
"NameColour":[
0.2667,
0.9882,
0.6392,
1.0000
]
},
Sadly, I haven't gotten any further. The method I am using to add the icons also prevents the messages from being added to the RCON chat buffer, and I haven't found a good way to add the chat back into the buffer.How far are you with the getchat ?
These are known issues at the moment, but I've been busy with work and other projects, so I haven't had time to put into it. UTF-8 support is currently an issue, but chat logs showing in RCON should only be a problem for the "getchat" RCON command, "getgamelog" should work fine.After installing the plug-in, the CMD window cannot display Chinese, and the RCON window will not display any chat information. Can this problem be solved?
It depends, do you mean https://github.com/spikeydragoon/Cross-Ark-Chat (isn't really a plugin, more of a Discord bot) or https://github.com/ark-mod/ArkCrossServerChat?not to be a bug but any update onto the issue of cross ark chat messing up this plugin?
These are known issues at the moment, but I've been busy with work and other projects, so I haven't had time to put into it. UTF-8 support is currently an issue, but chat logs showing in RCON should only be a problem for the "getchat" RCON command, "getgamelog" should work fine.
It depends, do you mean https://github.com/spikeydragoon/Cross-Ark-Chat (isn't really a plugin, more of a Discord bot) or https://github.com/ark-mod/ArkCrossServerChat?
If you mean https://github.com/spikeydragoon/Cross-Ark-Chat:
It's likely the RCON "getchat" issue. If that's the case, in-game chat should work normally, but the Cross-Ark-Chat bot won't get any chat logs.
If you mean https://github.com/ark-mod/ArkCrossServerChat:
Sadly, this isn't something I can fix purely on my side. Since both plugins use the same method of intercepting and modifying chat, they are incompatible at the moment. It is possible to fix with a code change in ArkCrossServerChat, but only if you have HideServerTagOnLocal set to true (default). I submitted an issue including code changes to ArkCrossServerChat's developer, but they appear to be inactive and haven't looked at it yet: https://github.com/ark-mod/ArkCrossServerChat/issues/6
I made code changes to the existing plugin so that it works with this plugin (assuming you have "HideServerTagOnLocal": true in your config) in a fork of ark-mod's repository (Here). I may be able to upload the compiled version somewhere (probably on the fork's releases page) if needed, but the best thing would be to build it from source if possible.https://github.com/ark-mod/ArkCrossServerChat is what im referring to. Is there any alternative or work around you can think of? Id be willing to pick in some $ if you remade the cross server chat plugin.
Zach as for the getChat buffer michidu has a section thats added into the new arkapi version that will allow you to add stuff to the buffer.I made code changes to the existing plugin so that it works with this plugin (assuming you have "HideServerTagOnLocal": true in your config) in a fork of ark-mod's repository (Here). I may be able to upload the compiled version somewhere (probably on the fork's releases page) if needed, but the best thing would be to build it from source if possible.
It looks like the original repository now says they are looking for a new primary maintainer, so hopefully someone picks this up and reviews the pull request so the official repository can be updated.
Where do you see that? I should be able to update both plugins today if that's the case.Zach as for the getChat buffer michidu has a section thats added into the new arkapi version that will allow you to add stuff to the buffer.
He told me api is still ver 2.6 toughWhere do you see that? I should be able to update both plugins today if that's the case.
a compiled version would be awesome.I made code changes to the existing plugin so that it works with this plugin (assuming you have "HideServerTagOnLocal": true in your config) in a fork of ark-mod's repository (Here). I may be able to upload the compiled version somewhere (probably on the fork's releases page) if needed, but the best thing would be to build it from source if possible.
It looks like the original repository now says they are looking for a new primary maintainer, so hopefully someone picks this up and reviews the pull request so the official repository can be updated.
We use essential cookies to make this site work, and optional cookies to enhance your experience.