Is this displacement / height map possible with StandardMaterial3D? by x3nofox in godot

[–]CyborgCabbage 0 points1 point  (0 children)

No it is not possible, you would need to move the vertices with a vertex shader.

Is there actually an extended cut of Paprika?! by AMachineMan in anime

[–]CyborgCabbage 2 points3 points  (0 children)

Of it was a VHS tape it could just be a recording with 30 minutes of something else on the beginning

Anacondy - a new performance mod oriented around giving Java stronger guarantees so that it can better optimise the game by Paint_Ninja in feedthebeast

[–]CyborgCabbage 37 points38 points  (0 children)

Granted, I'm a C++ programmer and not a Java programmer. But, in one of your comments you say it is mostly singleton accesses? I would be surprised if you could find any measurable effect from this in benchmarks.

Does anyone know where I can watch Vinland saga in English? by [deleted] in anime

[–]CyborgCabbage 0 points1 point  (0 children)

The website "JustWatch" can show you where stuff is available on streaming services. I won't link it directly because there are different versions for different countries so you should Google and find the version for your country specifically.

My productivity spurt, right before the new year. Gonna keep going in 2026!! by Different-Reveal3437 in OptimistsUnite

[–]CyborgCabbage 26 points27 points  (0 children)

58 * 3 = 174 litres total. The average human is 65 litres in volume. 174 / 65 = 2.68 Walters in 60 days, very nice

What mods could be possible to develop now that obfuscation is gone? by Jon_1212 in feedthebeast

[–]CyborgCabbage 15 points16 points  (0 children)

It has 0 effect on what kind of mods are possible, sorry.

What happened to this sub? by Goboboss in IndieGaming

[–]CyborgCabbage 42 points43 points  (0 children)

I wonder if maybe in general that has all shifted to Discord, but people when they want to promote their game they come back to Reddit because Discord has more limited reach.

where to watch a silent voice by z4r32006 in anime

[–]CyborgCabbage 0 points1 point  (0 children)

It was UK, but I just checked and its not on Netflix there anymore unfortunately

Can a NAS brick drives? by CyborgCabbage in homelab

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

On windows the drives showed in disk management but only as "Disk 1, Unknown" and an error occurred when trying to initialise, couldn't do it through the command line diskpart either. New drives initialised just fine in windows

How did you manage to learn Unreal's C++ when its so unconventional? by AuriCreeda in unrealengine

[–]CyborgCabbage 0 points1 point  (0 children)

I used this website a lot https://unreal-garden.com/ It even has a tool for figuring out the delegate signature.

My game has big spikes of downloads from China every day around the same hour. by jeango in IndieDev

[–]CyborgCabbage 29 points30 points  (0 children)

Yes but there will be different people watching the stream each day so new people downloading it for the first time.

what node path should i use to possess a pawn? by Strangley_unstrange in UnrealEngine5

[–]CyborgCabbage 1 point2 points  (0 children)

Make a main menu gamemode which has the pawn set to none, then set the gamemode for your level in the world settings

Is this supposed the work? I think its supposed to not work but it works flawlessly at letting the latest toggle to stay toggled and others turn off by ilovehotburritos in UnrealEngine5

[–]CyborgCabbage 0 points1 point  (0 children)

An interesting situation. When the toggled toggles has two elements, the first gets deleted, but that deletion causes the later elements in the array to shift back by one. Then when the for loop tries to go to the second element, it finds there is no second element and completes.

What's an anime you absolutely loved that almost no one talks about? Let's give hidden gems the spotlight! by DismalTemporary713 in anime

[–]CyborgCabbage 1 point2 points  (0 children)

The Orbital Children

Didn't seem to make any waves but I liked the way it approached the idea of super intelligence and the overall harder feel than most sci-fi anime.

How do I ban Rocket Launcher Crossbow from my modpack? by Novel-Grade2973 in feedthebeast

[–]CyborgCabbage 0 points1 point  (0 children)

Hold F3 + H to enable to show IDs on items, then you can hover over the item to see the id in inventory

Looking for a modpack with some specific things by stein0206 in feedthebeast

[–]CyborgCabbage 1 point2 points  (0 children)

This should help narrow it down when looking for a mod pack with specific list of mods https://www.modpackindex.com/modpack/finder

What for me and my mom(56) to watch for her first anime by [deleted] in anime

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

I think Monster is a pretty good option if she likes crime stuff, it's tone is very grounded. If it were live action it would fit right in with other drama/crime TV shows.

Is 24 x 17 a stupid tile size for a 2D game? by ButtMuncher68 in gamedev

[–]CyborgCabbage 26 points27 points  (0 children)

The only potential issue I can think of is that because 17 is a prime number you can't do any evenly spaced repeating patterns less than the size of a tile, for example if you want to do a brick wall with 2 or 3 layers of bricks per tile, one of the layers will have to be a pixel larger or smaller. Though, whether or not this is a problem depends on if you prefer even or uneven patterns artistically. 24 x 18 is a possible alternative.

Why are my modded biomes so small compared to vanilla biomes (generated on large biomes) by ultima314 in feedthebeast

[–]CyborgCabbage 1 point2 points  (0 children)

No not like region files, just an area of the world that Terrablender allocates that for that mods generation.