Results 1 to 6 of 6

Thread: Remove buttons below smart client such as Disable Direct - X etc

  1. #1
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default Remove buttons below smart client such as Disable Direct - X etc

    Hi guys,

    Anyway to remove the buttons at the bottom of the smart client such as disable direct-x? Or remove one of them?

    Thanks

  2. #2
    Join Date
    Oct 2015
    Location
    Nowhere
    Posts
    134
    Mentioned
    2 Post(s)
    Quoted
    64 Post(s)

    Default

    I'm learning and this was an interesting question so I decided to look into it.. I think that you would have to modify & compile smart on your own. I can't say exactly how to do it though, but I'm pretty sure that's what you need to do.

    Apologize if I'm incorrect!

  3. #3
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Why do you want to remove the buttons?
    I am Ggzz..
    Hackintosher

  4. #4
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    Why do you want to remove the buttons?

  5. #5
    Join Date
    Jun 2014
    Location
    Oklahoma
    Posts
    336
    Mentioned
    22 Post(s)
    Quoted
    231 Post(s)

    Default

    Its this by default
    Simba Code:
    smartPlugins := ['OpenGL32.dll','d3d9.dll'];


    If you put this in it should not load the directX plugin and I think it makes the buttons go away.
    Simba Code:
    smartPlugins := ['OpenGL32.dll'];

    I might be wrong I can't test it at the moment as I really don't want to.

    If this doesn't work, try minimizing smart. That way you can't see the buttons and the problem is solved.

  6. #6
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    iirc the buttons are first added by SMART itself ("native buttons") and are further replaced or added by the plugins. So if you want to get rid of them, edit SMART's source to remove the native buttons, then edit the plugins to remove their buttons
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

Thread Information

Users Browsing this Thread

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

Posting Permissions

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