Results 1 to 3 of 3

Thread: misc for Simba?

  1. #1
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default misc for Simba?

    Hey, I just tried using debugtpa() in debug.scar from the misc folder.

    I guess stuff in misc isnt exactly updated for Simba?

    [Error] C:\Simba\Includes\srl/srl/misc/debug.scar(33:25): Unknown identifier 'TheDate' at line 32
    Compiling failed.

    Path := AppPath + TheDate(3) + ' - ' + MsToTime(GetTimeRunning, Time_Abbrev) + '.bmp'

    [Error] C:\Simba\Includes\srl/srl/misc/debug.scar(289:16): Unknown identifier 'GetColorArrayInfo' at line 288
    Compiling failed.

    TheResult := GetColorArrayInfo(C, BestColors, Tolerances, Speed2Mods, RGB, HSL, XYZ);



    Those sorts of errors are littered in the file.
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  2. #2
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    IMO paintsmart.scar is much much better than debug.scar for debugging TPAs. I think I tried debug.scar and it created new bitmap windows and all this other wtfshit... paintsmart just works and it draws on the client too.

  3. #3
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by legoace View Post
    IMO paintsmart.scar is much much better than debug.scar for debugging TPAs. I think I tried debug.scar and it created new bitmap windows and all this other wtfshit... paintsmart just works and it draws on the client too.
    Well, when I write a script, I always do it without smart. This allows me to see exactly what the mouse is doing. The red mouse is easy to lose when trying to track it, so this can help the scripter know exactly whats happening. Those bitmap windows are necessary because you can't paint onto the client easily because it refreshes so quickly. Think of them as a feature rather than a bug.

    Just a btdubbs, watch the date next time
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

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
  •