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

2h 29m 8s logged

Finishing Touches

Hello everyone we have finally finished Pirate Cats. After weeks of coding, building and testing, we have finally come up with a playable version. In this version everything is finished, but there is only one mode. So as this is the last devlog for this ship let me explain what I have done this time.

Bugs

After game testing we found some bugs out like there was no music for the cooking puzzle, or the sponge was not visible for the sponge scene, or the button in the island was not working, or the typing settings broke down. So let me start each of the bugs and how I fixed this (all these bugs came up yesterday as I only post a devlog once a day). So first the cooking music puzzle, I forgot to play it in the code, this was a simple fix but the other ones were not. For the scrubbing scene the sponge was not visible, in the code again I forgot to set it to visible but then I found another bug from fixing one it was that I need to turn it back after the scene otherwise it will always stay like that. So I figured out you have to set the cursor to null, that way it doesn’t put a preloaded asset and just has the normal one. This next one was tricky, on the island minigame where you are digging after you finish digging, sometimes you can not press certain parts of the button (to finish the dialogue and go to the end scene) I was so confused on what to problem was, then after some time I realized it only happened because I was initiating a scene, and I thought that it was over it, so I set some of the items including the buttons z index near 1000, because there was only going to be like 100 of the items. So then I thought the button for the sand was over, but it was not and I disabled it after the treasure was found, so I was so confused, then I realized there was a panel in the scene being initiated. So then I finally thought dont panels take the mouse input? And that was when I realized that I had a random panel there stealing the mouse, so i set the mouse input on it to pass, so it can not take it. Finally the typing settings. I learned how to use sliders, but there was one thing I could not figure out, how to flip a slider, so for the text slider, it was fast (the bottom one) to slow (the top one) instead of slow to fast as a slider should be, but then when assigning the value I put a - infront of it, I thought this fixed it because when I went in the speed was on the slower side but max speed. Then I tested it, and I could not change the speed, the problem was when you do - it puts the lowest setting meaning it can not be put to the highest, so I had to put it back and I still don not know how to flip a slider, but that is for next ship. See you guys!

0
6

Comments 0

No comments yet. Be the first!