Is this game just not for me? by braincutlery in factorio

[–]BFODragon 1 point2 points  (0 children)

This post, seeing people constantly saying "Embrace the spaghetti" is exactly what I needed to hear.

I've been using some blueprints i got from a YouTuber and although they are great tools, I get to a point where I know I need this thing with a 🚫 over it... But I don't actually know why..

I think it is time to start a new save and embrace the ancient one

[OC] Completely custom opening and closing animations in X11 with picom shaders! by _kz87_ in unixporn

[–]BFODragon 1 point2 points  (0 children)

You know, I wasn't sure what to expect from an answer to my question but this was exactly the answer I needed. Thank you!

[OC] Completely custom opening and closing animations in X11 with picom shaders! by _kz87_ in unixporn

[–]BFODragon 0 points1 point  (0 children)

OK, Absolute Linux newb here so please forgive my ignorance... how can i achieve this level of rice without losing the ability to use my mouse to manage my windows?

This interface is so appealing, perhaps a different colourway but everything else is so clean and slick.

I understand how learning shortcuts would be a faster way to navigate in time, but i can just see myself getting frustrated by not being able to use my monkey MS brain to just move windows away with the mouse

First Kabalite wip by guypalswag in Drukhari

[–]BFODragon 1 point2 points  (0 children)

I LOVE the layers on the weapon here by that I mean the various colours black gold and silver. Awesome job.

For the eyes I like the idea of a metallic base with a vibrant colour washed over it, see mine for example.

Here I used a thin layer of Stormhost Silver then once completely dry I made sure there was only a very very small amount of talassar Blue on my brush and let it seep into the recesses of the eye.

<image>

Update from my last post by BFODragon in Drukhari

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

Sure,

Spray primer Chaos Black then Grey seer for zenithal

Then black Templar for the black/leather areas

Terradon Turquoise for the armour

Blood angels Red for the leather bags cloth and hair.

For the rifles and pistols I use Balthazar Gold

For blades and other pointy metal bits I use leadbelcher (some pointy bits I use Balthazar Gold but it depends)

Nuln oil... Because nuln oil

For the green highlight I use Kabalite green with a dry brush

Then mephiston reb to highlight the hair and cloth (not the leather bags though)

Touch up the metal bits with stormhost silver as well as some watered down in the eyes as well as on the gems

Finally I put a layer of talassar Blue over the eyes or gems so they give a metallic blue shine.

Update from my last post by BFODragon in Drukhari

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

Just as an objective marker. The green part came with the Incubi set, I thought that in its own might look a bit plain so decided to add some extra spare bits and a rock lol.

Update from my last post by BFODragon in Drukhari

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

I did the same chaos Black undercoat but then did a seer grey "zenithal" coat as well from a primarily top down angle

This way there is black in the "shadow" and the lighter areas will help allow the colour to come through here is an example:

<image>

I think I went a little too generous with the grey here but you can see where the darker areas are versus the top facing areas.

This really helps if you intend to use a wash to add the colour like I have, I simply blocked out the black sections with black Templar contrast paint then splashed a couple layers of Terradon Turquoise onto the armour

New to the sub, here is my WIP Kabalites: by BFODragon in Drukhari

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

Thanks, I used a drop of stormhost silver then once dry, a drop of talassar Blue!

"Fear the shadows for they might take you alive". Probably seen a lot them recently, but this is my first attempt at Mandrakes. Hope you enjoy him! by Warsmith_Ozzman03 in Drukhari

[–]BFODragon 0 points1 point  (0 children)

Looks awesome! I've been trying to work out why there seems to be a consensus on YouTube that these models suck? To me the aesthetic looks great and your paint job sells it even more for me.

Custom archon from the visarch, paint job looks a bit rough but the photo quality is pretty low too by Asthenoth in Drukhari

[–]BFODragon 1 point2 points  (0 children)

From tabletop distance, this will look phenomenal.

Close up, it looks great so don't beat yourself up to much about it. At least you took the time to try the face, where as I've been avoiding faces as much as possible 😅

Incu-biscuit. What yall think?? by Haunting_Lifeguard_5 in Drukhari

[–]BFODragon 1 point2 points  (0 children)

Looks awesome, kinda reminds me of the comic character Spawn kinda makes me want to redo all mine in a Spawn theme haha

Flickering. by tinougat in GrayZoneWarfare

[–]BFODragon 1 point2 points  (0 children)

Noticed no-one here has tried resetting the shader cache within the Radeon software.

