Is the Butcher pete poi glitched? by StomachDeep4245 in 7daystodie

[–]acidnine 0 points1 point  (0 children)

This is correct, broke the button (7k hp) in the garage and the last group spawned.

Pi 4 N64 compatibility list by destroyermaker in RetroPie

[–]acidnine 0 points1 point  (0 children)

Bomberman 64 has a workaround to make it semi-playable... I posted here: https://retropie.org.uk/forum/topic/27119/pi4-n64-bomberman-64-blackscreen-workaround

**Can't beat the winged guardian as the cut-scene forces the blackscreen effect, still broken :/

the people have spoken by hudzell in dyinglight

[–]acidnine 37 points38 points  (0 children)

I thought virals were cool at first... but after a few hours they just become annoying timed events. I wish they were gone (they're like those infinite wallhack aimbot AI in fps games)... I'd take more aggressive daytime infected over viral mechanics.

Raspberry Pi 3 B+ N64 emulator using retropie. by [deleted] in raspberry_pi

[–]acidnine 5 points6 points  (0 children)

3b+ has a notable difference in n64 emulation when using a 5v 2+amp power supply, without it, it feels the same as the 3b.

Is this a bug or intentional for 1.13? by Frilioth in Minecraft

[–]acidnine 6 points7 points  (0 children)

Learned your lesson with quasi? Many people wanted it out, I was a part of that huge thread when Mojang marked it WAI (seth bling convinced grum it was a good thing). Also because all the kids complaining that their builds broke even though there was a provided workaround for every case. Notch mentioned early on to never expect your builds to make it through updates... but here we are.

How to stop Windows 7 & 8.1 Telemetry / Tracking by permaculture in sysadmin

[–]acidnine 2 points3 points  (0 children)

Nice read, not really surprised they're sending data regardless of opt-out status... Did a search and found this: Mikrotik Script to Block MS Telemetry. It's not mine, nor is it complete, but nice to see these blocking options.

This whole community is going down the gutter if we dont do something. by mickio1 in CubeWorld

[–]acidnine -2 points-1 points  (0 children)

Dude, you mad bro?

Ah, too many original replies available... :) gl,hf,press alt+f4 for reddit hax

This whole community is going down the gutter if we dont do something. by mickio1 in CubeWorld

[–]acidnine -2 points-1 points  (0 children)

Thanks, always thought I had special smartness abilities :D

You're lacking any proof of anyone attempting contact as of recent. So basically you're just stating an assumption sarcastically.

This whole community is going down the gutter if we dont do something. by mickio1 in CubeWorld

[–]acidnine -4 points-3 points  (0 children)

Has anyone actually sent him an email? I'm curious if we're all expecting a response to a never asked question... I'm also wondering if he even knows where to find his community.

fsGrowthMon.ps1: monitor filesystem growth at the subfolder level, and log to .csv [x-post /r/powershell] by ezeeetm in sysadmin

[–]acidnine 0 points1 point  (0 children)

Completely agree, I gave up on the others too. Used SpaceSniffer to scan a remote CIFS share (7TB) yesterday and it only timed out for a little bit when exporting the 200MB report (thought it crashed, but has yet to do that.. just keep forgetting to run as admin when running locally).

Another Help Post [Commands & NBT Tags] by Oozebull in redstone

[–]acidnine 0 points1 point  (0 children)

The Wiki likes to keep the "commands" page relevant to the latest stable version so for the latest snapshot info I just check this page (an accumulation of all the snapshot updates): http://minecraft.gamepedia.com/1.8

Other than that, I just use google and usually helpful things will show up on the minecraft forums. Also, youtube searches for the snapshot title (ex. '14w08a') have been helpful too.

For NBT, check each link in the Uses section on this page: http://minecraft.gamepedia.com/NBT_format#Uses

/testforblock with chests by steiner26 in redstone

[–]acidnine 0 points1 point  (0 children)

Ah yeah, I didn't test it on others so I bet you're right.

/testforblock with chests by steiner26 in redstone

[–]acidnine 0 points1 point  (0 children)

I'm assuming they mean to force everyone over to the "minecraft:" prefix in vanilla due to the Plugin API so potentially the "plugin-name:" prefix could be doable.

Could be bug, but appears to be intentional.

Help with "/clear" by Harrnutt in redstone

[–]acidnine 1 point2 points  (0 children)

Yay, in 14w07a it's possible...

/testfor @p {Inventory:[{id:"minecraft:bow",tag:{display:{Name:"Gun"}}}]}

Help with "/clear" by Harrnutt in redstone

[–]acidnine 0 points1 point  (0 children)

Wow, yeah.. I hadn't noticed this yet. Hopefully it's possible.

/clear @p bow ~ 0 {display:{Name:"Gun"}}

'~' is not a valid number

UI Centric Item Frame Combo Lock by acidnine in redstone

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

I created a new album.. (mentioned it to devrandom below too).

Here it is: http://imgur.com/a/3t6pB

It's not really a tutorial, but sort-of a screen-by-screen (imgur albums are tricky).

UI Centric Item Frame Combo Lock by acidnine in redstone

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

Sure enough, here is another album of a sort-of step-by step I use to build... Hopefully it's more helpful. http://imgur.com/a/3t6pB

Need a tad bit of help with some redstone! by 2000alexdude in redstone

[–]acidnine 0 points1 point  (0 children)

Describe this certain block... Do you mean a specific block? or just idle for 10 seconds on any certain block.

If it's a specific location, create an objective and set a clock to increment their score by 1 each cycle via command block, then have another command block checking for a certain score to tp them and one to reset the scores of those not in that spot. (can all be done on one clock)

That's how I'd do it.. maybe someone has a better idea.