Jump to content

Recommended Posts

  • ED Team
Posted
Home fries you should also know that least a few of the more common server hosts do talk in the background and share information on really flagrant cheaters. My lists are available to anyone who asks for them. Well server hosts Anyway

 

 

I think that is a reasonable thing for server admins to do as well.

64Sig.png
Forum RulesMy YouTube • My Discord - NineLine#0440• **How to Report a Bug**

1146563203_makefg(6).png.82dab0a01be3a361522f3fff75916ba4.png  80141746_makefg(1).png.6fa028f2fe35222644e87c786da1fabb.png  28661714_makefg(2).png.b3816386a8f83b0cceab6cb43ae2477e.png  389390805_makefg(3).png.bca83a238dd2aaf235ea3ce2873b55bc.png  216757889_makefg(4).png.35cb826069cdae5c1a164a94deaff377.png  1359338181_makefg(5).png.e6135dea01fa097e5d841ee5fb3c2dc5.png

Posted (edited)
I'm not so sure the identity of the individual should be the primary focus of the issue. One individual can turn into many. I think the last thing we need is developers allocating their resources to fighting cheaters. I say let this guy do his thing, hopefully we can use this person to develop a sound way of preventing cheaters. Since we already know who he is and it's obvious he's persistent on trying to join the server, it seems like a perfect way to test methods of banning this guy from the server permanently.

 

 

^^this...i didnt make his name puplic, because first of all, it would be against the forum rules, but for me more importantly, it doesnt really matter...what matters is how he is doing it...besides, maybe this guy changes his mind one day, and want to become a loyal customer, and fair player...so i dont want to make his name puplic...even if i did, it wouldnt really help, as he is changing names when he wants to...but we are in contact with other server owners,exchanging such incidents, and work together.

 

i also recorded the whole incident, and i have a ~40minute video of him on my harddrive, and i also posted a snippet of the video on our forums...but it serves no purpose to post it here...

the fact, that he didnt buy any of the modules, but still is able to fly all of them online+using adjusted flight models and sneaking through integrity checks is concerning, even more for ED than for their customers i think.

Edited by 9./JG27 DavidRed
Posted

Sorry to join this discussion late...

 

We have been trying to gather some more info before deciding which approach to take on this issue. The guy has claimed many things but none are known to be truths besides the fact that he is exploiting certain elements of the sim, specifically in MP. "Banning" him has had limited results and since he is a member of these forums we would like to resolve this issue as opposed to going to war with him. I think what worries me the most is the big picture issue here. Trying to permanently ban or punish one guy will not resolve this vulnerability. I am assuming this is a known issue from EDs perspective as we have already witnessed it occurring twice now where someone has repeatedly defeated attempts to ban based on IP & UCID. And in the most recent situation, elements of the flight model are also suspected of being altered.

 

Lines of communication between server admins are open again. Now hopefully we can initiate an action on the dev side to determine the scope of the problem.

[sIGPIC][/sIGPIC]

[Dogs of War] WWII COMBAT SERVER | P-51D - FW190-D9 - Me109-K4

Visit Our Website & Forum to Get More Info & Team Speak Access

Posted
thx frostie!!

we will give that a try...are those integrity checks avoiding graphical mods in any way?

 

Sorry David in that integrity check list I posted the other week I accidently duplicated a line. I don't think it causes any ill effect but just letting you know.

 

"Scripts/Aircrafts/_Common/customhuman.lua", once near the top and a duplicate at the bottom.

 

--------------------------------------------------

integrity_check = {

"Config/Weapons",

"Config/Effects/ParticleSystem2",

"Config/World",

"Scripts/compile.lua",

"Scripts/Aircrafts/_Common/customhuman.lua",

"Scripts/Database/db_sensors.lua",

"Scripts/Database/db_weapons.lua",

"Scripts/Database/db_weapons_data.lua",

"Scripts/Database/HelicopterConst.lua",

"Scripts/Database/PlaneConst.lua",

"Scripts/Database/SFM_Data.lua",

"Scripts/Database/scripts",

"Scripts/Aircrafts/_Common/customhuman.lua",

--------------------------------------------------

 

Just remove the bottom one so it looks like this:

 

--------------------------------------------------

integrity_check = {

"Config/Weapons",

"Config/Effects/ParticleSystem2",

"Config/World",

"Scripts/compile.lua",

"Scripts/Aircrafts/_Common/customhuman.lua",

"Scripts/Database/db_sensors.lua",

"Scripts/Database/db_weapons.lua",

"Scripts/Database/db_weapons_data.lua",

"Scripts/Database/HelicopterConst.lua",

"Scripts/Database/PlaneConst.lua",

"Scripts/Database/SFM_Data.lua",

"Scripts/Database/scripts",

--------------------------------------------------

 

Also see this post for what we're using on our server.

http://forums.eagle.ru/showpost.php?p=2072422&postcount=67

"[51☭] FROSTIE" #55 'Red 5'. Lord Flashheart

51st PVO "Bisons" - 100 KIAP Regiment

Fastest MiG pilot in the world - TCR'10

https://100kiap.org

  • 2 months later...
Posted
Sorry David in that integrity check list I posted the other week I accidently duplicated a line. I don't think it causes any ill effect but just letting you know.

 

"Scripts/Aircrafts/_Common/customhuman.lua", once near the top and a duplicate at the bottom.

 

--------------------------------------------------

integrity_check = {

"Config/Weapons",

"Config/Effects/ParticleSystem2",

"Config/World",

"Scripts/compile.lua",

"Scripts/Aircrafts/_Common/customhuman.lua",

"Scripts/Database/db_sensors.lua",

"Scripts/Database/db_weapons.lua",

"Scripts/Database/db_weapons_data.lua",

"Scripts/Database/HelicopterConst.lua",

"Scripts/Database/PlaneConst.lua",

"Scripts/Database/SFM_Data.lua",

"Scripts/Database/scripts",

"Scripts/Aircrafts/_Common/customhuman.lua",

--------------------------------------------------

 

Just remove the bottom one so it looks like this:

 

--------------------------------------------------

integrity_check = {

"Config/Weapons",

"Config/Effects/ParticleSystem2",

"Config/World",

"Scripts/compile.lua",

"Scripts/Aircrafts/_Common/customhuman.lua",

"Scripts/Database/db_sensors.lua",

"Scripts/Database/db_weapons.lua",

"Scripts/Database/db_weapons_data.lua",

"Scripts/Database/HelicopterConst.lua",

"Scripts/Database/PlaneConst.lua",

"Scripts/Database/SFM_Data.lua",

"Scripts/Database/scripts",

--------------------------------------------------

 

Also see this post for what we're using on our server.

http://forums.eagle.ru/showpost.php?p=2072422&postcount=67

 

would it be possible to check whether guys are using adjusted LOD models in /Bazar/World/Shapes ??

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...