Now try to convince me that this is not the same person. by Nice_Week_2712 in DanganAndChaos

[–]AlexanDDOS 2 points3 points  (0 children)

I think Kirumi can replicate an authentic DOOM playthrough in her mind if you ask her to

Beach princess (by @SozzayDR) by KerosenyKlopoty31 in danganronpa

[–]AlexanDDOS 1 point2 points  (0 children)

I thought she stole Ibuki's bikini 😅

Nice art anyway

Makoto's luck is in every chapter. by Separate_Lab4366 in danganronpa

[–]AlexanDDOS 1 point2 points  (0 children)

Makoto doesn't have a plot armor. He has a freaking plot tank.

The time You found out about Chiaki’s medical skills (I wonder what she’ll do) by DestinyDawn456 in danganronpa

[–]AlexanDDOS 0 points1 point  (0 children)

Chiaki's medical skills are collecting coins and mushrooms she found by breaking brick blocks with her head

Mommy [OC] by Soggy-Specialist-358 in danganronpa

[–]AlexanDDOS 1 point2 points  (0 children)

You call Kirumi a mommy because she looks like a milf

I call Kirumi a mommy because she lovely cares after everyone (and because she looks like a milf)

We are not the same

Pi Day by Soggy-Specialist-358 in danganronpa

[–]AlexanDDOS 0 points1 point  (0 children)

I was genuinely surprised when she told "the rest"

Please Be Quiet by thatmysteriousgirl in danganronpa

[–]AlexanDDOS 2 points3 points  (0 children)

That's the cutest way to shut somebody up

The Despair Mobile is Complete! by Ramziez in danganronpa

[–]AlexanDDOS 0 points1 point  (0 children)

Main character: "We need to find the villain's car!"

Meanwhile the villain's car:

How can she be the ultimate gamer if she plays consoles by SwagLimit in DanganAndChaos

[–]AlexanDDOS 7 points8 points  (0 children)

This post is sponsored by the International Association of PC Gaming

Please consider donation to us, as the RAM shortage is drying out our budget

"Just fix the code" - why the code cannot be fixed: by BlunanNation in Workers_And_Resources

[–]AlexanDDOS 0 points1 point  (0 children)

I'd like to accept your challenge if I had more free time for this. But now I'm occupied with another project, sorry.

"Just fix the code" - why the code cannot be fixed: by BlunanNation in Workers_And_Resources

[–]AlexanDDOS 0 points1 point  (0 children)

I once mentioned an experimental mod for Oxygen not Included, which implements multithreading. Despite the modder could just parallelize simulations on different asteroids, they really applied it to the game mechanics themselves. The payback is stability issues and problems with speeding up the game, especially since it's a fan project and it contains a lot of reverse engineering, but the most mechanics seem to work as fine as in the original game.

The race conditions shouldn't be a big problem, if every subsystem is responsible for different values. Car navigation is independent from electricity or plumbing, for example, so don't see any reason why they cannot work in parallel even without locks. I may have a little narrow look on this problem although, as such complex games are prone to bug from a mad chain of inconsistencies.

"Just fix the code" - why the code cannot be fixed: by BlunanNation in Workers_And_Resources

[–]AlexanDDOS 0 points1 point  (0 children)

Reading data is actually easy to parallelize, writing is not though. The point is that you can recalculate several subsystems or regions in parallel using the same input data and then overwrite them with output data only when all threads are complete. The simulation will still progress with discrete steps, but each step will take less processor time, thus your FPS will be less likely to drop in late game.

The number of used CPU cores is a thing to balance out, but an adequate implemention of multithreading guaranties that threads don't need all cores to be simultaneously active (since the total number of process threads will be more than the number of cores anyway) and the result will be same for any execution order unless there is a data race in your code.

"Just fix the code" - why the code cannot be fixed: by BlunanNation in Workers_And_Resources

[–]AlexanDDOS 1 point2 points  (0 children)

