Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

>>> List of Games (that work/don't work) #47

Open
lacymorrow opened this issue Jan 28, 2021 · 40 comments
Open

>>> List of Games (that work/don't work) #47

lacymorrow opened this issue Jan 28, 2021 · 40 comments
Labels
Discussion help wanted Extra attention is needed

Comments

@lacymorrow
Copy link
Owner

lacymorrow commented Jan 28, 2021

Fortnite
✔ Works in Windowed and Windowed Fullscreen mode
❌ Doesn't work in Fullscreen mode

@benjaminaudet
Copy link

benjaminaudet commented Jan 29, 2021

Rust

  • Works in Windowed Fullscreen mode
  • Doesn't work in Fullscreen mode

@FindingEDENxo
Copy link

Halo: The Master Chief Collection

  • Works Borderless
  • Works Windowed
  • Doesn't work Fullscreen

@KeSaite
Copy link

KeSaite commented Feb 20, 2021

Metro Exodus Gold Edition

  • It doesn't work under any circumstances

@KeSaite
Copy link

KeSaite commented Feb 22, 2021

Tom Clancy's The Division 2

  • Works in Windowed Fullscreen mode

  • Doesn't work in Fullscreen mode

@GirkovArpa
Copy link

GirkovArpa commented Mar 23, 2021

Deceit

Windows 10

  • Works in Windowed mode
  • Doesn't work in Fullscreen mode

Solution (Windows-only)

Install AutoHotKey and run this script with it (save it as script.ahk and double-click it):

space::Winset, Alwaysontop, , CrossOver

Once in-game, pressing space should put the crosshair over the screen, even in fullscreen mode.

I optimistically presume this should work for any fullscreen game on Windows where the overlay doesn't normally stay on top.

AutoHotKey scripts can be compiled to a 0.5mb executable, so it might be worth considering including such a program in the Windows release.

@lacymorrow
Copy link
Owner Author

Thanks @GirkovArpa, I'll make a note of the AHK workaround.

@lassevk
Copy link

lassevk commented Apr 15, 2021

Empyrion: Galactic Survival

Works in windowed mode
Untested full screen

@Pavalis
Copy link

Pavalis commented Apr 19, 2021

Destiny 2

Works great in full screen, makes it way easier to line up those sniper shots

@DeadwithIce
Copy link

DeadwithIce commented May 17, 2021

Apex Legends

  • Works in windowed mode with border/borderless
  • Doesn't works in fullscreen mode even using AHK

@Hennricko
Copy link

Call of Duty: Modern Warfare (2019) a.k.a. "Warzone"

  • Works fine in windowed borderless
  • Doesn't work in fullscreen (even with tricks ; when you can see the crosshair the game is frozen as if you're tabbed out)

Tried it in multiplayer (main reason for getting it) and battle royale mode.

Whether or not I get banned for this, we'll see. But considering actual cheaters with Engine Owning or the like keep their accounts seemingly forever without repercussions, I doubt anything's gonna happen. If something does happen I'll edit this with a warning to not use it for this game.

@lacymorrow
Copy link
Owner Author

Nah @Hennricko you won't get banned for this, it doesn't hook into any part of the game and devs have never gone after these simple image-display apps. Just don't use it in a tournament!

Thanks for the info!

@stefa-n
Copy link

stefa-n commented Jul 2, 2021

Dead by Daylight
Works in Windowed
Works in Fullscreen

@rosesware
Copy link

Dead by Daylight
Works in Windowed
Works in Fullscreen

Not in stretch resolutions.

@stefares
Copy link

stefares commented Aug 4, 2021

Dead by Daylight
Works in Windowed
Works in Fullscreen

Not in stretch resolutions.

That's from you. I stretch my res too.

@denusklo
Copy link

Deceit

Windows 10

  • Works in Windowed mode
  • Doesn't work in Fullscreen mode

Solution (Windows-only)

Install AutoHotKey and run this script with it (save it as script.ahk and double-click it):

space::Winset, Alwaysontop, , CrossOver

Once in-game, pressing space should put the crosshair over the screen, even in fullscreen mode.

I optimistically presume this should work for any fullscreen game on Windows where the overlay doesn't normally stay on top.

AutoHotKey scripts can be compiled to a 0.5mb executable, so it might be worth considering including such a program in the Windows release.

This won't work on CS 1.6...

@abdhan
Copy link

abdhan commented Aug 10, 2021

Counter Strike 1.6

  • Works in Windowed Mode.

  • Not working in Full Screen Mode.

@Rai-ST
Copy link

Rai-ST commented Sep 26, 2021

Call of Duty Black Ops Cold War

  • ✔ Works in Windowed Windowed Fullscreen Multi-Monitor mode
  • ❌ Doesn't work in Fullscreen mode
  • AutoHotKey not tested

@Xyde
Copy link

Xyde commented Oct 24, 2021

Overwatch October 12, 2021 Patch
✔ Works in Windowed and Windowed Fullscreen mode
❌ Doesn't work in Fullscreen mode (tested with AutoHotKey)

@bowiprabono
Copy link

Phasmophobia
✔ Works in Windowed and Fullscreen mode

@liemle82
Copy link

Escape From Tarkov
✔ Works in Windowed Fullscreen mode
❌ Doesn't work in Fullscreen mode

@rknDA1337
Copy link

rknDA1337 commented Nov 27, 2021

CS:GO / Counter-Strike: Global Offensive
✔ Works in Windowed
❌ Doesn't work in Fullscreen mode
Works in Fullscreen mode with ahk script - Tested in MM, trusted mode, a few games.

Made my own crosshair since at 1440p the current crosshairs get quite blurry due to their small standard size. (I don't usually play at this resolution, don't yell). Currently on a Gigabyte monitor with these fancy draw-your-own-x-hair (better than any others I guarantee you), so I've had a hard time finding the will to upgrade it since I'd lose my perfect (for me) 1.6 crosshair, which is why I found this wonderful repo! Thank you for all your hard work so far! I'll upload my basic crosshair that is larger than the defaults, in case there's a hardcore "old-school" Counter-Strike static crosshair fan out there, until svg support is here:

1.3-1.6-green high-res

It's not by any means perfect or fancy, but at only 250x250 pixels it works great (64x64 is the default I think), I set the size in CrossOver to 50 for a non-blurry good size for me (you do you). Uneven numbers = higher risk of blur? (correct me if I'm wrong).

