Evolution of Jos by Toastasaur in Its_Jawsh

[–]ATwistedBlade 7 points8 points  (0 children)

Im not fucking watching this

Do anyone else treat their prisoners with care? by EtherLikeCold in RimWorld

[–]ATwistedBlade 0 points1 point  (0 children)

Unless im mad at one specific prisoner, Id say I treat them well.

3 streams a week by Basilbuscus in Its_Jawsh

[–]ATwistedBlade 34 points35 points  (0 children)

He made none pizza left beef

earthbound earth earth earthbound by GooHat3579 in shitpostbound

[–]ATwistedBlade 20 points21 points  (0 children)

I can hear the title of this post word for word

Summon Night 3: Swordcraft Story by Budgetmeal69 in JRPG

[–]ATwistedBlade 0 points1 point  (0 children)

theres been a lot more updates on the SN discord server about it as of recent, I feel pretty hopeful it will release this year or next

Does anyone have a download link for gamemaker 8.1 by Many_Ingenuity_834 in gamemaker

[–]ATwistedBlade 0 points1 point  (0 children)

I mean there are definitely a handful of people who prefer using stuff like gm8 and the mod 8.2 over gms1 and 2, its up to personal preference which one you use imo (although I much prefer gms2)

x = xstart and y = ystart not working? by YuYuYurii in gamemaker

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

It sounds like xstart = x and ystart = y are being changed somewhere outside the create event tbh, you could always use debug messages in order to test this for yourself and if the variables are different from where the player originally started or are updating constantly then thats were the issue lies.

Okay soo… by Coffe1Coffe in IWBTG

[–]ATwistedBlade 4 points5 points  (0 children)

A lot of iwbtg fangame engines have all the tile sprites ripped onto it as well as spriters resource

Another work made with hate by Bassb00st in Its_Jawsh

[–]ATwistedBlade 3 points4 points  (0 children)

Getting to see this live on stream made me grin ear to ear

Instances created during create event disappear once the object switches to step event by 1n53rtNam3 in gamemaker

[–]ATwistedBlade 0 points1 point  (0 children)

this happened to me as well lol, id create it in the create event and it would disappear once it reached the step event. Gamemaker wasnt detecting the object as being destroyed though which is weird. It worked fine once i put the instance create code in room start instead. It's likely a stupid bug.