are you planning to release a repo or anything? This is an amazing project to look at to help people create online games like this. As im sure you figured out while making this, theres not a lot of good tutorials for online and especially steam.
Please add more content!!! I'm BEYOND confident that any DLC provided for this game would be supported from the community! This game has truly brought all of my friend group to just chill and have a good time - and it's wholesome to the nth degree. Honestly, thank you so much for creating this.
I love this game so much! The only thing I could really ask for is the option to make the font size bigger! The game is really really cozy but I just can't interact withit fully because i can't read the text ;;
amazing game. i love it so far! some suggestions that i would love to see: -more animals -hairstyles -ear shapes (and ear color possibly) -piano instrument, maybe midi support -gamepad support -general optimization stuff -offline mode doesnt currently work, requires a connection
Hey, Godot dev here! This game is pretty, very cool! (dumb question but I was wondering if I could contribute in any way, for instance to the game itself or via modding etc? cheers, hehe •⩊•)
Hey there, I noticed in your code that you send a lot of your packets (animations, messages, etc. ) through channel 2 which only gets read 12 times, this might be the reason why so many messages get lost or actors dont update.
A fix could be to keep 1 channel for messages and not limit this. I've tested it with a friend and it seems to help.
Also, with a lobby of 10 people, frame time is ~30ms. there's some functions you could simplify or even move to another thread. I'm not experienced with Godot, so I'm not sure what's causing the high frame times
I'm a huge fan of the game! it's beautifully crafted.
There is a pretty big bug I'm encountering, there seems to be an issue with the backpack close animation- it won't actually close and will instead display a semi transparent backpack at the bottom of my screen, which prevents me from using left click. ive been able to 'solve' this by spamming the tab button until it actually disappears, but i hope this can be fixed :)
is there perchance a discord server for updates and community stuff? also curious if there will be more player character models? the cat and dog is simple and fun BUT just curious if there will be more animals such as opossums?
Hello! this game is adorable, my one ask is if theres a way to have the controls listed anywhere after the beginning of the game, as i have the attention span of the fish in the game and have already forgotten them lol
This is mostly likely because all important messages get thrown in channel 2 which is only read 12 times per frame. There's also no prioritization of messages, so that's why it misses a lot of packages
I love the game so far. If you're open to suggestions I came up with a few:
Right now you're able to interact with your fishing buddies while you're sitting without getting up, however you cannot interact with both; Only the one that is considered 'nearest', and the game can actually be rather finnicky if both buckets are placed too close together even when you're standing. Is it in any way possible to add code that prioritizes interacting with the closest one that currently has a fish in it?
It would also be really nice if we could organize our inventory better. Like right now I have a single piece of chalk that separates my two buddies since they're organized strictly by most-recently-acquired rather than by type. And while you could fix this by making different 'bags' or categories that the different kinds of tools could be grouped into to reduce clutter, I think it'd be cute and very fitting to instead have props like a chest cooler we can put all of our different drinks into instead of that for example. Maybe this could be a way of sharing our drinks with others instead of using letters? I'm not sure. I think it'd be really cute, creative, and very much fit the aesthetic the game is going for though.
I'd also love to see skirts or dresses be added, if those are at all possible.
Also, I'd like it if when the game is in borderless windowed mode that it isn't always on top; That kind of defeats the purpose of being borderless windowed at all.
This game has been really really fun to play with friends. I've had a blast and it was very clearly made with love. Good job!
I love your game! I hope you continue to work on it! I come from steam and i have one recommendation, enabling steam cloud saves. It would be super helpful for my situation, or having some kind of charater data file you can copy yourself to transfer to a differnt computer. Thank you <3
I'm adoring this game so much, such a good way to just relax and mess around :3 Just got a guitar and I'd be so happy to have it develop more, especially a strum button would be nice, as well as maybe more saved chord shapes and possibly chord shape sets? Whatever the case I love this game it's gonna take so much of my time <3
I played this game with my partner for 3 hours straight last night and we cant get enough! I cant wait to play with some of my long distance friends! Just wondering, are there any plans for adding controller support? I got a hand cramp for the first time ever when playing after all that clicking
I'm just wondering how i make a new server cause idk what port-forwarding is or how to do it, otherwise spectacular game omg. The steam version greatly increases how good the game is for only $5 too.
← Return to game
Comments
Log in with itch.io to leave a comment.
Please please mac support
I would love to see how you made the menus. I constantly struggle with Menus and control nodes in godot
I am not a gamedev but I do wanna add that the menus are a delight
are you planning to release a repo or anything? This is an amazing project to look at to help people create online games like this. As im sure you figured out while making this, theres not a lot of good tutorials for online and especially steam.
Hi! I bought the game on my mac but I'm not sure how to open it. Is it only supported on windows?
i may have found the best game ever
servers still down? also whenever i change screensize i always get a black screen
i would give you a big fat disgusting wet sloppy kiss if you added midi keyboard support for the guitars
banger
Certified Banger
This game is awesome.
Hiiiii!
Please add more content!!! I'm BEYOND confident that any DLC provided for this game would be supported from the community! This game has truly brought all of my friend group to just chill and have a good time - and it's wholesome to the nth degree. Honestly, thank you so much for creating this.
Go see the steam version
I love this game so much! The only thing I could really ask for is the option to make the font size bigger! The game is really really cozy but I just can't interact withit fully because i can't read the text ;;
amazing game. i love it so far! some suggestions that i would love to see:
-more animals
-hairstyles
-ear shapes (and ear color possibly)
-piano instrument, maybe midi support
-gamepad support
-general optimization stuff
-offline mode doesnt currently work, requires a connection
take it easy of course! you deserve it
midi support would be amazing
I love this game. I hope you can make Japanese language available.
Hey, Godot dev here! This game is pretty, very cool! (dumb question but I was wondering if I could contribute in any way, for instance to the game itself or via modding etc? cheers, hehe •⩊•)
literal same question here lol. Really interested in modding the game, wondering if the dev has any issues with that.
+1, would love to contribute! Put up a GitHub repo :)
Yo, I open the game on steam but the game doesn't load and closes
Is this normal or is it an error that only my PC has????
same problem
mac support pleeease (╥﹏╥) (╥﹏╥)
no fr :(
we b fishs ing
oh, adventurer)
Hey! Is it possible for you to make it for linux
+1, would be nice
godot supports building for linux, so this should be possible
Works great with Proton on Steam !
Hey there, I noticed in your code that you send a lot of your packets (animations, messages, etc. ) through channel 2 which only gets read 12 times, this might be the reason why so many messages get lost or actors dont update.
A fix could be to keep 1 channel for messages and not limit this. I've tested it with a friend and it seems to help.
Also, with a lobby of 10 people, frame time is ~30ms. there's some functions you could simplify or even move to another thread. I'm not experienced with Godot, so I'm not sure what's causing the high frame times
I'm a huge fan of the game! it's beautifully crafted.
There is a pretty big bug I'm encountering, there seems to be an issue with the backpack close animation- it won't actually close and will instead display a semi transparent backpack at the bottom of my screen, which prevents me from using left click. ive been able to 'solve' this by spamming the tab button until it actually disappears, but i hope this can be fixed :)
Hello, I would like to contribute. Would you consider open source and/or modding? I would like to expand server size.
I wish there was a linux native version
is there perchance a discord server for updates and community stuff?
also curious if there will be more player character models? the cat and dog is simple and fun BUT just curious if there will be more animals such as opossums?
https://discord.gg/webfishers
hey, any chance of the steam version of webfishing being expanded for mac with crossplay? i love the vibes and i wanna play with my buddies ;w;
plz!!!
Godot builds for macos, so i don't see why this can't be possible. Would be cool!
Hello! this game is adorable, my one ask is if theres a way to have the controls listed anywhere after the beginning of the game, as i have the attention span of the fish in the game and have already forgotten them lol
esc > settings > controls should show you all the controls
Please add bunnies as characters!
Fr I need a lil lop bunny option :3
Just curious - Are the servers down on the Steam version as well? Will they come back online?
I can't believe I paid money for this shit. Thanks for updating the description WAY too late.
keep crying over 5 dollars loser
We don't all get an allowance from our parents, kuhleido.
Allowance or not ur stuck up over 5 bucks get a job loser
The game is great but there's a few bugs that really need to get squashed!
- Lots of desync on big lobbies with 5 people or more
- Host's fps goes down on bigger lobbies even with PCs with high specs
- Others can't see other players messages in the text box after a while
- Should be able to change maps for the guitar with the numpad
Basically just need to fix up bigger lobbies and the game will be 10/10
also
- sometimes you can only see some players in the lobby when its bigger than 5
This is mostly likely because all important messages get thrown in channel 2 which is only read 12 times per frame. There's also no prioritization of messages, so that's why it misses a lot of packages
i hope they can get it fixed soon, i love this game!
Same! I sent the creator an e-mail regarding a fix, no reply sadly
Friend gifted me this on steam! My only complaint: I wish I could throw money at you regardless!
Keep up the work! This is such a charming game!
If u still want to throw money at this game I can help u ;D
lol I jest but still go right ahead!
ye im too!
I still can't buy the game but I really want to, so one day I'll do it and cath em all 🐟
I love the game so far. If you're open to suggestions I came up with a few:
Right now you're able to interact with your fishing buddies while you're sitting without getting up, however you cannot interact with both; Only the one that is considered 'nearest', and the game can actually be rather finnicky if both buckets are placed too close together even when you're standing. Is it in any way possible to add code that prioritizes interacting with the closest one that currently has a fish in it?
It would also be really nice if we could organize our inventory better. Like right now I have a single piece of chalk that separates my two buddies since they're organized strictly by most-recently-acquired rather than by type. And while you could fix this by making different 'bags' or categories that the different kinds of tools could be grouped into to reduce clutter, I think it'd be cute and very fitting to instead have props like a chest cooler we can put all of our different drinks into instead of that for example. Maybe this could be a way of sharing our drinks with others instead of using letters? I'm not sure. I think it'd be really cute, creative, and very much fit the aesthetic the game is going for though.
I'd also love to see skirts or dresses be added, if those are at all possible.
Also, I'd like it if when the game is in borderless windowed mode that it isn't always on top; That kind of defeats the purpose of being borderless windowed at all.
This game has been really really fun to play with friends. I've had a blast and it was very clearly made with love. Good job!
Just wish it had controller support.
try steam input - not perfect but totally playable with a community layout
You have something really special here. I hope you'll do updates!
I love your game! I hope you continue to work on it! I come from steam and i have one recommendation, enabling steam cloud saves. It would be super helpful for my situation, or having some kind of charater data file you can copy yourself to transfer to a differnt computer. Thank you <3
Great game! Please continue working on it!
mac support PLEASSE :(((( my pc broke sad me
idk if anyone will reply but can u not play online if u downloaded it from itch.io ??
I'm adoring this game so much, such a good way to just relax and mess around :3 Just got a guitar and I'd be so happy to have it develop more, especially a strum button would be nice, as well as maybe more saved chord shapes and possibly chord shape sets? Whatever the case I love this game it's gonna take so much of my time <3
I played this game with my partner for 3 hours straight last night and we cant get enough! I cant wait to play with some of my long distance friends! Just wondering, are there any plans for adding controller support? I got a hand cramp for the first time ever when playing after all that clicking
I'm just wondering how i make a new server cause idk what port-forwarding is or how to do it, otherwise spectacular game omg. The steam version greatly increases how good the game is for only $5 too.