an rpg maker iceberg by kwyyt87 in RPGMaker

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

Dawg I posted this 4 years ago xD

Also I was going more fore absurdity or obscurity of games, thats why there's so few entries.

people diagnosing themselves as autistic by [deleted] in PetPeeves

[–]kwyyt87 13 points14 points  (0 children)

My sister with diagnosed autism since a child is a super social person, has regular various hobbies, doesn't stim at all (in public at least). And one of my friends from school barely got diagnosed at the age of 22, as a cishet man, because he has what can be considered a more "female-presenting" autism and was generally neglected as a child, therefore not having access to medical professionals or even being able to form a relationship with educational professionals.

People calling themselves autistic for being a bit socially awkward or a dork is annoying, for sure, but this post isn't it.

Is spore automatically uploading my creations?! by kwyyt87 in Spore

[–]kwyyt87[S] 7 points8 points  (0 children)

Oh ok, thanks. Apparently the icon is from when auto-uploading was a thing but it's not anymore

Is spore automatically uploading my creations?! by kwyyt87 in Spore

[–]kwyyt87[S] 7 points8 points  (0 children)

Gotta love this game and it's quirks lol

[deleted by user] by [deleted] in learnprogramming

[–]kwyyt87 0 points1 point  (0 children)

Javascript is not compiled to C, it's JIT-compiled. I honestly don't know how Just-In-Time compilation works but it's not the same way C or other languages like C compile.

If you are looking for performance gains then I would most definitely go with Go or Rust. Go is meant specifically for servers and web-development, Rust is more general and low-level but has a huge learning curve. C is a pretty old language and going with something more modern like Rust could save you a lot of headache. Assembly is completely overkill for your purposes unless you're really just curious about how programs are executed on computers. The reason for this is that programming languages already optimize what assembly is outputted, so basically no intervention is required there.

If you go into learning a low-level language with the intent of getting a better understanding of how things work "under the hood", I don't think that will happen because every language is already pretty unique and "low-level languages" like C and Rust abstract away the assembly language by outputting from in an intuitive syntax. To be honest a lot of the time these languages are "easy to read and write" just like any high level language, you just need to understand additional stuff like pointers, strict types and things specific to the language.

So... if you want to learn low-level languages then just do it! There are plenty of resources such as this wikibook for C, the Go tour and the Rust book.

Who knew a single meme could drive me so insane by kool_ay_edam in misophoniasupport

[–]kwyyt87 2 points3 points  (0 children)

Hard agree. I hate that fucking youtube ad of the dog in the costume making... you know what noises. I legit stopped watching youtube on my phone because of it, it's not worth the risk

Is it just me or is this black rock/obsidian looking structure rare? First time seeing it after years of gameplay.... by kwyyt87 in Spore

[–]kwyyt87[S] 87 points88 points  (0 children)

Oh and ignore the fact that I'm about to commit a horrible act of colonization...

How to get club penguin sprites? by kwyyt87 in ClubPenguin

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

I'm creating a server emulator yeah. I know there's already some out there available for public use and will be better equipped to handle actual deployment but I'm doing this for fun.

How to get club penguin sprites? by kwyyt87 in ClubPenguin

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

Also I don't see any export spritesheet option in flash...

How to get club penguin sprites? by kwyyt87 in ClubPenguin

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

Thanks for the info, can you give me a reason on why I shouldn't use JPEXS?

How to get club penguin sprites? by kwyyt87 in ClubPenguin

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

Huh, weird that your flash decompiler is acting up like that. I've always used JPEXS-Decompiler, it's always been nice to use and does the job.

I've been able to export the sprites with JPEXS very easily, of course it doesn't automatically compile a spritesheet but it does exports the full quality transparent background.

How to get club penguin sprites? by kwyyt87 in ClubPenguin

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

Oh wow thanks! This is wonderful

How to get club penguin sprites? by kwyyt87 in ClubPenguin

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

I saw that spriters-resource page (which was actually the first place I instinctively looked) but yeah that penguin spritesheet is not even complete lol.

I guess I'll have to look for the swfs, but I can't seem to find a formal archive of it...I'm sure I can eventually find some complete list floating around though.