Blackpowder, Bicorn, Cactusanyone have the recipe for the potion of potency?
There's a way to link it up with the tentacles, too, but I've long since forgotten
Blackpowder, Bicorn, Cactusanyone have the recipe for the potion of potency?
ThanksBlackpowder, Bicorn, Cactus
There's a way to link it up with the tentacles, too, but I've long since forgotten
id love to, but im not experienced enough regardless. theres definitely much better people out there than me. plus it takes me AGES to do pixelart otherwise i get burned out. plus i have borderline no experience in animating my pixelartEthan if you want to help I know a guy
I was able to get access to the game files but as you can see on the bottom right there are still some files that are missing. game does work but it need some tweaking to get right but still im not going to do anything unless the developer say its ok as its their game and im just going to look at the scripts just for learning but if they allow for tweaking i could use some help because i dont know anything about pixel arts.im an okay pixelartist but i have no idea how to make a game unfortunately and i doubt id be able to recreate the artstyle of pinkfuton as artstyles are very individual and unique to each person and im not skilled enough to begin replicating the artstyles of others, BUT if someone does take up continuing this game (which i really hope they do as i love pixelart based games) then id happily help in any way i can :^)
awesome work man, at the very least you could create "mods" for the game (if youre up for the art-side of things or find someone more experienced than myself), mods have been done before and the dev has given the go-ahead previously, but i understand if you want to wait for outright permission. great job though, you think you can get the rest of those files? id love to see a post-mortem modding community for this game seeing as the dev has gone completely MIAI was able to get access to the game files but as you can see on the bottom right there are still some files that are missing. game does work but it need some tweaking to get right but still im not going to do anything unless the developer say its ok as its their game and im just going to look at the scripts just for learning but if they allow for tweaking i could use some help because i dont know anything about pixel arts.
View attachment 3389205
Thanks, the missing files are probably not that hard to recover, I think its just one file thats missing and was added to multiple objects, and as a result, its giving multiple errors and I think I can fix it. I'll put the project file for download when the creator gives the permission or I'll just explain how to do it, as it's not that hard (I just decompiled the project and reinstalled some Unity assets) so others could mod it easier or more talented people could continue making content for it. as for myself, I just like the style and the gameplay, I'll clean up the script (because when you decompile a script, it gets harder to read) and maybe optimize some parts. in any case, I’ll keep you updated on my progerss with the game.awesome work man, at the very least you could create "mods" for the game (if youre up for the art-side of things or find someone more experienced than myself), mods have been done before and the dev has given the go-ahead previously, but i understand if you want to wait for outright permission. great job though, you think you can get the rest of those files? id love to see a post-mortem modding community for this game seeing as the dev has gone completely MIA
considering how the creator abandoned the game with no comment, i highly doubt they'll ever come back to comment here.Thanks, the missing files are probably not that hard to recover, I think its just one file thats missing and was added to multiple objects, and as a result, its giving multiple errors and I think I can fix it. I'll put the project file for download when the creator gives the permission or I'll just explain how to do it, as it's not that hard (I just decompiled the project and reinstalled some Unity assets) so others could mod it easier or more talented people could continue making content for it. as for myself, I just like the style and the gameplay, I'll clean up the script (because when you decompile a script, it gets harder to read) and maybe optimize some parts. in any case, I’ll keep you updated on my progerss with the game.
I will explain how to get the files as soon as I find all of those missing files.considering how the creator abandoned the game with no comment, i highly doubt they'll ever come back to comment here.
i'd suggest, if you still think you'd rather not do it without permission, explaining it for someone else to would be great. you'd still be able to work on it yourself if you ever change your mind, but for now, if you're unwilling, helping others would be amazing, this game is great and there are very, very few games like it.
i was about to say the text issue might be post processing and easy to add back lol. also cleaning up the dev's files and scripts after they abandon the project is the most chad move lolThe new method actually worked and all of the texts are back
But unfortunately, few scripts are still missing and the text renders as boxes. And there's also a problem when you fail making a potion, the game gets stuck and you can't do anything. But these are mostly easy to fix, like the text and the scripts are probably for post processing, so I can add them manually again.
If everything goes right, I'll post the project files as it's really hard to get it right and it would be harder to explain than giving the project files. I'm also cleaning some files and scripts because the project is so messy and I don't know why the developer didn't do it before ¯\_(ツ)_/¯
Anyway, that's all I've got for now.
XD yeah it's actually really fun to clean up messy scenes and scripts.i was about to say the text issue might be post processing and easy to add back lol. also cleaning up the dev's files and scripts after they abandon the project is the most chad move lol
i imagine its some proprietary front the dev either made or found online right? is it possible to simply change the font? i dont remember if the font is pixelart or not (if it isnt its probably a good idea to switch imo anyways, the default microsoft "Fixedsys" font works quite well for that). but what exactly was there to clean up, was it all just spaghetti code behind the project? lolXD yeah it's actually really fun to clean up messy scenes and scripts.
and the text problem was a different problem from this time. before, texts were actually missing, that means there were no text information but now it does show up but the font is just boxes.
Well, the code is fine, but if you take a look at the right of the image, you'll see all the objects used in the game, and they are all over the place. It's a good practice to organize these objects by putting them into something called an "empty gameObject," which is like a folder. This way, you can easily find for example, intractable and environment objects.i imagine its some proprietary front the dev either made or found online right? is it possible to simply change the font? i dont remember if the font is pixelart or not (if it isnt its probably a good idea to switch imo anyways, the default microsoft "Fixedsys" font works quite well for that). but what exactly was there to clean up, was it all just spaghetti code behind the project? lol
ill play test it at some point this week to see if i bump into any bugsI fixed the texts but I haven't worked on post processing yet. But I exported a test build to find what's missing or has a problem.
I'm sharing the exported file for anyone who's interested to help. I need some feedback on what are the bugs and what's different from the original. For example, the one thing I found was that the game isn't locking in 16:9 aspect ratio or at least I wasn't able to. Here's the Link.
Thanks to anyone who can help.