Results 1 to 5 of 5

Thread: possible rsbot in python? :)

  1. #1
    Join Date
    May 2013
    Posts
    205
    Mentioned
    1 Post(s)
    Quoted
    85 Post(s)

    Default possible rsbot in python? :)

    found this tutorial for webbased games:
    was wandering if possible to make some bot for rs using similar logic
    http://code.tutsplus.com/tutorials/h...--active-11117

  2. #2
    Join Date
    Nov 2011
    Location
    root@fsociety:~#
    Posts
    106
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    Quote Originally Posted by toxjq View Post
    found this tutorial for webbased games:
    was wandering if possible to make some bot for rs using similar logic
    http://code.tutsplus.com/tutorials/h...--active-11117
    Although a very interesting find, why would you do/want that? Simba is an ongoing project that has developed to how it currently is. If you want to make this in Python you're years behind, as there aren't any libraries and such yet.
    Home sweet home.

  3. #3
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Quote Originally Posted by Jeroen View Post
    Although a very interesting find, why would you do/want that? Simba is an ongoing project that has developed to how it currently is. If you want to make this in Python you're years behind, as there aren't any libraries and such yet.
    Pfft. Given that Simba actually exists he'd get concepts and ideas from here, it's much just a matter of re-implementation then. That's not too much work given motivation for it. He doesn't needto write a whole GUI and shit around it, just the library.

    Further more there exists numerous libraries that can help speed up the process, and even possibly end up with something neater than MML (mufasa macro library) - the non-gui part of simba (functions and such). Some such library are OpenCV / SimpleCV, scikit-image, various matrix processing libraries, numpy and scipy for example.

    On top of that, an experimental project, which does lack some functionality, but might still be a place to start. I would not recommend using it as is, but you are free to do whatever you want with it; which is why I've shared it.

    And just to top that of even more: MML is avialable through a ctypes wrapper, so it can be used from Python. It's fairly feature complete. Not every method is exported because some are pointless in python.
    Last edited by slacky; 06-29-2016 at 01:40 PM.
    !No priv. messages please

  4. #4
    Join Date
    Nov 2011
    Location
    root@fsociety:~#
    Posts
    106
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    Quote Originally Posted by slacky View Post
    Pfft. Given that Simba actually exists he'd get concepts and ideas from here, it's much just a matter of re-implementation then. That's not too much work given motivation for it. He doesn't needto write a whole GUI and shit around it, just the library.

    Further more there exists numerous libraries that can help speed up the process, and even possibly end up with something neater than MML (mufasa macro library) - the non-gui part of simba (functions and such). Some such library are OpenCV / SimpleCV, scikit-image, various matrix processing libraries, numpy and scipy for example.

    On top of that, an experimental project, which does lack some functionality, but might still be a place to start. I would not recommend using it as is, but you are free to do whatever you want with it; which is why I've shared it.

    And just to top that of even more: MML is avialable through a ctypes wrapper, so it can be used from Python. It's fairly feature complete. Not every method is exported because some are pointless in python.
    The master has spoken . Thanks for your input. What is an advantage of a bot written in python versus say something like simba?
    Home sweet home.

  5. #5
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Quote Originally Posted by Jeroen View Post
    The master has spoken . Thanks for your input. What is an advantage of a bot written in python versus say something like simba?
    You can take advantage of the huge ecosystem; tons of people, buckloads of modules (libraries), tutorials, etc.. as well as a big standard library. Python is just overall easier to write stuff in, it's one of the reasons it became so largely used.
    Features in the language just makes your everyday a bit more sunny, that is once you learn to utilize the language fully. As an example implementing different algorithms in Python is often times simpler than in Pascal, which is why I often write 'em in python before translating to pascal.

    No further comments.
    Last edited by slacky; 06-29-2016 at 04:49 PM.
    !No priv. messages please

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
  •