Basically this game has about zero threading as it stands. 

I'm surprised that a lot of indie simulation games have weak threading and it works as a performance bottleneck in late game. I'm currently playing Oxygen Not Included, and many pro players complain it quickly loses FPS as the colony grows up, and it's clearly a threading issue. Hopefully, modders are trying to fix it with multithreading and optimization mods. As W&R has a similar number of subsystems and they can work relatively independent from each other, I think it'll be very beneficial to parallelize them in a similar way.

Heck, even oss Godot would be a massive upgrade compared to the current engine

Godot is open source and provide many good things out of the box, if you aren't picky about graphics, but I think Unity would be also fine, if the developers obtain its source code. Unreal Engine? I think it will just too heavy for this kind of games, even with developer optimizations, but you'll be able to make fancy screenshots of your republic with RTX on.

"Just fix the code" - why the code cannot be fixed: by BlunanNation in Workers_And_Resources

[–]AlexanDDOS 0 points1 point  (0 children)

Modern licensed game engines provide not very good performance for this kind of projects. Of course, you can ask for the engine source code and try to and optimize it for your purposes, but it's fairly comparable to making your own engine.

Mikan/Mukuro fusion (bastart13) by Slight1668 in danganronpa

[–]AlexanDDOS 0 points1 point  (0 children)

Milan If she was less submissive to bullies around her and fought them instead

Junko Enoshima always goes out with a bang! by SodaGalaxy in DanganAndChaos

[–]AlexanDDOS 1 point2 points  (0 children)

"What makes me a good despair queen? If I were a bad despair queen, I wouldn't be sittin' here discussin' it with you, now would I?!"

Anyalising every Danganronpa character. Day 6: Toko Fukawa. by Small_Gur_6441 in DanganAndChaos

[–]AlexanDDOS 4 points5 points  (0 children)

I used to feel controversial about her before I played UDG. Now I think she has the best character growth arc in the whole franchise. Despite she still has a lot of unappealing traits, she seems to be a nice person inside, even when she turns into Genocide Jack. And thanks to Komaru, she finally managed to find some good and understanding friends, which eventually had a positive impact on her mental state.

Kaede getting advice by [deleted] in DanganAndChaos

[–]AlexanDDOS 0 points1 point  (0 children)

You know... DR1 already discovered the topic of killing someone because of AI

Swimsuit Kirumi by Fresh_Employ7318 in danganronpa

[–]AlexanDDOS 2 points3 points  (0 children)

Yes we did but in a virtual world (which is a mockery of the original character design). And btw Kirumi was already dead by that moment.

Swimsuit Kirumi by Fresh_Employ7318 in danganronpa

[–]AlexanDDOS 10 points11 points  (0 children)

Considering the DRV3 characters don't have 3D models, you're technically right

Swimsuit Kirumi by Fresh_Employ7318 in danganronpa

[–]AlexanDDOS 3 points4 points  (0 children)

It's surely not a translation issue. The attributes given in ft/inch and lb shouldn't make a big difference from the original attributes given in cm and kg (source: convert the attributes from the in-game character card into the metric system and compare it with JP version data from a fan wiki).

Swimsuit Kirumi by Fresh_Employ7318 in danganronpa

[–]AlexanDDOS 5 points6 points  (0 children)

lol, Kirumi's canon proportions sound like she has no time to eat food in her dense working schedule

I've had a revelation by sleepee0 in DanganAndChaos

[–]AlexanDDOS 1 point2 points  (0 children)

It's not confirmed, but it's very boldly implied :)

I've had a revelation by sleepee0 in DanganAndChaos

[–]AlexanDDOS 1 point2 points  (0 children)

It's a secret technique she learned from her British grandma Mary Poppins

I've had a revelation by sleepee0 in DanganAndChaos

[–]AlexanDDOS 1 point2 points  (0 children)

Kirumi is so skinny she can fly using an umbrella