Cheating in SupcomFA

@speed2 Can you customise the interface that FAF lobby loads? Or detect when a UI mod is selected?

I guess one implementation since we have a blacklist, is to blacklist all UUID apart from a specific set of them.

Now the only question is UUID verification.

You can customize it but it always have to load the base game files. If you ban everything, you can always alter the base game files. At this point UI modding is prolly killed. But then you can try to verify if the base game files werent modified, but you can always go around it one way or another. And its a lot of work for no real gain.

You can implement any UI mod directly into the base game files and no one would know, so any checks of UID of the mods is not a valid option.

It takes 2 second to change mods UID to fit the one from the whitelist. And you will never tell it was modified

Speed; doesn’t nx2 files get changed whenever the game detechs, a difference between them and the host files? Or you mean base base game files?

I’m a shitty 1k Global. Any balance or gameplay suggestions should be understood or taken as such.

Project Head and current Owner/Manager of SCTA Project

Client, not the game, but then you can build your own client version that wont care. Right now, just changing the files to read only does the job.

You keep giving the same argument that they'll just replace an implemented UI mod with their modified mod, and then change over the UUID. My suggestion is that the client detects when a game is loaded and calls for a access token that is then generated by the integrated mods. When a game is issued as ranked, UI mods themselves are locked out from loading or being selected.

You can do exactly the same thing for the client, when they first log into the server to avoided non-authorised clients. Sure they can still go and hack the client, but at this point cheating is very difficult, and the community is to small for any sort of wide spread support the production of cheating mods that take that sort of effort.

As it stands anyone with basic knowledge of LUA can right now make a cheated UI mod and implement it with 0 restrictions. What I'm suggesting is not a "full proof" way. Its an "idiot proof" way. Basically it locks out idiots from being able to cheat the game.

You wouldn't even need an overly complex encryption key and you can base it fully on in game values, such as user ID. Parse the user name of the individual and then push it through an encryption module to generate a key that is then collected or sent to the server. As the server also has the user ID available it can do the same and match the code.

The qualm about work required is irrelevant. I'd be happy to contribute so long as I know it'd get implemented into the client.

You need just a basic knowledge of Lua to create a simple mod. You need more to make a decent mod and you need to know the game quite well to create a cheating mod.
You twisted idea of cheating mods is your thing, but I doubt you'll manage to change FAF to support your crusade against UI mods.

Speed, you calling SCTA not a decent mod! /SarcasmEmojiThatDoesn'tExist

I’m a shitty 1k Global. Any balance or gameplay suggestions should be understood or taken as such.

Project Head and current Owner/Manager of SCTA Project

Psions, what UI mods do you see as being cheating?

What you suggest is the equivalent of a no-cd protection. And these get hacked, even without being open source.
But the game files are open source and so is the client. We can spend 100 hours in building a solution, and it takes like 1 hour to remove it again.

"Nerds have a really complicated relationship with change: Change is awesome when WE'RE the ones doing it. As soon as change is coming from outside of us it becomes untrustworthy and it threatens what we think of is the familiar."
– Benno Rice

Would it be possible to increase the volume of acu teleport sound, or add a ping to the teleport in and teleport out animation and / or change the animation to a crossmark that covers a large area? Asking for a friend.

No. Just git gut scrub.

Joining in here to support Speed2 - you can quite literally add in files to the base game that hook into files with no way to detect their changes if these changes are UI-related. And if you can detect them then it is some lua code that is doing the detecting, which can be easily removed too.

To hook into (hurr) your example on snipe warnings: correct me if I am wrong but as far as I can see you cannot make such a system. You can see what the UI can access from the engine at:

Searching for units in the sim (as your post suggests) is not part of that.

You can find all kinds of (interesting) UI capabilities when inspecting files in /lua/ui, of which some (indirectly) do influence the sim - such as pausing units or changing the priorities of units.

I do agree that there should be a discussion on whether we make some of the UI mods more commonly known, such as Advanced Target Priorities (ATP) (that even without CPU sniping can still have a major impact). More commonly known in terms of: users get prompted for the existence of the mods on their first launch of the client, there is some tutorial / guide that tells these mods exist and that gets prompted on the first launch or they are automatically downloaded from the vault on your first launch so that if you ever scroll through the list of mods, you'll see them in there.

I'm not sure how applicable this is (and how desirable), but I think the existence of these type of UI mods should be communicated somehow. Not knowing about / not using a UI mod like ATP does give you a distinct disadvantage in my opinion, which can feel unfair.

A work of art is never finished, merely abandoned

If it is felt that advanced target priorities is good for new players, then it gets integrated.

If it is felt that it isn't, then it stays as a mod.

Introducing new players to it as a ui mod defeats the whole purpose of it being separate. Now you give focus to this UI mod as something new players need to get better, when really it couldn't be a worse thing to focus on. It's like worrying about the title of your book when you can't even string two coherent thoughts together.

@Jip keyser had a thread on the old forums about ui mods, having something like that in the new ones and maybe as a side link on the news in the client might be enough to let everyone know about them?

On that note, about the ATP that was integrated into FAF some time ago (the infamous snipe mode), is there any specific documentation on how the target priorities actually change when it is enabled?

Last time I tried to look for that I just got utterly lost.

@FtxCommando: I absolutely agree that it is not the place to start learning the game and it is not what I intended to say but I get how you can read that out of it. I just think players should be informed that these mods exist at some point in some manner. It is hard to deny that these UI mods give you a distinct advantage in certain situations, therefore notifying players is only fair.

@deletethis: That is pretty much what I mean, but then more easy to find!

A work of art is never finished, merely abandoned

@Jip said in Cheating in SupcomFA:

@deletethis: That is pretty much what I mean, but then more easy to find!

A news post was made for that thread. It's now in the pinned news post of the news hub. We can always improve it and try to display it in a better way (automatic pm at 100 games or something similar), but it don't have a lot of idea on how to display that kind of stuff in a better way.

You're right - it is in there! Well, then I'm all good. It is there for those that care. A PM of some kind would be good too - to show people there's more than they think there is.

A work of art is never finished, merely abandoned

It seems to make a lot of sense if you received a pm with some handy links upon reaching some rating threshold for the first time. e.g., "Congratulations on reaching 800 rating for the first time! Here's some UI mods that players around your rating find helpful" with a link to chef Keyser's UI recipe. That way you don't overwhelm beginners but still keep players informed.