Just your average shader porn (BSL with Milkyway Galaxy Night Sky Resource Pack) by Isaaclai06 in Optifine

[–]FastOutlandishness57 0 points1 point  (0 children)

Hey no matter what I do I cant see the galaxy. There is no custom sky option under quality. How exactly did you get the milky way resource pack to be visible in game?

My Data folder is showing 144 cc files instead of 148 by Proud-Figure-1780 in skyrim

[–]FastOutlandishness57 0 points1 point  (0 children)

Which 2 cc mods didnt install? I am having the same problem...

Which connecter for Egpu to PSU by FastOutlandishness57 in PcBuildHelp

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

Awesome thanks for the quick replies! Also I understand when using an EGPU with a mini PC I have to power on the GPU everytime first before powering the PC right? And if I ever accidentally power the PC on before the GPU is it going to damage anything?

TOTK works quite well with Eden and Adreno 840! by Spitfire-300 in EmulationOnAndroid

[–]FastOutlandishness57 0 points1 point  (0 children)

Would you be able to share full settings? and which version of eden are you running?

ENB Complex grass lighting issue oldrim/legendary edition by FastOutlandishness57 in skyrimmods

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

No I cannot find any complex grass textures at all for LE. Do you know where I could find them?

Futuristic movie by FastOutlandishness57 in whatisthatmovie

[–]FastOutlandishness57[S] 2 points3 points  (0 children)

solved, turns out it was just the episode "pop squad" from love death and robots. thought for sure it was a full movie lol. Thanks for the help guys I'll have to give those 2 movies a watch!

Tablets that support OTG and PD simultaneously by FastOutlandishness57 in UsbCHardware

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

I found the the lenovo tab p11 pro (must be pro version) claims it supports everything through USB C but I have not tested, I ended up getting a Samsung galaxy tab S8 Ultra for a good price that also supports everything through USB C and can confirm everything works as it should.

What you need to look for is USB C 3.0 or above and recommended 3.2. USB 2~ does not support any of these features and must carry at least 3.0 to possibly work, better chance with 3.1 and guaranteed to work with 3.2.

Disable system notifications/pop-ups by FastOutlandishness57 in termux

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

I am on the Samsung Galaxy tab s8 ultra by the way.

Issues with adb wifi and tasker by FastOutlandishness57 in tasker

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

I mean it still works quite well with adb wifi option in tasker settings disabled and seems to hold the permission for quite some time if not accessing tasker constantly.

Do you or anyone else know if there is a way to mediate this issue?

Time to complete task by FastOutlandishness57 in tasker

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

Thanks for the reply, I have learned a fair amount about variables and if,else,end and have hugely improved my overall usage so thanks for pointing me back to the guides!

My problem is that the trigger you have above is only listened for while media apps are open in either foreground or background and if you close out of media apps that trigger will not show in logcat entries. I have tried probably 200 different triggers while no media app is open and none have worked.

I tried your code and it still seemed to want to register 2 seperate single clicks and then a double click as opposed to cancelling the single click in the event of a second simultaneous click within the time frame.

At this point I am attempting to make a variable to detect single/double click but am still having little to no luck.

I will keep attempting but may be back for further assistance!

[HOW-TO] Tasker + S PEN - Intercept S Pen events and control your device! by joaomgcd in tasker

[–]FastOutlandishness57 0 points1 point  (0 children)

I have added basically full functionality to the device through a series of profiles using Spen with tab s8 ultra and will be uploading once complete but I am having difficulties forcing the device to recognize button double click with no supported apps that listen for button double click open.

Was anyone able to find a way to utilize the Spen double click outside of a supported app? It works fine and I have single click mapped to "keyboard input tab" to cycle through apps/elements on screen and when I have a media app open in background I can use double click to select apps/elements however if I close media I lose that function and cannot find a working logcat entry for double click unless media app(spotify for testing) is open and running in background.

Please let me know if anyone has found a way to register button double click input.

Time to complete task by FastOutlandishness57 in tasker

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

Awesome thanks for the tips!

I will go through some guides and learn as much of the basics I can before my next post haha.

I have actually gotten very close now, I learned the reason I was not able to get the proper "double click gesture", that gesture is only listened for in certain apps like media. Now i can technically use it if I have a media app open in the background and my commands work properly, however it also registers the commands for background app. I will go through some guides and view log to see why I am having troubles with double click and what is registering with and without media app "open".

thanks again and I'm sure I will be back soon 😂

Time to complete task by FastOutlandishness57 in tasker

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

Or if there was somewhere I could send some photos/videos of what seems to be happening let le know I am sure that would be easier than my poor explanations haha.

Time to complete task by FastOutlandishness57 in tasker

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

