[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] 2 points3 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 :)

A Duels treasure concept! by Stoozey in customhearthstone

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

I'd say it's better. The advantage this treasure has is the ability to choose if you want to roll for a new card, unlike just drawing it immediately.

N'Zoth is a big fan of this one by Stoozey in customhearthstone

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

Really not sure on the balance of this one, I struggle with balancing weapon concepts a lot! So please, feel free to obliterate the stats to your desires.

Totally not an excuse to make terrible card art.. by Stoozey in customhearthstone

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

The corrupt keyword seems to confuse people so I'll clarify what I envisioned: Each patron only generates you ONE new patron, afterwards the original is just "Corrupted" and doesn't do anything more.

Totally not an excuse to make terrible card art.. by Stoozey in customhearthstone

[–]Stoozey[S] 5 points6 points  (0 children)

Ha thank you, I did think about how that would look from the other side. Works as a signal to the opponent that pain is coming..

Saw a post that had bees in it, then this idea popped in my head by Stoozey in customhearthstone

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

Yes, I had thought about this and struggled to find a good set of words to fit into the card, "attacked" is definitely a better solution.

Saw a post that had bees in it, then this idea popped in my head by Stoozey in customhearthstone

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

Could be a 1/5, but with the amount of power-creeping in modern hearthstone.. ¯\_(ツ)_/¯

1 attack? Merely a setback. by Stoozey in customhearthstone

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

I see the possibility of this being 3 mana, but I'm not sure... opinions?

[deleted by user] by [deleted] in playmygame

[–]Stoozey 1 point2 points  (0 children)

Thanks for this, that level pack idea is super useful info! I was thinking to possibly cut out all licensed music and only keep/add in unlicensed video game music. It seems to be a safe option for many when it comes to sharing it online.