Menu

diablo mockup

2009-03-13
2012-09-17
  • Paul Kendrick

    Paul Kendrick - 2009-03-13

    creek, i started ripping diablo 2 sprites. you wanna make a diablo mockup? this will get publicity among diablo fans. :D

    podgod

     
    • Mj Mendoza IV

      Mj Mendoza IV - 2009-03-19

      As long as I'm not involved, go ahead. :D

       
    • Paul Kendrick

      Paul Kendrick - 2009-03-19

      now now, whos gonna code? :P

      podgod

       
    • Mj Mendoza IV

      Mj Mendoza IV - 2009-03-26

      Surely, that won't be me. ;)

       
    • Paul Kendrick

      Paul Kendrick - 2009-03-29

      started coding for the last few days. gonna show you demo later.

      podgod

       
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-03-29

        That would be cool. I imagine the filesize if you're using BMP instead of PNG.

         
      • Paul Kendrick

        Paul Kendrick - 2009-04-01

        freeke supports PNG right? im using PNG. :)

        podgod

         
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-04-03

        So does Quixie. ;)

         
    • Mj Mendoza IV

      Mj Mendoza IV - 2009-04-08

      So, are you going to use Quixie? You could force rejection if the script is run with FreeKE... use Konsol:GetVersion()

       
      • Paul Kendrick

        Paul Kendrick - 2009-04-13

        nice! i made another function to check if its using freeke.

        function isFreeke():Boolean {
        Var:Boolean b;
        isQuixie(b)
        if (b == true) {
        b = false;
        }
        return b;
        }

        podgod

         
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-04-13

        Is that necessary? Anyway, I've added it to the source snippet.

         
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-04-15
         
      • Paul Kendrick

        Paul Kendrick - 2009-04-17

        hmm... interesting. so does "path\to\myfile" will become "path/to/myfile" when run on gnu/linux?

        podgod

         
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-04-18

        Ideally it should be, but when I test it on Ubuntu, it didn't. :P

        Here's why: https://sourceforge.net/forum/message.php?msg_id=7215678

         
      • Paul Kendrick

        Paul Kendrick - 2009-04-10

        i really think i made a simple function that checks if it runs on quixie or freeke. if you could make one that i could use ill be pretty happy to use it :P

        podgod

         
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-04-10

        Okay, here it is:
        http://konsolscript.sourceforge.net/forum/viewtopic.php?f=2&t=12#p69

        Use it with:

        if (isQuixie() == false) {
        Konsol:Message("Please use Quixie instead","Engine Check")
        Konsol:Exit()
        }

         
      • Paul Kendrick

        Paul Kendrick - 2009-04-14

        hey creek what about checking the platform? which os? is there a Konsol:GetOS?

        podgod

         
    • Paul Kendrick

      Paul Kendrick - 2009-04-21

      creek could you host this 0.0000001 alpha of diablo?

      podgod

       
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-04-22

        Is it ready?

        We could probably host it as long as we put disclaimer on the graphics you used.

         
      • Paul Kendrick

        Paul Kendrick - 2009-04-24

        what for? they wont mind anyway xD

        podgod

         
      • Mj Mendoza IV

        Mj Mendoza IV - 2009-04-27

        Wont they? :-/

        Either way, we should still give credit where credit is due. ;)

         
    • Mj Mendoza IV

      Mj Mendoza IV - 2009-03-15

      It's always nice to get publicity if its not bad publicity :P

      Are we okay to use diablo rips? Blizzard could sue us on that.

       
    • Nobody/Anonymous

      wow! diablo diablo diablo! do it paul. bad pblicity is a publicity.

      ~[hero]~

       

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.