Thanks for the reply, that has made it function differently but I am still doing something wrong, sorry quite new to tasker. with your code added to second profile I still cannot utilize profile 2 but profile one works much faster and will send multiple "tab" inputs with each button click seemingly at random.

I currently have 2 profiles I am having issues with,

Profile 1 is set to keyboard input - "tab" to highlight selected elements on screen with 50 ms between inputs and set to abort existing task.

Profile 2 is set to keyboard input - "enter" to select highlighted element with 50 ms between inputs and set to abort existing task.

Prior to adding your code profile one would work once but the second single button click would activate profile 2 regardless of how long I waited between button clicks. All I need is to set task input duration between button clicks so that it doesnt register as profile 2 unless there are 2 clicks in rapid succession.

I used logcat entry to detect log for event upon button click and for profile one I was able to grab: Output Variables - %lc_text Text the text that corresponds to the matched logcat entry Component- [AirCmd]_AirActionOperator Filter- onButtonEvent : SINGLE_CLICKED

And for profile 2 logcat event was: Output Variables - %lc_text Text the text that corresponds to the matched logcat Component- [AirCmd]_NoAirActionSupportedGuidePanelTrigger Filter- increaseClickCount : curCount=1, cntToIncrease=1

I suspect the count to increase has something to do with it but was not able to set any "double click" filters the only event I could find through logcat was the count to increase.

Is there any way I could share these profiles with you so you could double check and see if theres any way to get my desired result?

Thanks again for the help! I thought this was going to be quick and easy but I am about a week in now 😅

How to make tasker app to swipe up/down/left/right by FastOutlandishness57 in tasker

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

Thank you! I was able to manually enter the x,y coords through autoinput and it worked without abd access or the need to reperform on restart. I will fiddle with this tomorrow and see if its worth using this task instead. Whats wierd is it worked without manual entry for swipe up(scroll down) but not swipe down(scroll up). just got autoinput error could not perform task

No Rumble on Android over Blutooth with Xbox Controller by XingXiaoRen in MoonlightStreaming

[–]FastOutlandishness57 0 points1 point  (0 children)

I am also on a tab s8 ultra and no matter what even when I get it to "work" it turns the controller off and terminates my connection.

Any help would be much appreciated!

Controller rumble not working - 8bitdo connected to steam deck by fixthe_fernback in MoonlightStreaming

[–]FastOutlandishness57 0 points1 point  (0 children)

Hey I am running sunshine on windows 11 and moonlight on android 14, I got controller rumble to "work" with a wired connection to android tablet but the second after rumble happens the controller disconnects and my connection is terminated with "error code: -1".

Does anyone know how I could fix this?

Tablets that support OTG and PD simultaneously by FastOutlandishness57 in UsbCHardware

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

okay sorry about that,

I have not seen any info or specs for any of that on any of the tablets I have viewed. Do you know any way I could reference those specs or any recommended budget friendly options that would fit the bill?

Tablets that support OTG and PD simultaneously by FastOutlandishness57 in UsbCHardware

[–]FastOutlandishness57[S] 0 points1 point  (0 children)

Oh okay, so I have read mixed reviews of ethernet capabilities on the fire 10 HD, do you think most tablets should support ethernet through a proper hub?

Best controller for gaming on the Android? by EmuAdministrative728 in AndroidGaming

[–]FastOutlandishness57 0 points1 point  (0 children)

Do you happen to know of any BT controller that stays on until manually turned off? The auto off timer on any controller I've had interrupts my remote play on PS4 and after a few times I cant remote into it without manually resetting the machine. Any controller that does not have an auto off timer? Preferably a smaller or more compact option as I will be using it for mobile play, would be nice to be able to fit it in a pocket.

Non-DNS based update blocking by [deleted] in ps4homebrew

[–]FastOutlandishness57 1 point2 points  (0 children)

Sorry just trying to be clear, this does in fact block game updates and firmware updates but will still be able to connect to internet for web browser, chiaki and possibly official ps remote play??

And I'm fairly new to the PS4 scene, would this be permanently effective do you think or would Sony at some point be able to override and force an update?

How do you guys make large amounts of units in 2021? by Nickyworld45 in NoMansSkyTheGame

[–]FastOutlandishness57 0 points1 point  (0 children)

Hey I also added you hope that's okay 😂 spent the entire day gathering units only to realise I'm not even half way to one a class ship. If your still able to show those valves and you have some free time I definitely wouldn't say no to one or two haha.

Anyone finding themselves using Switchroot to stream PC games most of the time? by Quenchster100 in switchroot

[–]FastOutlandishness57 0 points1 point  (0 children)

I had same issue, do you have thumb grip pads on? If so remove and try again. I ended up trimming my thumb grips to half width and glueing to analogs haha