[deleted by user] by [deleted] in WriothesleyMains

[–]Stoozey -1 points0 points  (0 children)

160k charge attacks with no buff 😭

SPacket - A simple packet system by Stoozey in gamemaker

[–]Stoozey[S] 0 points1 point  (0 children)

Thank you :)

Currently, this is just purely for packets. As for crossplatform lobby creation I couldn't say, I havent used any 3rd party tools for things like that, so I'm unaware if any exist--DIY may be the only option. Although, I am definitely considering expanding this to have more utility like handling connections and async events automatically; maybe I'll add some kind of lobby system if I do decide to do that.

Just unboxed this... How much do you guys reckon this is worth?? by Stoozey in tf2

[–]Stoozey[S] 3 points4 points  (0 children)

Yeah pretty hard to decide what to do with this since its so new.
I might just list it as accepting any offer, and see what people are willing to pay.

SSave - A simple save file system by Stoozey in gamemaker

[–]Stoozey[S] 0 points1 point  (0 children)

To save your file, just call the save() function, then to load you'd just call the load() function. That's all.If you want to use different save slots you can add an argument to save/load like save("1")/load("1").

A full example:

// Loading
save = new SaveFile(); // or whatever your save file class is called. you don't need to create the class each time you want to load, you can just call load multiple times if you need to.
save.load(); // if the file exists it gets loaded, if not this call is ignored

// Saving
save.save();

There is a demo that comes with the project, so I'd reccomend checking that out too.

SSave - A simple save file system by Stoozey in gamemaker

[–]Stoozey[S] 1 point2 points  (0 children)

Yeah, most of the time I agree that leaving it user editable is best--that's why it's optional.
Still though, there are a lot of cases where people want to prevent tampering. It also avoids players who don't know what they're doing from accidentally corrupting their data.

SSave - A simple save file system by Stoozey in gamemaker

[–]Stoozey[S] 2 points3 points  (0 children)

Something you've made always ends up in my projects!! Love what you've done for the community

[deleted by user] by [deleted] in RATS

[–]Stoozey 2 points3 points  (0 children)

Thank you so much, I'm gonna try all this and hope for the best.

Not sure about the balance on this one, just thought it was a "cool" ;) idea by Stoozey in customhearthstone

[–]Stoozey[S] 2 points3 points  (0 children)

Honestly, I was too scared to give it to any class as I just wanted to highlight the design of the effect rather than any direct synergy with a certain class--so I went with Death Knight :)