Jump to content

spior

Members
  • Posts

    378
  • Joined

  • Last visited

Posts posted by spior

  1. I don't know how the menu code functions AT ALL, but I'm guessing you're not passing a local variable menuDef_t to that function.

    If you're passing a menuDef_t* (pointer) then you'd need to do some shit like

    itemDef_t CreateItem(menuDef_t **menu, int type)

    then pass it as

    CreateItem(&menu, type); or whatever.

    Ooooor you can just pass a pointer to menu->ItemCount if that's the only thing that needs to change. So it'd become...

    itemDef_t CreateItem(menuDef_t **menu, int type, int *ItemCount)
    {
    ...
    *ItemCount++;
    }

    But yeah someone correct me if I'm over-complicating this.

  2. Chrome just disabled JKHNotif on my browser and won't let me re-enable it because "it was not from the Chrome web store and it may have been installed without your knowledge" and now... For your protection, you can only use Chrome extensions that you get from the Chrome Web Store.

    @@spior just thought you might want to know

    lol :^(

    ugh, I suppose I could try and get it in the store. I have no idea how to go about doing that but yea, how hard can it be.

  3. I never listened to either of those two, actually.  Its not EVERY band or album I can't stand, but, it just seems much of the stuff I heard from the mid 90's onward really didn't catch my ear as the stuff from the late 80's or early 90's did. 

     

    This is still my all time favorite death metal album, and, probably one of the best albums I ever bought. This album cover is also something I always wanted to make in Radiant, too.

     

    http://youtu.be/fNAygChlA7Y

    I can definitely hear some Spiritual Healing in this :P Not bad.

  4. This was a pretty good posting there, Spior. I'm not much a fan of Death Metal past 1995 because the vocal style changed and this band is no exception to that. I think the only word I understood was perception.. lol...  However, musically, this song is pretty good! 

    Oh I listen to way worse stuff than that, vocally speaking, but yes this song/band caught my eye because I'm pretty sure they are doing more tapping than picking :D

    Why 1995 though? Don't you like Death's last two albums?

  5. @@spior 

     

    That's not what I mean xD. What I mean is, OpenJK opens up so many more new possibilities for makermod. Surely, Scooper would be inspired to come back?

    Scooper never left, he's just busy. And no, I doubt it. He knows what he has to do, just lacks the time (and motivation).

    Makermod is actually fine as it is, it just needs players and those players need creativity.

×
×
  • Create New...