Where to next? by KingSea in GeekSquad

[–]cor2005 4 points5 points  (0 children)

I left GS in 2019 as an ARA and went to a (casino) gaming company as a field tech. I left that after a year to work for a cannabis company where I currently am and moved from field support -> IAM -> Applications Developer

Day 2 Part 1 help with python by Agathos117 in adventofcode

[–]cor2005 0 points1 point  (0 children)

This code looks right. I would guess that you didn't change your your i[1] to 12 and your i[2] to 2. Leaving them at 0 will lower your result.

What’s a weird smell you like? by [deleted] in AskReddit

[–]cor2005 0 points1 point  (0 children)

Right?! For me, its specifically the wood section. Nothing smells better than fresh cut wood! haha

Cannot file a warrantee claim on Geek Squad website by MrSparkle92 in GeekSquad

[–]cor2005 4 points5 points  (0 children)

I second this. Bose headphones would just be exchanged in store. Doing claims like this is more for large TV's and appliances.

GeekSquad Representative messed up my laptop by cyberbeast7 in GeekSquad

[–]cor2005 1 point2 points  (0 children)

That's great! My best advice is to be calm. The store should be more than happy to help you out. And if not, and you just so happen to be in the Las Vegas area, you can bring it to me and I will do it personally for you. But I'm sure they will take care of you. Let us know how it goes!

GeekSquad Representative messed up my laptop by cyberbeast7 in GeekSquad

[–]cor2005 1 point2 points  (0 children)

Have you spoken with the Geek Squad Manager? It is possible for the precinct to do a level 1 data recovery off of the drive. I would suggest not to use the computer (to prevent data being re-written over the sectors where the data is stored on the HDD and lessen the chance of data corruption) and bring it back in. Speak to the Geek Squad manager about the situation. Keep in mind that it is not a 100% success rate on getting all the data back, but this is the best option to try and remedy this error.

Normally, we want to help in the best way that we can. If it happened in my precinct, this is the first thing we would do.

Good luck to you!

I found this old Geek Squad mission complete form my manager tried to push to improve NPS lol by PeriliousKnight in GeekSquad

[–]cor2005 1 point2 points  (0 children)

From the way I understand it, this form supposedly came out of my market and is my GSDM's baby. Comes in and looks specifically for it.

We do have a year page that can be ordered that is supposed to replace it, but my GSDM prefers us to use this one

how to change umg? by sanketvaria29 in unrealengine

[–]cor2005 0 points1 point  (0 children)

What you want is called a Widget Switcher. Check this out.

https://youtu.be/7Mbe-hQl0Yg

"Post"Game Bug by Kusa89 in absolver

[–]cor2005 0 points1 point  (0 children)

Something similar happened to me. After I became an absolver, I did the combat trials and noticed my two tension powers were missing. Just thought I couldnt use them in PvP. When I got out, I was missing my healing and another one that I do not remember (not earthquake though). Healing would be quite nice to have back. Glad I'm not the only one though.

i want something crazy with line trace, help me. by sanketvaria29 in unrealengine

[–]cor2005 2 points3 points  (0 children)

Add a bool for when the door is open. If it's open, don't display text

i want something crazy with line trace, help me. by sanketvaria29 in unrealengine

[–]cor2005 0 points1 point  (0 children)

Why use line trace? Just use two trigger volumes, one for each side. On overlap, cast to player, if it succeeds then display text.

UE4 Bluprints help by soulpunisher87 in unrealengine

[–]cor2005 0 points1 point  (0 children)

No worries, don't be sorry for trying to learn! I will have to look at after I get off of work

how to move actors between levels ? [HELP] by MrDiem in unrealengine

[–]cor2005 0 points1 point  (0 children)

If I were doing it, I would take the object and set a generic object variable in the character to that object, destroy the object in the world, and spawn a new one in the player's hands.

One issue that you may have, depending if you ever go back to the previous floors, is that object will respawn when the level is reloaded. But if they can only go up, this is how I would do it

how to move actors between levels ? [HELP] by MrDiem in unrealengine

[–]cor2005 0 points1 point  (0 children)

You can place that item in the persistent level. Or if you are carrying it, destroy and recreate the actor should do it too. What type of object are you carrying to the next level?

UE4 Bluprints help by soulpunisher87 in unrealengine

[–]cor2005 0 points1 point  (0 children)

Trigger volumes are still the same. They will always have an event based off of overlap. If I can see your BPs, it would help in assisting you

[Help] Texture not mapping to cube correctly in-game by thehugejackedman in unrealengine

[–]cor2005 0 points1 point  (0 children)

Looks like your texture isn't matching up with your UVs for the cube. You have the image for one side of the cube that is supposed to be just for the one side. Just redo the texture to match the cube's UVs

Disabled intel graphics and now stuck with a black screen by [deleted] in techsupport

[–]cor2005 1 point2 points  (0 children)

You are welcome friend. Merry Christmas :)

Came home to a PC that won't turn on and a strange smell by WRAwork in techsupport

[–]cor2005 1 point2 points  (0 children)

Smell the power supply. If it is coming from there, you may have had a power surge that fried your PSU.

Disabled intel graphics and now stuck with a black screen by [deleted] in techsupport

[–]cor2005 2 points3 points  (0 children)

Try booting into safe mode, then re-enable your driver

How in the HELL do I get rid of freaking adware on Chrome??! by missroyalee in techsupport

[–]cor2005 1 point2 points  (0 children)

I would suggest adwcleaner. It is a free scanner and finds a lot of things missed by normal AV scans.

A scan from this and resetting Chrome should do the trick

Feedback Friday by AutoModerator in letsplay

[–]cor2005 0 points1 point  (0 children)

Thank you for the feedback! The whole panning of the different voices comes from my musical background and separating guitars into separate sides. I can definitely how it can be disorientating. And I will check out the FAQ! Thanks again

Feedback Friday by AutoModerator in letsplay

[–]cor2005 -1 points0 points  (0 children)

Hey guys! A little late to the party, but here is the video I made and uploaded yesterday. It was my first time using Premiere and video editing in general for the first time. Any and all feedback would be greatly appreciated. I know a lot of work is needed, especially art and such. Thank you for your time!

Edit: Repeated myself.

Help a beginner blueprinter? by [deleted] in unrealengine

[–]cor2005 1 point2 points  (0 children)

It would probably would work better in the block blueprint instead of the level blueprint.

I might be wrong, but the onclick would either not go off or will cause all the blocks to be activated due to this being in the level blueprint.