lobibro.blogg.se

Duelyst sprites custom
Duelyst sprites custom








it’s basically a normal gm timeline, but worse.

duelyst sprites custom

So jack and casie uses a really custom ghetto variant of the basic game maker timeline system for the choreography of it’s attacks called a GTL. got decks to work perfectly in the overworld, so the next step was to make sure inventory transfers between the field and overworld worked (by, again, saving everything to a data structure and then just keeping the data structure while wiping all the field gameplay variables to make way for the overworld gameplay variables) I spent like a fuckin day on this problem tearing my hair out because i thought i was, again, running into some sort of horrible gm limitation but no it’s just breaking my line of sightĪnyway after fixing all that bullshit it was smooth sailing for a little while. do you see the problem? the book at the bottom right doesn’t have a price attached to it, but the guns on the left do The reason why i’m not exactly sure how i fixed it is because the math is just befuddling like at some point i just started to move around, add or subtract numbers from random relevant situations and this isn’t even the craziest part per se because usually that technique works for me and this time it did too, so i think it was just some sort of order-of-operations miscalculation that i dont understand because i passed high school math basically by accidentĪs a footnote right around this time i had another especially goofy bug. I think the problem was that, when the deck was cleared when you closed it, all the items would save their relative x / y locations not to the top left corner of the deck, but to the top of the screen, so every time you load the deck back up again that same miscalculation would happen over and over again and the items would ‘fall’ into your inventory (at which point it crashed the game) (inconsistently.) What’s happening here- and i’m struggling to recall exactly what happened because i’m not sure how i fixed it- is that whenever the deck is loaded and unloaded all the items budge exactly one inventory space down and to the right. it actually went much more smooth then i expected I guess if i had to give you a star trek simplified explanation it’s like someone who knows english as a second language accidentally lapsing back into like, spanish or something while typing a transcript of a court case, and then when they read it back to the judge the phrase ‘estoy poopin’ triggers a manchurian agent switch in the transcriptor and they kill everyone in the roomīut that was no problem! that was just a matter of sorting out some bad references to data structures.

duelyst sprites custom

load that same janky busted item but when you try to click on it, it instantly crashes the game.load a janky busted item with the wrong hitbox and the wrong item description and the wrong name.

duelyst sprites custom

Or, worse, the item would be removed from the deck but because of some goofy data structure problems (i’m using a list to store all the relevant variables) when the deck takes inventory of all the items still in it and then saves itself it would accidentally save a bunch of random variables from wherever the fuck and then when you reload the game it would either Or, worse, you could take the item and the game would remember that you took something but not remember what so it would remove the wrong item from the deck especially in the early versions they had some weird quirks- mostly things like save bugs, where if you take an item from a deck and close the deck it wouldn’t remember that you took that item so when you reload it the item is mysteriously back Or in the case of my extremely early debug adventures, under casie’s dumbass pokemon chair-stoolsĭevelopment on them went about as well as you could expect them to. So i’ve mentioned them before but there’s this new system in the new demo that i call ‘storage decks’ and they’re completely behind the scenes they’re essentially the world’s inventories, that you can interact with when you talk to certain characters or examine certain things in the world like shinies and chests and under people’s beds










Duelyst sprites custom