Jump to content

InMiseryWeSeekPancakes

Member
  • Posts

    395
  • Joined

  • Last visited

Everything posted by InMiseryWeSeekPancakes

  1. InMiseryWeSeekPancakes

    No Name No Name

    is that a GBA game?
  2. InMiseryWeSeekPancakes

    ngl I can't bring myself to give a shit about w…

    I stopped watching news for this reason. Well, actually, I stopped watching it because I never had an interest because I was too busy with things. But if I ever find myself having too much free time in a hypothetical world, at least I can be rest assured that I will still not watch the news anyways for this very reason.
  3. I got Titanfall 2 for $9.00, Dishonored for $3, Hunt Showdown for 20 bucks and Mount and Blade Bannerlord for 40 bucks
  4. InMiseryWeSeekPancakes

    Ps5 Lookin Lit, Xshit Series X Is Done 😂 Seriou…

    I wonder how many people actually bought this unironically.
  5. InMiseryWeSeekPancakes

    I find I play mobile games for about 4 or 5 hou…

    @Jtalk4456 Hm, maybe I'll check it out!
  6. In my menu, I have a "#" symbol which moves absolute to the CursorPosition(xcoord, ycoord). Depending on the case switch ( e.g uparrow or downarrow key ) the xcoord will move. The ycoord is a constant, since this is a menu and not a player moving on a map within a game for instance it is not necessary. Now, xcoord decrements by 10 when the uparrow is activated and increments by 10 units when the down arrow is activated. However, I have to make a system that detects when the xcoord is at a certain position since I don't want the user to be able to infinitely go down or up on the buffer screen. I just want them to be able to go a certain amount based on the amount of menu items. Which may be easy to do, what I did was devised a little while loop each time the xcoord is at the top most value of the menu items displayed on the screen or the bottom most. The uparrow is working fine, however the downarrow isn't and I have no idea. I literally just copied and pasted the uparrow while loop to the downarrow case with a few adjustments. I've been trying to fix the problem for ages, pulling out my hair. I am completely lost! I don't even know what to even began to try what to do. I've already googled for a solution to no avail. And I don't want to copy and paste someone elses menu since I would be learning nothing. bool debugmode = false; bool f4 = false; // f4 enables or disables debug mode, by default it is false, when true consquently debug mode is ac- int redo = 0; // filler for the do while loop int ycoord = 30; // x coordinate on the plane coordinate int xcoord = 35; // y coordinate on the plane coordinate ConsoleKeyInfo userinput = new ConsoleKeyInfo(); do { userinput = Console.ReadKey(true); Console.SetCursorPosition(ycoord, xcoord); Console.Write("#"); Console.Clear(); switch (userinput.Key) { case ConsoleKey.UpArrow: xcoord = xcoord - 10; while (xcoord < 20) { if (xcoord == 10) { xcoord = 20; } else { xcoord = 20 - 10; } } Console.SetCursorPosition(ycoord, xcoord); if (f4 == true || debugmode == true ) { Console.Write("X: " + xcoord + " Y: " + ycoord); Console.Write(Environment.NewLine); } Console.SetCursorPosition(ycoord, xcoord); Console.Write("#"); break; case ConsoleKey.DownArrow: xcoord = xcoord + 10; while (xcoord > 60) { if (xcoord == 70) { GoBackTenU(xcoord); } else { xcoord = 60 + 10; } } Console.SetCursorPosition(ycoord, xcoord); if (f4 == true || debugmode == true) { Console.SetCursorPosition(ycoord, xcoord); Console.WriteLine("X: " + xcoord + " Y: " + ycoord); } Console.SetCursorPosition(ycoord, xcoord); Console.Write("#"); break; case ConsoleKey.F4: if (f4 == false) { f4 = true; } else { f4 = false; } Console.SetCursorPosition(ycoord, xcoord); Console.Write("#"); break; } } while (redo == 0); } static int GoBackTenU(int xcoord) { xcoord = 60; return xcoord; } edit: this code was just a giant clusterfuck edited up fixing it myself by rewriting it
  7. InMiseryWeSeekPancakes

    I find I play mobile games for about 4 or 5 hou…

    Its gotten to the point where I don't even play mobile games anymore. I mean, I've recently started doing software development while learning so I don't have time for anything anyways. If I'm going to game, for me, its either on PC or the highway
  8. InMiseryWeSeekPancakes

    I am an addict and I seriously hope all the Blu…

    Wait... dvd's can be Region Locked?
  9. InMiseryWeSeekPancakes

    anyone here volunteer regularly?

    I mean, I volunteer occasionally in a helpful manner but not regulary since I am pretty busy
  10. InMiseryWeSeekPancakes

    anyone here volunteer regularly?

    what do you mean?
  11. InMiseryWeSeekPancakes

    I feel so dirty. I like a 6ix9ine song

    "Turn around and hit it from the back, back, backBend her down then I make it clap, clap, clap" ( ͡° ͜ʖ ͡°) )
  12. InMiseryWeSeekPancakes

    Thanks @InMiseryWeSeekPancakesfor suggesting to…

    @FloRolf And Seaworld is a heck of fun and so is Kennedy Space Center, I should have mentioned that
  13. InMiseryWeSeekPancakes

    Thanks @InMiseryWeSeekPancakesfor suggesting to…

    @FloRolf There's different parts of Orlando, same thing goes with Ybor City, you have the shit part of it and the nice part, believe me, if you saw the "bad" side of Ybor you would have alot more tolerance for the "bad" side of Orlando lol.
  14. InMiseryWeSeekPancakes

    my 2011 mac mini struggles to play 1080p videos…

    Are you kidding? @mrchow19910319 I can code on an IBM 5150 from the late 1980s! programming works like a charm on my mac. I've never even seen a device that's bad for coding...
  15. InMiseryWeSeekPancakes

    Thanks @InMiseryWeSeekPancakesfor suggesting to…

    @FloRolfAlso, when will you be streaming...
  16. InMiseryWeSeekPancakes

    @firelighter487 do you like the k95 platinum?

    Fair enough
  17. InMiseryWeSeekPancakes

    @firelighter487 do you like the k95 platinum?

    @firelighter487 Have you seen how many keyboards I have lol? I don't need anymore! I actually just want to know your opinon on it since a buddy of mine actually wants one and you have one. Firstly, do you have the blue, red, brown or cherry mx speed varient of the keyboard?
    1.   Show previous replies  1 more
    2. InMiseryWeSeekPancakes

      InMiseryWeSeekPancakes

      @firelighter487 Have you seen how many keyboards I have lol? 

      I don't need anymore! I actually just want to know your opinon on it since a buddy of mine actually wants one and you have one. 

            Firstly, do you have the blue, red, brown or cherry mx speed varient of the keyboard? 

    3. Ashleyyyy

      Ashleyyyy

      i have the version with brown switches. 

       

      i will say this though, i've only ever owned 2 mechanical keyboards. this one and a K65 with red switches, so i don't know a lot about them. 

    4. InMiseryWeSeekPancakes

      InMiseryWeSeekPancakes

       Fair enough :)  

       

  18. InMiseryWeSeekPancakes

    ok am i just stupid or could you always scroll…

    Incredible.
  19. InMiseryWeSeekPancakes

    my 2011 mac mini struggles to play 1080p videos…

    @firelighter487 Well imma try it out now since I'm using my macbook.
  20. InMiseryWeSeekPancakes

    Thanks @InMiseryWeSeekPancakesfor suggesting to…

    @FloRolfYou got that message right? ^
  21. InMiseryWeSeekPancakes

    my 2011 mac mini struggles to play 1080p videos…

    @firelighter487I'm using opera because I can't, for some reason, do video playback on chrome. And I wouldn't use safari if it was on my life.
  22. InMiseryWeSeekPancakes

    my 2011 mac mini struggles to play 1080p videos…

    @firelighter487 I'm gonna blame it on macos. That's why I dual booted windows, blackarch linux and mac os on it. I never tried watching videos on the windows side of things on that laptop or linux
  23. InMiseryWeSeekPancakes

    my 2011 mac mini struggles to play 1080p videos…

    @firelighter487 Your shitting me...
  24. InMiseryWeSeekPancakes

    my 2011 mac mini struggles to play 1080p videos…

    Gaming is suprisingly delightful on it though, seriously, if you install windows or if you use metal or the vulkan api I can actually run Skyrim on it @30fps low-medium 768p no aa.
×