DatLag

Results 30 comments of DatLag

This doesn't work. But even if it did, everything is searched and then filterd out. (No performance advantage) And you can build a filter by yourself (e.g. a specific string...

When @adroitandroid creates Release v2.0 you can use it like this: ### Kotlin ```kotlin val nearDiscovery = NearDiscovery.Builder() .setContext(this) .setDiscoverableTimeoutMillis(DISCOVERABLE_TIMEOUT_MILLIS) .setDiscoveryTimeoutMillis(DISCOVERY_TIMEOUT_MILLIS) .setDiscoverablePingIntervalMillis(DISCOVERABLE_PING_INTERVAL_MILLIS) .setDiscoveryListener(getNearDiscoveryListener(), Looper.getMainLooper()) .setFilter(Regex("printer.tcp")) // shows only devices with...

No problem. I could use that and the results are the same. (File and Path)

Yeah I allready tried this but got an error: **MainClass fxlauncher.Launcher not found** `java.lang.NoClassDefFoundError: javafx/application/Application` I'm not sure if this depends on my Application class, located in src/main/kotlin tried **MainApplication**...

Any progress on this @Bakkes ?

Since Rocket League can only be used with Proton without restrictions, you can theoretically start BakkesMod with protontricks. # Usage ### Step 1 Installs [winetricks](https://github.com/Winetricks/winetricks) and [protontricks](https://github.com/Matoking/protontricks) ### Step 2...

I got BakkesMod fully working after @Bakkes mentioned that Proton is using a diffrent `d3dcompiler.lib` Thanks for that by the way ### Additional Step After following my above steps, you...

@BishopT If you follow my steps exactly you will get it to run but it is practically useless as it is extremely laggy.

@BishopT D9VK launch option is no longer needed in Proton >5.0 Instead follow my additional step. I'll send my protontricks configuration later.

@BishopT @Justkant Here my additional protontricks configuration ### Setup Run `protontricks 252950 --gui` to get a GUI for your Rocket League protontricks configuration Choose `Default Prefix` ## Installed DLLs -...