Yeah that feedback is definitely helpful, We'll be cleaning up a lot of that stuff in the coming months! Thanks for playing!
Evil Villain Games
Creator of
Recent community posts
Glad you were able to finish it!
Yeah those are good catches. There's something wrong with reloading and extra clip size that causes that unable to fire bug right now.
Here's our official discord if you want to report those or anything else
https://discord.gg/rfZVsP9v8S
Hey I know this is super old but I'm using binary files to save. Does this look like roughly what you got working? I'm still having some trouble with this.
public void SaveGameStats() { string saveFileName = "GameStats"; string savePath = Application.persistentDataPath; #if UNITY_WEBGL savePath = "idbfs/Skull_Scavenger"; #endif using (FileStream file = File.Create(Path.Combine(savePath, saveFileName))) { new BinaryFormatter().Serialize(file, curGameStats); } }
Hey friends, we just released our game Skull Scavenger last Thursday, We're looking for feedback so we can improve it so please let us know what you think.
Skull Scavenger is an unforgiving twin-stick Extraction Looter Shooter where you are a soul trying to get out of hell. Escape before your skull is shattered or lose everything!
Here's a link to the game!
https://evil-villain-games.itch.io/skull-scavanger
Here's the Trailer
There is a lot of looting and collecting in the game if you're into that kind of thing!
I got a new computer recently and ever since I have been getting various errors saying itch Io is unsafe whenever I attempt to play any web games or download the itch client or download any games. It is complaining about some kind of security certification most of the time. Bit defender blocks it first, If I turn that off Firefox blocks web games, chrome it basically can't find them and so does explorer. If I try to download something from itch with bit defender disabled I get a big red screen from Verizon saying that it's unsafe I can't get past. But it's not the ISP because I can access itch on other machines connected to this network. I can't figure out what could be going on here.
Any ideas would be super helpful! Thanks in advance.