Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I believe there is a setting that each player can turn off in the damage logs settings menu.
"Enable RDM Manager popups upon RDM"
I don't think the addon supports disabling it fully for all players though.
If this is a feature you'd want, you can raise a GitHub issue for it
https://github.com/BadgerCode/tttdamagelogs/issues
For quite a few years Discord blocked Garry's Mod requests due to the very large number of requests from compromised clients.
You must the CHTTP Lua module (recommended) or use a proxy HTTP server (hard).
I dont know when this was written but this is not the case anymore. Was this changed so no external dll is needed? Are there plans on changing it?
I know another server using this with spectator deathmatch and I've not heard of any problems from them.
I haven't had reports of this on other servers.
Have you recently installed other addons?
Do you have a link to the Prop Blaster Grenade addon?
What problems are you experiencing?
Are there errors in the console?
I haven't tried out the MySQL integration for quite some time.
Is it just the issue around the round numbers being off by one?
Maybe there's a problem with using MySQL and the "Last round of the previous map" option.
Locally, I don't use MySQL (it uses Garry's Mod's built-in SQLite).
So that might be why I don't get the problem
This can be found within your garrysmod server files here
garrysmod/data/damagelog/damagelog_lastroundmap.txt
Maybe the addon is unable to write to this folder in your case for some reason?
You could try playing a round & then checking if this file exists at the end.
I've just tested the logs for the last round of the previous map and it seems to be working fine for me.
Does this always happen for you?
https://github.com/BadgerCode/tttdamagelogs/wiki/Configuring-the-damage-logs
You will need to add the role to the JSON config file
gmod_server/garrysmod/data/damagelog/config.json
Under the Permissions block
at first, i tried to put the role: "helper" as 3 (see damage logs in spectator mode). Didn't work, and then i put 4, didn't work too. What do I do? I need to put my helpers on the admin rank just for them to use the rdm manager, could you help me how to solve this (Yes I've put the roles the correct way on the config.lua folder )
Sorry I didn't see this message before.
I replied to your issue on the github page about bots not spawning as traitors/detectives with a potential fix for the addon.
https://github.com/BadgerCode/tttdamagelogs/issues/102
I've tried it with some bots myself and it seems to work fine.
But some more testing should probably be done before it can be approved.
However, I've ran into a bizarre issue. If I have TTT Damage Logs & RDM Manager loaded into my Workshop collection, when I play with bots (10 players in total including me) I'm always chosen as a traitor with no detective. I've not tried it with other players yet. If I remove the addon from the collection, the issue's resolved.
I even deleted the server and started from scratch but it still happens. I'm sure the server.cfg has default values.
Maybe unrelated but when I ran the addon for the first time on the server. First time I pressed F8 the RDM Manager etc would appear. However, after that it would load me into a single player sandbox mode with a random map. I had to type "unbind f8" in the console to restore the F8 functionality again.
Has anyone had this issue?
The latest version (3.8.0) contains a fix for that specific problem.
Regarding your config issues, are you modifying the config.json file?
https://github.com/BadgerCode/tttdamagelogs/wiki/Configuring-the-damage-logs
The other issue you've mentioned I've not seen before.
Does it happen often?
[ttt_damagelogs] addons/ttt_damagelogs/lua/damagelogs/shared/events.lua:74: attempt to index local 'tbl' (a nil value)
1. InfoFromID - addons/ttt_damagelogs/lua/damagelogs/shared/events.lua:74
2. ToString - addons/ttt_damagelogs/lua/damagelogs/shared/events/damages.lua:90
3. AddLogsLine - addons/ttt_damagelogs/lua/damagelogs/client/listview.lua:134
4. func - addons/ttt_damagelogs/lua/damagelogs/client/tabs/damagetab.lua:520
5. unknown - lua/includes/extensions/net.lua:38
Tracking the issue here:
https://github.com/BadgerCode/tttdamagelogs/issues/96
I have created a Github issue to track this problem
https://github.com/BadgerCode/tttdamagelogs/issues/95
when you type non-English characters(like korean or japanse..) in RDM Manager and send them, they come out broken. (looks like this: ������)
i dont have any problem in previous versione at least 3.1.0.
The workshop website could really do with modernising...
There's an configuration example [github.com] and more information about the permissions block [github.com] of the config.
If these links don't help, feel free to raise an issue on the code repository, with a copy of your config.json and I can take a look
https://github.com/BadgerCode/tttdamagelogs/issues
You have two options:
- Bind a key to the command damagelog
- Change the key used to open the damage log in the server config [github.com]
While the addon does support TTT2, there are a few areas that could do with improvement.
I don't think there is any configuration relating to the report prompt and TTT2 roles.
I think this is related to an open issue that someone else raised:
https://github.com/BadgerCode/tttdamagelogs/issues/67
thanks for the answer. Can I ask you something regarding TTT2.
If one of the new TTT2 roles (like jackal or necromancer) kill someone they get a prompt to report the person but killing ppl is what these roles are supposed to do. Is there any way to configure the mod so you don't get a report pop-up if your killer is such a role?
See
https://github.com/BadgerCode/tttdamagelogs/releases/tag/v3.6.0
Managing which roles have access to the RDM manager is done through the addon's configuration.
I am hoping to release a change in the next week or two, made by a community member, which will make this much easier.