Iam playing multiplayer with a bigger count of players, but sometimes their happen weird things, in other word: griefing.
In Starcraft you can see which player crafted what at wish time, this i would like to see here too, a crafting log to follow what player crafted stuff (by hand).
Also some gamecommands shouldnt disable achivements like game speed or disable handcrafting (by setting it to 0 for infinite duration for example)
Actually you can see place stuff and randomly turns belts, but you cant see who removed part of infrastructure like rails, belts, spltters.
Need logging function
Moderator: ickputzdirwech
Re: Need logging function
Log:
I think that could be also griefed: I place 100,000 walls. Have fun searching the logs for the one thing I have griefed.
Or in other words: Unlike Starcraft in Factorio you can do factor 10 to 1000 more actions per minute.
This suggestion might be useful, but needs more input!
Not disabling commandline completely:
You mean: There should be specialized commands for this, like /color etc...
I think that could be also griefed: I place 100,000 walls. Have fun searching the logs for the one thing I have griefed.
Or in other words: Unlike Starcraft in Factorio you can do factor 10 to 1000 more actions per minute.
This suggestion might be useful, but needs more input!
Not disabling commandline completely:
You mean: There should be specialized commands for this, like /color etc...
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
- GlassDeviant
- Fast Inserter
- Posts: 170
- Joined: Wed Feb 11, 2015 1:51 am
- Contact:
Re: Need logging function
Maybe some sort of count for repeating actions, rather than logging each one individually.
- GD
Sorry if my posts are becoming difficult to read, my typing ability is rapidly deteriorating due to a nerve disorder. I try to clean them up before posting but don't always get every last typo.
Sorry if my posts are becoming difficult to read, my typing ability is rapidly deteriorating due to a nerve disorder. I try to clean them up before posting but don't always get every last typo.
Re: Need logging function
Ok, hm, I remove 1000 rails. Now prove me that the one rail I took was from another player.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Need logging function
off the top of my head. assuming last_user isn't changed Could be cleaned up a lot better. But I am typing sideways on a laptop,ssilk wrote:Ok, hm, I remove 1000 rails. Now prove me that the one rail I took was from another player.
script.on_event(defines.events.removed_event)
line = event.entity.name .. event.entity.last_user ..event.player_index
if line == temp then
count = count + 1
else
log(player.."removed"..count..line)
count = 0
temp=line
end
Granted there are ways around this. I really wish they left in built_by when they added last_user as they mean totally different things.
Re: Need logging function
Well. In the log it would just state (player Griefmaster has removed 100 rails consecutively(within X time of eachother) and built 500 walls. ) and it could keep info as to where on the map this happened. Then the moderator can check and make the call.
There are no absolutes. I live knowing I could always be wrong, but with confidence that I could also be right.
Re: Need logging function
I even would spend time and watch a replay to see what happened there. But actually a griefer can grief and there is absolutly no way find the culprit.
The log could also be filtered by location like show me what happened in the last 5 minutes in the area X=10 - X=20; Y=10 - Y20.
The log could also be filtered by location like show me what happened in the last 5 minutes in the area X=10 - X=20; Y=10 - Y20.
Re: Need logging function
Aha, that was, what I was aiming with my examples: It is too much afford to look through hundreds lines of logfiles.
You need to look at what players do before you log it.
A mod, that helps with griefing.
[And I think also from the other side: Players need to allow other players to do things, before the action is really done.
But that is another suggestion. ]
You need to look at what players do before you log it.
A mod, that helps with griefing.
[And I think also from the other side: Players need to allow other players to do things, before the action is really done.
But that is another suggestion. ]
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...