edit: removed svg suggestion wall of text, SVG support (vector) is being worked on/in the pipe, see reply below

(PS I bound my ahk script to "Home" instead of "space", since it's actually a toggle (might be my version of AHK, á the latest(?)), since space=jump natively, it would toggle it on and off a lot. To change it, just replace the word 'space' with 'Home' in the script. Google for other keys to use, they may have specific names in AHK; I just happen to not have anything else set to Home for now)

PPS. If started as administrator, drag-n-dropping your own crosshair does not work. Found this out the slow way ^^ Also sorry for the overkill comment that became somewhat off-topic

@lacymorrow
Copy link
Owner Author

@rknDA1337 Working on it, tracking in #121

@Killer-931
Copy link

Escape from Tarkov

No Longer Works anymore, game detects it and ejects you from the game.
Can reconnect with CrossOver disabled.

@lacymorrow
Copy link
Owner Author

Wooow, really?? @Killer-931 do you know if you had any Crosshair actions enabled? (hide-on-ads, tilting, follow-mouse)

@Deiecee
Copy link

Deiecee commented Dec 8, 2021

Yes; did the same for me! started throwing me out of the game about three days back, with crossover enabled; once disabled, it allowed me back in to the game. When it kicks you, the screen says that the game has detected crosshair application.

@lacymorrow
Copy link
Owner Author

It's a sad day :(
This is officially the first game to actively block CrossOver so I can only expect that more games will follow.

Thanks for flagging @Killer-931, @Deiecee

@lacymorrow lacymorrow added the help wanted Extra attention is needed label Mar 7, 2022
@lacymorrow lacymorrow changed the title List of Games (that work/don't work) *** List of Games (that work/don't work) Mar 7, 2022
@lacymorrow
Copy link
Owner Author

Escape from Tarkov issues are being tracked here: #128

@Killer-931, @Deiecee

@lacymorrow lacymorrow changed the title *** List of Games (that work/don't work) >>> List of Games (that work/don't work) May 3, 2022
@SebastienDuruz
Copy link

Planetside 2
✔ Works in Windowed and Windowed Fullscreen
❌ Doesn't work in Fullscreen

@shockpast
Copy link

shockpast commented Sep 4, 2022

Left 4 Dead 2.

  • Works in Windowed and Windowed Fullscreen.
  • Doesn't work in Fullscreen.

Fullscreen may not actually work on the most up-to-date Source Engine (such as CS:GO, L4D2 and TF2), this is only my theory.

@lacymorrow
Copy link
Owner Author

Crossover doesn't work with fullscreen apps, see #64.

Thanks for posting these results!

@MataSundic
Copy link

Counter-Strike:Global Ofensive
✔ Works in Windowed mode
❌ Doesn't work in Fullscreen and Windowed Fullscreen mode

@kasim393
Copy link

kasim393 commented Aug 6, 2023

GTFO
✔ Works in Fullscreen window, Maximized window, Windowed mode
❌ Doesn't work in Exclusive Fullscreen window

@a0193143
Copy link

CS 2 / Counter-Strike: 2
✔ Works in Windowed
❌ Doesn't work in Fullscreen mode
❌ Doesn't work in Fullscreen mode with AHK script

@lacymorrow
Copy link
Owner Author

Thanks everyone!

@BoomsiFTW
Copy link

BoomsiFTW commented Dec 22, 2023

Cyberpunk2077
❌ Doesn't work. CrossOver v3.3.4 does not stay top most

@crisedfx
Copy link

Sea of Thieves
❌ Works, but can get you banned (experienced first hand lol)

@stefa-n
Copy link

stefa-n commented Mar 17, 2024

Sea of Thieves ❌ Works, but can get you banned (experienced first hand lol)

Banned for using Crossover? I think that's a first one, right?

@lacymorrow
Copy link
Owner Author

@crisedfx Can you tell us more about your ban?

Congratulations! 🥇
You are officially the first person to be banned from any game for using CrossOver
I'm sorry you were banned, thank you for reporting it here. Maybe email them and send them to this thread?

@crisedfx
Copy link

@crisedfx Can you tell us more about your ban?

Congratulations! 🥇 You are officially the first person to be banned from any game for using CrossOver I'm sorry you were banned, thank you for reporting it here. Maybe email them and send them to this thread?

Hey, I got in contact with them via a ticket to ask why I got banned from Sea of Thieves, to which they replied that I got banned for using third party software to gain an advantage. They did not specify anything in particular nor give me any other info as it was just a support agent responding, and closed the ticket afterwards. I am 100% certain they referred to CrossOver as it’s the only third party program I have installed (fresh PC). The ban is temporary though as I didn’t get banned for cheating/exploiting. That’s about all the info I have.

@Whitebrim
Copy link

Hunt: Showdown work in windowed mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests