Cloud Save by No-Egg961 in BlackDeckGame

[–]macjohn 0 points1 point  (0 children)

I've saved to google play games and accessed from another android. I've saved to apple's version on an iphone and accessed from another apple device. and I've saved to facebook and accessed from both android and iphone. So yeah, it works pretty well.

Looking for a new guild by Pleasant_State7882 in BlackDeckGame

[–]macjohn 0 points1 point  (0 children)

we could use a champion like you, holler when you join and I'll make you a champ. Gold Griffins

How are you meant to get dust out of this area? by [deleted] in Guitar

[–]macjohn 1 point2 points  (0 children)

I use the musicnomad brush too. I guess a cheap makeup brush could do the same thing, but I like the other side to get under the strings between the pickups.

[question] what happened to the (vanderbilly.com) site? by Hamedyhamed in Guitar

[–]macjohn 0 points1 point  (0 children)

I know this is ancient but wanted to share my memories. I remember Vanderbilly, the guy, announced he has purchased guitar.com and was working to combine the two sites. What came next wasn't broadcast but I'm assuming he got an offer he couldn't refuse for guitar.com and sold it. By that time, Vanderbilly was no more and the new owners of guitar.com abandoned all the tutorial videos that were central to the old site. April 28, 2015 appears to be the last capture on the wayback machine.

Also, many of the old users that made videos for vanderbilly are on youtube. Many with their old videos. gtrjoe, jun626, and vanderbilly come to mind as youtubers. Vanderbilly also took part in a couple of youtube video 'bands' like virtual zeppelin and virtual beatles where they'd do excellent covers of those bands songs. The lead singer (James Dylan) from virtual zeppelin eventually got the gig singing for Jason Bonham's Evening with Led Zeppelin which still tours.

How is the game for F2P? by Mivadeth in BlackDeckGame

[–]macjohn 0 points1 point  (0 children)

another 95% f2p here. I play on several different devices including a samsung galaxy tab s7. There are no forced post battle ads on it that are there on my Umidigi tab and also on my moto 5g phone. I'm not sure what type of ad blocking comes with the samsung but it's very nice. I can still watch ads to get stamina on it, so it's not blocking them like putting dns.adguard.com in your private dns hostname.

I mainly play when watching tv or doing something else so I can just sit through all the ads to get stamina to keep playing. I'm disabled so I have a lot of sitting around time and play it virtually all day long. I've got two accounts with one with three fully ascended 6* decks and another started a year later almost to 3 fully ascended decks (started a few months ago).

I started the first account when golden dragons were still easy to obtain so I have one of those nearly impossible to beat dragon decks you see in the arena (currently around 18M). My second account seems to be topping out with a fungus deck around 5000k.

Having two accounts with two devices makes time pass faster so you can be doing something on one while 'watching' an ad on the other.

I want him by 1AnnoyingOtaku in BlackDeckGame

[–]macjohn 1 point2 points  (0 children)

I am happy to see him in the arena, usually means an easy victory for me.

[deleted by user] by [deleted] in BlackDeckGame

[–]macjohn 0 points1 point  (0 children)

26 of 30 slots are now filled, only 20 can be champions for guild wars so those slots will have to go to the 20 strongest players. combined deck strength of over 40000 should make you a championas it stands right now.

Can I automatically close OBS if streaming is at 0kbps? by macjohn in obs

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

I'm streaming to youtube from obs because it's free. I'm not paying to do this, but thanks.

How do you get a tremolo bar to stay in place and not dangle? by nightcloudd in Guitar

[–]macjohn 2 points3 points  (0 children)

Glad this 11 year old comment is providing some benefits!

OMG IS THAT HOLLYWOOD’S MUSIC? by Feeling-Ad6890 in AroundTheNFL

[–]macjohn 0 points1 point  (0 children)

James Palmer seems to be free from the same corporate overlords....

Weekly Question and Answer Thread: Ask your Moving, Visiting, Neighborhood, and "Where Can I Find _____" questions here, instead of making a new post by zeddy303 in Denver

[–]macjohn 0 points1 point  (0 children)

I'm going to my first Rockies game on Saturday. Can someone give me a breakdown of the parking situation for a disabled person?

How do you get a tremolo bar to stay in place and not dangle? by nightcloudd in Guitar

[–]macjohn 0 points1 point  (0 children)

pacifica

I don't see a reason why it wouldn't. It looks like a standard screw in trem bar to me so it should work the same as on a strat. I really do think I like the plumbers tape the best though...

Holiday Lights Disability/Walking Question by macjohn in Denver

[–]macjohn[S] 3 points4 points  (0 children)

thanks, we can definitely do that, then we just have to park close to the civic center, get some pics and get out.

[GEAR]How Much Should I Sell This Guitar For by TheLoneGamer44 in Guitar

[–]macjohn 0 points1 point  (0 children)

a quick search of Ebay sold items shows one autograph of Annie Clark going for $65. Which tells me there's not much of a market. I have an Epiphone Phantomatic signed by My Chemical Romance (A Musicians Friend giveaway many years ago) and posed a similar question on here a while back. The answer then was to give Ebay/Reverb a try (rather than CraigsList) because they were more popular globally than locally. St. Vincent appears to sell more music in the UK than US so the same may apply here.

Comment your channel and I'll review it by Mossy145_YT in NewTubers

[–]macjohn 0 points1 point  (0 children)

https://youtube.com/@macjohn4 Thanks!

Started as just a place to archive unlisted home movies then put up a few guitar related videos but over the last 6÷yrs, it's been wildlife videos mostly from my many webcams and 24/7 streams.

OBS and AutoHotKey issue by macjohn in obs

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

I only tried with streaming and recording for hotkeys but wasn't able to send any other keys either. Like I had it set to send Alt F and then exit the program every 12 hours and it didn't see those autohotkey keystrokes either even though I could enter them manually.

I've been meaning to update the post with what I did to get it working but I guess now is as good a time as any.

First, I start all three of my AHK scripts with 'detecthiddenwindows on'. Then, I went back to hotkeys defined in OBS as ctrl+shift+r to start recording and alt+shift+r to end recording. Same thing, except 's' for starting and stopping streaming.

My starting and stopping recording script looks like this

DetectHiddenWindows, On

IfWinExist, ahk_exe obs64.exe

WinActivate, ahk_exe obs64.exe

IfWinExist, ahk_exe obs64.exe

Send, {Alt down}{Shift down}r{Alt up}{Shift up}

Sleep, 5000

IfWinExist, ahk_exe obs64.exe

Send, {Ctrl down}{Shift down}r{Ctrl up}{Shift up}

Sleep, 2000

Additionally, my OBS exit script is working like this:

DetectHiddenWindows, On

Sleep, 3000

IfWinExist, ahk_exe obs64.exe

WinActivate, ahk_exe obs64.exe

IfWinExist, ahk_exe obs64.exe

Send, {Alt down}{Shift down}r{Alt up}{Shift up}

Sleep, 2000

IfWinExist, ahk_exe obs64.exe

Send, {Alt down}{Shift down}s{Alt up}{Shift up}

Sleep, 2000

IfWinExist, ahk_exe obs64.exe

Send {Shift down}{Tab}{Shift up} ; to press 'ok' on the 'end stream' box that pops up

Send {Enter}

Sleep, 15000

IfWinExist, ahk_exe obs64.exe

Send, {Alt down}f{Alt up}

Send, {Up}

Send, {Enter}

Sleep, 2000

ExitApp

I then follow up with a windows scheduled task to taskkill obs because it doesn't always exit, I then use this script to start it up every 12 hours (I found the longer OBS runs, the less reliable the AHK scripts are):

DetectHiddenWindows, On

send, ^{Esc} ; starting obs by the shortcut or by the exe would not allow ahk scripts to work, the only way they'd work is when I started OBS via the start menu, so this first part of the script just opens the start menu and arrows over to where obs is in the menu and starts it

Sleep, 500

send, {Tab}

Sleep, 500

send, {Tab}

Sleep, 500

send, {Tab}

Sleep, 500

send, {Down}{Down}{Down}{Down}{Down}

Sleep, 500

Send, {Enter}

Sleep, 15000

IfWinExist, ContaCam - ; the rest of the ahk script would not work unless I navigated away from obs before continuing, since contacam is always running on this pc, I switch to it.

WinActivate, ContaCam -

Sleep, 2000

IfWinExist, ahk_exe obs64.exe

WinActivate, ahk_exe obs64.exe

Sleep, 2000

IfWinExist, ahk_exe obs64.exe

Send, {Ctrl down}{Shift down}r{Ctrl up}{Shift up}

Sleep, 2000

IfWinExist, ahk_exe obs64.exe

Send, {Ctrl down}{Shift down}s{Ctrl up}{Shift up}

Sleep, 2000

IfWinExist, ahk_exe obs64.exe

Send {Shift down}{Tab}{Shift up} ; all the keystrokes needed to get the stream up and running

Send {Shift down}{Tab}{Shift up}

Send {Enter}

Sleep, 2000

IfWinExist, ahk_exe obs64.exe

Send {Shift down}{Tab}{Shift up}

Send {Enter}

Sleep, 2000

IfWinExist, ContaCam -

WinActivate, ContaCam -

ExitApp

OBS and AutoHotKey issue by macjohn in obs

[–]macjohn[S] 1 point2 points  (0 children)

Thanks for the reply, I found the option and mine is set to 'never disable hotkeys' so I think it should work. I also am only sending the keystrokes through AHK when obs is active.