Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: J.C update to blog:Sneak Peek At Druglord New UI

                  
   
  1. #1
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    33
    Posts
    2,976
    Rep Power
    109

    psp J.C update to blog:Sneak Peek At Druglord New UI

    news via J.C

    Heres what J.C had to say-

    Here is a sneak peek at some of the changes I have made to the Druglord UI.........



    Druglord Changelog

    I am currently working on a new release of PSP DrugLord. The next release should contain the following:

    * Improved performance
    * Changes to the GUI
    * Bug fixes
    * Improved game logic
    * Splash screen
    * High score table

    In the mean time you can download eboots for the beta version at the link below (thanks to gunntims0103 from building the eboots).

    Great news for a highly addictive game!

  2. #2

  3. #3

    Default

    The UI is a separate set of libraries that can run independently. It supports a variety of widget types including:

    AlertBox
    Messagebox
    Dialog Box
    Selection list
    Buttons
    Numeric Entry
    Images
    Sounds
    Shapes
    Gradients

    The initial release of these had some performance issues but I have all but fixed those now and a new version will be released as part of the Druglord release.


    To create a button you do:

    Btnalert = Button("name","parent","QuickClickKey",width,"label",X,Y)

    The following is an example of how to use the widgets:

    require("luaWidgets.lua")


    ClearScreen()

    Btnalert = Button("BtnAlert","main","t",90,"Show Alertbox",40,80)

    Btnalert.OnClick = function()
    AlertBox("Information","This is an example of an alert-box","now")

    end

    Btndialog = Button("Dialog","main","c",90,"Show Dialog",40,100)

    Btndialog.OnClick = function()
    diaTest = DialogBox("diaTest","main",435,165,"Dialog Test")
    diaTest:View()

    btnExit = Button("BtnExit","diaTest","c",65,"Exit",10,160)
    btnExit.OnClick = function(self) diaTest:Hide() end

    end

    Btnexit = Button("Btnexit","main","s",90,"Exit",40,120)

    Btnexit.OnClick = function()
    gWaitForExit = true;
    end

    WaitForEvent()
    Remember - Don't sweat the petty things and
    Don't pet the sweaty things......

  4. #4
    DCEmu Newbie
    Join Date
    Jul 2006
    Posts
    12
    Rep Power
    0

    Default

    Dude, I LOVE this game... I use to play it for HOURS on the PC.. its a total bummer that its a LUA game any chance that you can just make it a straight eboot ? a lot of us dont like to run LUA

  5. #5
    Registered User Mr. Shizzy's Avatar
    Join Date
    Apr 2006
    Location
    In The UMD Drive
    Posts
    1,386
    Rep Power
    0

    Default

    Great release!!
    I've always got a kick out of this game.

  6. #6

    Default

    Gunntims0103 has already created an eboot for it, check out

    http://www.dcemu.co.uk/vbulletin/showthread.php?t=46345
    Remember - Don't sweat the petty things and
    Don't pet the sweaty things......

  7. #7
    DCEmu Rookie baracki96's Avatar
    Join Date
    Oct 2006
    Location
    Tampa, FL
    Posts
    204
    Rep Power
    0

    Default

    A bit sketchy, but awesome nonetheless. Good work to the coder.

  8. #8
    DCEmu Regular vision's Avatar
    Join Date
    Dec 2006
    Location
    Mars
    Age
    31
    Posts
    397
    Rep Power
    68

    Default

    Hmm how come i havent heard of this game before..*downloading guntimms eboot*

  9. #9
    DCEmu Pro
    Join Date
    Mar 2006
    Location
    OR
    Age
    33
    Posts
    679
    Rep Power
    69

    Default

    it says "Ectasy"

  10. #10
    DCEmu Regular
    Join Date
    Jul 2006
    Location
    In your mothers bed...
    Age
    38
    Posts
    360
    Rep Power
    0

    Default

    .

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •