• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Search results

  1. GIRakaCHEEZER

    Who is the most overrated character in this game, in your opinion?

    Jack isn't on the list. Please add "Jack".
  2. GIRakaCHEEZER

    My Prior Issues With GIRakaCHEEZER

    In regards to this warning specifically, I gave the warning once it had received a 2nd report by another user. I was a bit on the fence about giving it a warning before that, but since 2 people took the time to report the post, I figured it was enough of an issue that it deserved a warning.
  3. GIRakaCHEEZER

    Undertale

  4. GIRakaCHEEZER

    Undertale

    I extended my pxtone cover of Nyeh Heh Heh, and now it's a cover of both Nyeh Heh Heh and Bonetrousle! You can get the source ptcop file here: https://www.mediafire.com/?ku07hz57h2r67bh
  5. GIRakaCHEEZER

    Undertale

    The timing is still mostly the same, since Bonetrousle is just "Nyeh heh heh" but with some more instruments and a few new variations on the melody. The timing of your notes is all wrong, and by that I mean you have long notes where there should be short ones. I'm almost done making something...
  6. GIRakaCHEEZER

    Undertale

    "Oh! One True Love" and "Quiet Water" sound pretty good, but Bonetrousle has the timing/length of the notes all wrong (and the chords of the main accompanying part are wrong too). Rather than point them out in the org, I figured it might be faster/funner to just make a pxtone and show you...
  7. GIRakaCHEEZER

    Cavernous Storybook: Have I officially written the most insane CS crackfic since Doukutsu Days?

    I don't see how him knowing (or not knowing) that the text in his avatar means "just as planned" has anything to do with his fanfics being terrible.
  8. GIRakaCHEEZER

    Programming General

    One thing I've been doing recently (in Java, incidentally) is working on shaders for the Tess engine. Here's a proof of concept (and very simple) circle based light: Next I want to make a light that properly casts shadows, which is a bit more involved (mostly just line intersection...
  9. GIRakaCHEEZER

    Programming General

    If you're going that far then IMO you should probably just start making your own game engine, since it'll make things easier in the long run. That is, if this is for personal use.
  10. GIRakaCHEEZER

    Programming General

    Well similarily I don't think it's worth the effort to make the screenshot key in the first place, given that's there's a plethora of tools that already do the job. I'm sure some people will enjoy it, but I don't see many people making much meaningful use out of it.
  11. GIRakaCHEEZER

    Programming General

    This alone doesn't really make it better than printscreen, since you can save the results of a printscreen to a bmp anyways. And shouldn't you be saving it as a .png, if you can? BMPs are kind of huge/redundant in filesize. But what Raus said would be a good argument for an ingame button, if...
  12. GIRakaCHEEZER

    Let's Play Dangan Ronpa!

    Let's talk more about how things "balance out"! Chapter 3 Part 26:
  13. GIRakaCHEEZER

    Quick Modding/Hacking Answers Thread

    I still would strongly recommend against doing so, it's a bad habit to get into (variable names almost always have to have no whitespace in them in most languages). But did you try stepping through the code to make sure the line where .inuse is set to 0 is actually getting hit?
  14. GIRakaCHEEZER

    Kitten Battle Dungeon

    I'm not a member of the core development team for this or anything, but from what I've heard, this ship has sank.
  15. GIRakaCHEEZER

    Mimiga Animation

    This seems like a very cheap solution but also a very very wrong solution. 2 people talking to each other using only a dictionary in a language they know nothing about is just going to result in poor grammar and/or your own made-up language, basically. Case in point: As far as I can tell...
  16. GIRakaCHEEZER

    Quick Modding/Hacking Answers Thread

    Your definition names really really shouldn't have any spaces in them ( "sprite height", "max frames"). I'm not sure if this is what's causing your issues but I'd strongly recommend you use underscores instead. Also, are you stepping through the code and confirming that the line "mov...
  17. GIRakaCHEEZER

    Does it bother anyone else that you can get Chaco's lipstick?

    I find it odd that you take issue with the lipstick and yet leave out the matter of "Curly's panties" entirely in your post. To me, that seems a bit less kid friendly, since at least with the Chaco's lipstick thing all that happens is you get some lipstick after sleeping. It's only dirty if...
  18. GIRakaCHEEZER

    Does it bother anyone else that you can get Chaco's lipstick?

    Yeah, it gets me pretty hot and bothered. God forbid that kids get their hands on a scandalous item like lipstick. They might think it's something that people actually wear.
  19. GIRakaCHEEZER

    Putting Real Music in CS

    Noxid's the one you're gonna wanna ask about that, as he's the only one who ever used the hack, I believe.
  20. GIRakaCHEEZER

    Putting Real Music in CS

    Because it's a wav. A wav is an uncompressed format. To give you a comparison, an ogg is to a wav like a jpg is to a bmp. So you'll likely be saving a lot of space by using an ogg instead.
  21. GIRakaCHEEZER

    Let's Play Dangan Ronpa!

    Let's show everyone the evidence! Chapter 3 Part 25:
  22. GIRakaCHEEZER

    American Gun Laws

    Yeah sometimes these discussions can get heated but I always like to think we're able to walk away from them a little more educated than before.
  23. GIRakaCHEEZER

    Professionally right now I'm working as a programmer, but I like to make games and things on the...

    Professionally right now I'm working as a programmer, but I like to make games and things on the side. I don't know if you've seen it in my signature, but I made this short game called Tess that I made all the music for: http://gamejolt.com/games/tess/34732 I also have a bunch of original...
  24. GIRakaCHEEZER

    Putting Real Music in CS

    This will work, but the pxtone files will be huge. Try saving it as a ogg instead, since pxtone can use oggs as samples, I think (and it will be so much smaller).
Back
Top