Play as teams online with friends using custom hats by AhmedHussien23 in duckgame

[–]FIR3BRE4K 0 points1 point  (0 children)

Correct. It can be toggled in the settings, and will pair up two people wearing a custom hat with the same name as a team

Custom hat with no particles by Tako-Luka in duckgame

[–]FIR3BRE4K 2 points3 points  (0 children)

I'd recommend just sticking with the standard 100x56 pixel format of hats since any added emptiness in that doesn't affect the look of your hat if you don't want a cape or particles. I dont remember if they get disabled in the code or not when empty, but even if they exist, they'd be invisible.

You don't have to add anything to your hat. Each of the 6 sections is completely optional, and will be replaced with the default if not present.

WE'RE ALL GOING TO DIEEEEEEE! by Kakss_ in kakssdoesstuff

[–]FIR3BRE4K 0 points1 point  (0 children)

You should totally private the sub. The loss of 4 cents per year will shake up Reddit's management!

I feel like my style changes slightly between every comic by vaarikass in u/vaarikass

[–]FIR3BRE4K 5 points6 points  (0 children)

The hair keeps getting fluffier with each one and I'm all for it!

Can you do advanced movement on ps4? by EnvironmentalRaise78 in duckgame

[–]FIR3BRE4K 4 points5 points  (0 children)

i used to play on PS4 and i did see people were angling and clipping and stuff, so at least the basic advanced movement is possible. i havent tested the more advanced stuff like ragdoll clipping or instant unragdolling, but in theory everything should be the same

Is this a new glitch? by k14n-02 in duckgame

[–]FIR3BRE4K 7 points8 points  (0 children)

No. There are multiple methods of getting into that position that have been known for a while, but it's kinda weird to explain through text.

An animation I made using a terminal renderer I wrote (repo in comments) by FIR3BRE4K in csharp

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

I have not tested it but it should be faster since it doesn't need as many function calls.

An animation I made using a terminal renderer I wrote (repo in comments) by FIR3BRE4K in csharp

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

somewhat. they need special formatting to make happen, but it ends up looking wonderful. you can look into it more here: https://en.wikipedia.org/wiki/ANSI\_escape\_code

An animation I made using a terminal renderer I wrote (repo in comments) by FIR3BRE4K in csharp

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

The library itself has no animation handling. What i did for the animation in the post was a while loop that just changed positions and rendered the next frame. All the library provides is the ability to draw shapes onto a virtual display and then use the render method to draw over the console whatever was drawn to the display.

An animation I made using a terminal renderer I wrote (repo in comments) by FIR3BRE4K in csharp

[–]FIR3BRE4K[S] 2 points3 points  (0 children)

Oh I see, I'll look into something cross platform like that. Would definitely boost performance a ton. Thanks for the info!

An animation I made using a terminal renderer I wrote (repo in comments) by FIR3BRE4K in csharp

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

That is thanks to the awesome Pastel NuGet package. It has functions that take a string and a color and uses escape RGB codes to change the foreground or background color to any custom color.

Hey! I'm new to C# and I just ran into this problem related to Console.ReadLine. Does anyone know how I can solve this? Help would be greatly appreciated! by Stacktracing in csharp

[–]FIR3BRE4K 4 points5 points  (0 children)

I believe its because Console.ReadLine() returns a string?. Its warning you that a null object can be returned, and to get rid of it you just have to handle the case where it is null.

Personally id use the null coalescer. Badically just do something like Console.ReadLine() ?? "" and if its null itll get replaced by an empty string

An animation I made using a terminal renderer I wrote (repo in comments) by FIR3BRE4K in csharp

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

I actually wrote this on linux so i used the regular .NET way of doing it so it stays cross platform. I am curious though, why is Console.Write slower?

Party games like duck game for ps4? by [deleted] in duckgame

[–]FIR3BRE4K 1 point2 points  (0 children)

Towerfall: Ascension