You are browsing as a guest. Sign up (or log in) to start making projects!

3h 57m 4s logged

Recommended Fixes

Hello everyone I just recently shipped and I was really happy with the votes I got so thank you to everyone that supported me but with all the suggestions you guys gave and some of mine that I knew i had to do, I have fixed up the game. Before I get started the godot wakatime extention is broken so now I have to use lapse which makes it harder for me because I have to do the whole recording in one sitting and I cant do some work close it and continue. The video attached includes a few of the fixes and I will start using paragraphs in my writing. But without further to do lets get started.

List Of Fixes

With all you guys said I have made a list of fixes such as during the cooking scene it was not clear what to do after you made a plate so at the end of the training round I added a arrow so that users can try it before they are on their own.

Second There is this flag in the powder monkey’s area, which is side ship view 1. When the flag raises its fine but it does some bugs when coming back down and the way I structured it was weird so I deleted all the code and had a area 2d mouse enter and exit, and I start the animation one 1 speed when they hover over it and when they let go I put it on -1 speed and play it. This makes it look like you are raising the flag and when you stop it goes down. Another thing was all the shells in that scene were blurry. I forgot what did but in figma I think the items were way to small so when scaling up t was very blurry.

Also for the space star scene when the user gets it wrong the dialogue for it says that they found the island but then says they should set sail tomorrow, I had the order of items wrong so I flipped them (in the dialogue) and made it stop 1 line earlier in the code. Also after the user gets 3 constellations correct to go to the island it goes to the scene fades in and out then next scene then fades in and out and same for third scene. The problem was that it was making things visible after the fade out finished, it should have been doing it when fade in was done so when fade out was done like you were traveling.

Skip text!!! I know this is a big one, so I added it, so I had a line of code that was like if event.is_action_pressed("ui_accept") and !typing: So I just flipped it so that when the dialogue is playing and if they call it it makes a variable true, and in the code where it is playing the text out (its a for loop) I break the for loop and make the ammount of characters visible the ammount of characters there are. Then I also made all the text that says space to continue, to space to skip.

This one I did most recently but it was with the crabs, I added a randomizer for the audio so when they shoot the cannons, I just made a randi for -0.1 - 0.1 and added it to the pitch of 1 to the audio stream player so it was random. I also made a new scene for the explosion boom like visual effect and made it fade in and out. I have also commented all the code to make it easier for you guys to understand!

That is all I have done and will always be looking for more suggestions to do more work, thank you and hope yall enjoy!

0
23

Comments 0

No comments yet. Be the first!