ItsMods

Full Version: GUID in log
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Would it be possible to code a plugin that adds the player's GUID to the log in addition to the XUID? This would be handy in banning players after the fact, like if someone in my community were to post evidence of a cheater.
(03-20-2012, 13:16)GrossKopf Wrote: [ -> ]Would it be possible to code a plugin that adds the player's GUID to the log in addition to the XUID? This would be handy in banning players after the fact, like if someone in my community were to post evidence of a cheater.
MW3 didn't uses GUID method I think it was only used in COD4.
MW3 uses XUID, it is pretty much the same thing.
(03-20-2012, 15:48)yamraj Wrote: [ -> ]MW3 didn't uses GUID method I think it was only used in COD4.

Maybe I'm confused, I'm not sure, but the alpha-numeric that is put in the permanent_ex.ban file is not the XUID. For example:

8E3ECBA4B090C350EBC0852A=128.73.99.135 (Rakan)

However, here's the entry in the log, showing him being banned and it say "GUID" but it's not the same alpha-numeric in the ban file:

[04:14:41] "Rakan" (guid "0110000105097d34") was kicked for cheating.

I need to know if it's possible to write a plugin that adds whatever that alpha-numeric is in ban file.
i guess it should be possible to use @SuperNovaAO permban plugin somehow, that we used in mw2

http://www.itsmods.com/forum/Thread-PermBan-v1-2.html
(03-20-2012, 18:25)d0h! Wrote: [ -> ]i guess it should be possible to use @SuperNovaAO permban plugin somehow, that we used in mw2

http://www.itsmods.com/forum/Thread-PermBan-v1-2.html

Thanks but I don't know anything about coding mods. I wouldn't even know where to start with that.
(03-20-2012, 18:49)GrossKopf Wrote: [ -> ]
(03-20-2012, 18:25)d0h! Wrote: [ -> ]i guess it should be possible to use @SuperNovaAO permban plugin somehow, that we used in mw2

http://www.itsmods.com/forum/Thread-PermBan-v1-2.html

Thanks but I don't know anything about coding mods. I wouldn't even know where to start with that.

i just meant that it could be probably doable if either Nova releases the source or if he would release it as a mw3 plugin directly
Anyone else have any idea?
(03-20-2012, 18:06)GrossKopf Wrote: [ -> ]
(03-20-2012, 15:48)yamraj Wrote: [ -> ]MW3 didn't uses GUID method I think it was only used in COD4.

Maybe I'm confused, I'm not sure, but the alpha-numeric that is put in the permanent_ex.ban file is not the XUID. For example:

8E3ECBA4B090C350EBC0852A=128.73.99.135 (Rakan)

However, here's the entry in the log, showing him being banned and it say "GUID" but it's not the same alpha-numeric in the ban file:

[04:14:41] "Rakan" (guid "0110000105097d34") was kicked for cheating.

I need to know if it's possible to write a plugin that adds whatever that alpha-numeric is in ban file.
I made a plugin that shows 011000010509blah and there name when they join on the console. dunno how to make log to a file tho

I really need a player log plugin too! The one in the plugin packs is not working.
Pages: 1 2 3