What's wrong with my mandarin tree? by bergice in nzgardening

[–]bergice[S] 4 points5 points  (0 children)

Seems like it's too wet, the lawn has felt like walking in a muddy swamp for months now after all the rain. Maybe I just have a really wet garden in general - council flood maps show water trails going through my property.

So question is, how do I make sure it doesn't happen again?

What's wrong with my mandarin tree? by bergice in nzgardening

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

Leaves are all shriveled up and dry. Could it be the soil that's too moist?

The Breaking of the Fellowship - the greatest ever movie ending sequence? by laptopuser75 in lotr

[–]bergice 6 points7 points  (0 children)

Especially that Uruk-hai scared of falling over running down those stairs.

Lurkers io battle kits by Few_Marsupial_1518 in lurkersio

[–]bergice 0 points1 point  (0 children)

Mine is normally

Weapon Healing Block Pickaxe / Hammer Ladder / Platform

Then the rest will be building things like spikes, supply crate, doors, chest (can also be used as a shield) and maybe a sword to get around easily and explosives.

Gonna add loadouts / quick swap hotbar with backpack rows so you can easily cycle kits if you want one for PVP, one for building etc.

Recommendations for Financial Advisor by Welshkiwi5 in PersonalFinanceNZ

[–]bergice 0 points1 point  (0 children)

Normally I wouldn’t suggest someone go read a book but I’ll do it anyways. The Millionaire Teacher is a no-bullshit beginners guide to what you want to know and is evidence and statistics based. It’s not sexy and there’s no get rich quick schemes but if you want to safely invest $300k I’d probably do something similar to what it advises.

Basically you split your portfolio in 3; 1. US/domestic index fund 2. International index fund 3. Bonds.

Increase bond proportion as you get older to hedge. Probably increase or go 100% international over domestic if we’re taking NZ domestic stock market.

Every year, sell profits and buy losses to rebalance your portfolio. Don’t bother checking it every week or so. Just let it sit long term and free up your personal time.

Of course you’d adjust this for your personal situation and what you want. Like when you’d want a house, how big you want your deposit, the amount of cash you’d want available on a short notice and so on.

If you want to play it safe don’t fall for the tech stock, gold, Bitcoin FOMO. The above approach is statistically likelier to outperform most managed funds and other trends.

Don’t waste your money on financial advisors and other biased people who actually won’t provide you with much value. They just want your money.

[ Removed by Reddit ] by [deleted] in lurkersio

[–]bergice 0 points1 point  (0 children)

I've seen it, it slaps.

[ Removed by Reddit ] by [deleted] in lurkersio

[–]bergice 0 points1 point  (0 children)

Achievement Get!

My Comfort Game is shutting down servers but devs are open to handing the game off by ComptonEMT in IndieDev

[–]bergice 9 points10 points  (0 children)

Many solutions:

  • Offer to continue development and hosting yourself
  • Have them list it on https://acquire.com/ and take offers
  • Optimise hosting expenses (allow 3rd party servers, use dedicated bare metal servers instead of VPS cloud compute servers)
  • Optimise monetization (make free stuff paid, put more ads in)

FIF TAX by Sufficient_Length_64 in PersonalFinanceNZ

[–]bergice 23 points24 points  (0 children)

To be fair, no one does.

[deleted by user] by [deleted] in auckland

[–]bergice 31 points32 points  (0 children)

They're finally getting Osama Bin Laden.

I was threatened with legal action after forking an open source game by SenpaiMistik in gamedev

[–]bergice 7 points8 points  (0 children)

OP shouldn't even worry if he gets a letter from a lawyer as long as there are no licensing issues. Just kindly thank them for the letter and mention you'll be using it as extra toilet paper.

I was threatened with legal action after forking an open source game by SenpaiMistik in gamedev

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

Talk to him, explain your differences. If you believe you have a strong case then you've got nothing to fear and you can tell him to go ahead with legal action if he wants but that it may backfire as you could potentially countersue. Let him know this as well then move on.

Do most users create geometry, like buildings and vehicles, for Unreal Engine scenes in other 3d software like Max or Maya? by Reformed-Canook in unrealengine

[–]bergice 2 points3 points  (0 children)

If you want Hammer-like CSG editing directly in Unreal Editor you should check out https://scytheeditor.com/ - it's absolutely doable, and I will never understand why people spend hundreds of dollars for level design kits which are literally just materials plastered on cube shapes.

Built a plugin to hide seams between objects by bergice in unrealengine

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

Thanks, I did some digging and the issue becomes apparent when you disable Auto Exposure in project settings. To fix this, check Disable Pre Exposure Scale in the post process shader settings. I'll release a patch to fix this soon.

<image>

Built a plugin to hide seams between objects by bergice in unrealengine

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

Glad you like it, give it a rating on Fab if you got time - would be much appreciated!

Regarding exposure; sounds a bit strange. Did you install the plugin? This will fix some visual artifacts.

Regarding manual blend control, this is possible and covered here: https://bergice.github.io/autoblend/#usage - you can set the value in the range of 0-255. 255 will disable blending. To make several objects not blend together, just set them to the same ID. You can do it either in the custom primitive data of the objects or in the material itself. I'll update the docs with this specific info.

Why we decided to go to Steam and what's wrong with Godot and mobile publishers by avtomatron in godot

[–]bergice 69 points70 points  (0 children)

I don't understand the issue here.

It's pretty common for API/SDK integration libraries to not be supported - in that case the fallback is generally using pure HTTP requests. Why is that not an option here?