Hypatia

@hypatium.bsky.social

disabled as shit gay weirdo game designer artist thing <3 copyright abolitionist https://ko-fi.com/hypatia

keep having issues with every GPU i've bought for my windows 98 pc. one of them just straight up stopped working and the other two have VRAM issues. gunna try and fix the one thats less fucked

started doing a top down CGA tile set for 160x100 pixels and uuhh think that might be a bit *too* small. i was trying to make each tile 8x8 pixels -_- i could do a 16x16 based tileset its just obviously thats twice as zoomed in so...

unsurprising that DLSS5 looks good when its an actual release candidate, artists are given total control over where its used & the game was designed around its implementation course no one is going to bother making a completely bespoke model for their game so it will only be useful for hyperrealism

have been spending so many hours trying to understand how to write my own function to read keyboard bytes in DOS. have at least figured out (hopefully) how to read the address of the old keyboard function and load in a new one. but uhh my function is more conceptual rn lol

i figured i should start with something simple with this DOS stuff and make Pong. its teaching me plenty about C............ and it took me two+ hours to write a function to draw a dotted line. i rly should be asleep -_-

Bild

Transphobic attacks on the Welsh Gender Service, supported by supposedly reputable media outlets like Nation Cymru, have now bourne fruit: Our sources in the trans community tell us that the Cardiff GIC has begun cancelling scheduled surgeries for trans patients.

Over the past few weeks an attack has been launched on the Welsh Gender Service, spearheaded by right wing politicians but supported by supposedly reputable media outlets like Nation Cymru.

Now our sources in the trans community tell us that the Cardiff GIC has begun cancelling scheduled surgeries for trans patients.

As far as we know no news outlet has picked up this story yet so we feel a duty to inform our followers.We welcome the organic response already forming in the trans community, but its clear that the current methods of marches, lobbying and so on are no longer sufficient.

Trans people and our cis allies need to organise to directly take on the transphobic apparatus denying us healthcare, and keep working to build strong DIY networks in the meantime.

If there's a trans person in your community struggling today, lend them your strength. Remember, the only antidote to despair is action.

customized my wow server to add ~100 bots to goldshire inn who will never leave and are programmed to argue about the xbox 360 vs ps3 nonstop

Bild

Happy 5th birthday, PSYCHONAUTS 2! 🎂🥳 Check out these pieces of cool concept art to celebrate the birthday of this very (double) fine game; shout out to the incredible DF artists past and present for these amazing works! 🧡 Drop your favorite P2 mental world in the replies ⬇️

BildBildBildBild

just spent 30 minutes trying to figure out why this stopped my game compiling: for (int i = 0; i < 256; i++) u see the issue? u seeeeeeee it? cuz i didnt. ...old C doesnt let you declare variables inside for loops. it has to be: int i; for ( i = 0; i < 256; i++) -_-

i got my DOS program to load, read, decompress and then display PCX images ^__^ and! i can change the palette on the fly but! most importantly!!!! it works on real hardware!!!! i practically vibrated out of my skin when it actually displayed on my CRT ^_____^

a screenshot of a DOS program with some debug text in the top left, a solid square in the bottom left and on the right a pixel art image of vulpixa screenshot of a DOS program with some debug text in the top left, a solid square in the bottom left and on the right a pixel art image of vulpix but using a different palette from the first image so it looks pretty trippya photo of a CRT running the same DOS program with the same debug text in the top left, solid square in the bottom left but on the right a custom pixel art image of a trainer battle intro from the pokemon gameboy games is displayed. the text in the screenshot says 'G wants to fight!'.

my coding experience before all this has just been gamemaker, unreal engine and watching youtube videos about old video game code ....so coding C for DOS definitely feels like jumping in the deep end. wheeeeeeeeee ^_^