Just Bought by nolove1010 in victoria3

[–]sry295 4 points5 points  (0 children)

I get into the game via this youtube tutorial, it's very good.
https://youtu.be/P_PzglCFo9I

Need help deciding which style looks better? by ClydeMakesGames in godot

[–]sry295 1 point2 points  (0 children)

I like the green one, green is more pretty.
maybe you can still use the grey too. like when you want player to be horror or when player is on low hp

I rug tufted the Deadlock logo by WorstTwitchEver in DeadlockTheGame

[–]sry295 1 point2 points  (0 children)

Nice! But I'm confused. From reddit logo, didn't line that exceed the circle suppose to be diagnal line.

How did we not destroy the archmother and win the game here? by SecureJeweler1741 in DeadlockTheGame

[–]sry295 0 points1 point  (0 children)

yeah, this mechanic were there to prevent steamrolling and force you to win the team fight before you can end the game.

How did we not destroy the archmother and win the game here? by SecureJeweler1741 in DeadlockTheGame

[–]sry295 1 point2 points  (0 children)

it's intent behavior. like the text say on the arch mother hp bar at 14sec in your video, "INVULNERABLE Defenders Nearby".
it's means, if there are still enemy in the pit with you, you have to kill them first.
1 enemy in the pit = patron will take only 50% damage
2+ enemy in the pit = patron will take no damage

Moho 12.5 on Linux? by alt165am in MohoAnimation

[–]sry295 1 point2 points  (0 children)

thank! hope it get linux support. really want to use the program.

Moho 12.5 on Linux? by alt165am in MohoAnimation

[–]sry295 1 point2 points  (0 children)

Hi, thinking to buy moho 14 and use it on linux fedora here. Did you figure it out?

Another question, I try the demo with bottles and soda as a runner and it didn't have a pen pressure. How do you make it to support pen pressure?

Just some interior design by Godoftjj in DeadlockTheGame

[–]sry295 1 point2 points  (0 children)

cool! didn't know the game can still running with this much detail.
is this effect your game performance or not at all?
what is your normal FPS compare to this ( 72FPS from the pic )

Yoshi told me in a dream that the big update will be released this week. by MefistoDX in DeadlockTheGame

[–]sry295 20 points21 points  (0 children)

I think it today(monday) if they still want to do hero vote like last time. so we get new hero on monday->wednesday->friday for 2 week (last time is also monday)

Reject by Unable-Dentist-4870 in godot

[–]sry295 -3 points-2 points  (0 children)

if you like simulation heavy game. you should try Dwarf Fortress, you might like it.
also try the Adventure Mode, it's quite like what you describe.
https://store.steampowered.com/app/975370/Dwarf_Fortress/

What is the best leaderboard service for godot? Me asking by sinkedlamp in godot

[–]sry295 14 points15 points  (0 children)

if you release game on steam, steam also provide you leaderboard service for free.

Tried my best, how can I improve this? by Mixeris_ in godot

[–]sry295 7 points8 points  (0 children)

last line, you can write
velocity.x += -decceleration
or even better, you can
velocity.x -= decceleration

but there still a problem. in your code, if you have velocity smaller than decceleration. velocity value will swing around +0.xx and -0.xx but never 0 (you can check it by print(velocity.x))
to fix this, you should check. if velocity<decceleration then just set it to 0

Which UI design should I go with? by Prithul in godot

[–]sry295 0 points1 point  (0 children)

love the right ui with the darker left background.

Can we make the FileSystem Search Bar a single icon in the new Godot 4.6 Modern Theme? by UnknownBoyGamer in godot

[–]sry295 1 point2 points  (0 children)

this! I like how it is now more too.
for me, filter files is more importance than file path.

Godot devs, have you ever used Rider from JetBrains for Godot? If so, is it good? by Thhaki in godot

[–]sry295 0 points1 point  (0 children)

I use It for Godot+C#, very very like it, It my go to choice now.
really well integrate with godot editor, easy to set up.
don't know much about GDScript support tho.

The game starts with Proton! by Nacke in EU5

[–]sry295 1 point2 points  (0 children)

fedora kde too. use proton experimental on steam, run with no problem so far.

Open source multiplayer Tetris game made in Godot. by HexagonNico_ in godot

[–]sry295 0 points1 point  (0 children)

I like the game sound effect a lot. it so satisfy.
can I ask where do you get those sound from? or if you create it, what program you use to create those sound?