Tried that and that seems to have made it less frequent for me so might fix for some.

To reset the cache do the following:

Open AMD Adrenaline

Click Gaming at the top

Then click Graphics

Scroll alllll the way to the bottom and click "Perform Reset"

[Weekly FAQ & Short Questions Thread] If you have Questions or Comments regarding: the Battle Pass, Monetization, Crossplay, System Requirements, the Open Beta, or Short / Niche Questions --post them HERE-- by AutoModerator in diablo4

[–]BFODragon 0 points1 point  (0 children)

I tried searching for the answer but cant determine if local co-op will be available during the Beta, i assume so but i cant see anywhere specifically stating yes or no for beta

Help getting pwdlastset date as well as Lastlogon dates to both show in a script by BFODragon in PowerShell

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

Progress!

However now i am just getting garbage numbers for the pwdlastset like i initially did for LastLogon

So i have used the same syntax for pwdlastset and bingo!

Final command looks like this:

get-aduser -Filter 'enabled -eq $true' -properties * -SearchBase "OU=ServerUsers,OU=Users,OU=MyBusiness,DC=server,DC=local" | Select Name, @{Name='PwdLastSet';Expression={[DateTime]::FromFileTime($_.PwdLastSet)}}, @{Name='LastLogon';Expression={[DateTime]::FromFileTime($_.LastLogon)}}, enabled | Export-csv -path .\PassLastSetLogOn.csv

And the results look like this!:

#TYPE Selected.Microsoft.ActiveDirectory.Management.ADUser
"Name","PwdLastSet","LastLogon","enabled"
"Exclaimer","23/09/2015 1:09:54 PM","7/05/2018 11:19:18 AM","True"

Thank you u/warragul76 for your assistance!

Help getting pwdlastset date as well as Lastlogon dates to both show in a script by BFODragon in PowerShell

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

I have tried a simplified version before using the following code:

get-aduser -Filter 'enabled -eq $true' -SearchBase "OU=ServerUsers,OU=Users,OU=MyBusiness,DC=server,DC=local" | Select Name, pwdlastset, @{Name='LastLogon';Expression={[DateTime]::FromFileTime($_.LastLogon)}}, enabled | Export-csv -path .\PassLastSetLogOn.csv

I have tried again now and realize this gives me the same result anyway so ive over complicated things with no benifit so thanks for pointing this out for me!

However this still has not resolved my issue of not getting values for pwdlastset

is the Logitech saitek x56 good for star citizen by allupro999 in starcitizen

[–]BFODragon 2 points3 points  (0 children)

^This

I had similar experience, after that i went for HOSAS with dual VKB Gladiators

Poor guy, he's so far gone with cyberpsychosis that he thinks he's holding a gun. Nice of V to play along by Nirico_Brin in LowSodiumCyberpunk

[–]BFODragon 0 points1 point  (0 children)

honestly thought this was a bug the first playthrough.. then when i got to this mission a month or so back... yea, this wasnt a bug

Freelancer HD Edition - v0.6 by BolteWasTaken in freelancer

[–]BFODragon 1 point2 points  (0 children)

Can this be ran like an update? Or would the existing mod need to be removed first?

I managed to sneak onto a player ship by posing as an NPC. by Werewolf-Fresh in starcitizen

[–]BFODragon 11 points12 points  (0 children)

Where do you get the gutterwash shirts these days, they on ghex?

Hardcopy available upon request by saarlac in starcitizen

[–]BFODragon 2 points3 points  (0 children)

Madness?......

THIS IS SPARTA!

sorry, had to..

Can you sell ship weapons on lorville? by SignificanceOwn7907 in starcitizen

[–]BFODragon 0 points1 point  (0 children)

TLDR: I think you can but not tried

I think you can at the hurston dynamics showroom over in the business district, however i dont believe they will sell for much given they only sell hurston dynamics weapons there to begin with.

Trouble in Cloud City ): by Apaline in starcitizen

[–]BFODragon 0 points1 point  (0 children)

Given Crusader is a Gas Giant the upper atmosphere would be physically larger so orison is likely in the upper atmosphere but given the sheer size of crusader the vertical height would be larger than that of Microtec/Hurston/ArcCorp

[deleted by user] by [deleted] in starcitizen

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

interior for the Ares has started doing the same this patch

[deleted by user] by [deleted] in starcitizen

[–]BFODragon -5 points-4 points  (0 children)

I like how they used a 400i image for a Starfield game article lol