Search:

Type: Posts; User: Galaxy

Search: Search took 0.00 seconds.

  1. Replies
    23
    Views
    6,329

    Yeah, I'm not sure if this is a coincidence or...

    Yeah, I'm not sure if this is a coincidence or not, but each letter's height is 13, so I'm assuming that is also important.
  2. Replies
    6
    Views
    1,809

    I'm just trying to learn how to use it in...

    I'm just trying to learn how to use it in general.
    For example: I made a "Defend Your Castle" script and I would like it to use a separate mouse/keyboard. This isn't the sole purpose for wanting to...
  3. Replies
    6
    Views
    1,809

    Tried that already, it seems like there's not...

    Tried that already, it seems like there's not many tutorials (as in none) on Appa. :(
  4. Replies
    23
    Views
    6,329

    So does it matter how much blackspace you leave?

    So does it matter how much blackspace you leave?
  5. Replies
    23
    Views
    6,329

    Alright actually another question about the fonts...

    Alright actually another question about the fonts & the bitmaps, I was looking at the some of the images of the fonts inside Simba/Fonts and I noticed that the images aren't perfectly cropped, does...
  6. Replies
    23
    Views
    6,329

    Ah, I see, alright thanks I'll tell him. It is...

    Ah, I see, alright thanks I'll tell him. It is kind of interesting though because some of these private servers are so realistic that you'd think these methods would work on anything identical to...
  7. Replies
    6
    Views
    1,809

    Oh someone told me about this earlier on today...

    Oh someone told me about this earlier on today (redirected me to the exact same thread) and my counter-question is how do you actually utilize this? There's no instruction inside that thread telling...
  8. Replies
    23
    Views
    6,329

    Ah I see. :P Alright cool thanks. One last...

    Ah I see. :P Alright cool thanks.

    One last question (kind of irrelevant to the thread topic) but one of my friend's wants to know if you can use this on private servers? (Like the actual runescape...
  9. Replies
    23
    Views
    6,329

    Oh I see, so if there was more than 1 line of...

    Oh I see, so if there was more than 1 line of text you would want to read, you would put the minimal and maximum spacing between each line?
  10. Replies
    23
    Views
    6,329

    Answered my next question. xD My next question...

    Answered my next question. xD My next question was is it possible to read text of the same font & size, but different colour, but you already answered it. :P Thanks. Also, could you explain what it...
  11. Replies
    23
    Views
    6,329

    Ah I see. ;P Alright thanks a lot man. And I...

    Ah I see. ;P Alright thanks a lot man. And I heard that the text has to be white, and the background black, correct?
  12. Replies
    23
    Views
    6,329

    Ohh alright I see. Another question, does it...

    Ohh alright I see. Another question, does it matter what size the letters are?
    (Not referring to the size of the bitmaps, but the size of the letters themself)
  13. Replies
    23
    Views
    6,329

    So basically after I'm done creating the font...

    So basically after I'm done creating the font that I want, I can just add it to the Simba/fonts folder and then I can use it inside the getTextAt methods?
  14. Replies
    23
    Views
    6,329

    Well, I guess that's partially what I'm trying to...

    Well, I guess that's partially what I'm trying to ask. How can I create my own font?
  15. Replies
    23
    Views
    6,329

    I tried doing this: program...

    I tried doing this:

    program ReadingTextUsingFont;

    Function GetTextCustomFont: String;
    var
    Font: TFont;
    begin
    Font:= TFont.Create;
    Font.Style:= [fsBold, fsItalic];
  16. Replies
    23
    Views
    6,329

    getTextAt, getTextAtEx, getTextAtExpWrap

    So, I am fairly new to this whole Simba/SRL thing and I was just wondering if anyone could possibly explain to me what the difference between those 3 were, and which one would the best to use for...
  17. Replies
    6
    Views
    1,809

    Question about S.M.A.R.T.

    So, I've read majority of the tutorial written by coh3n and I have a question about SMART. Up to my knowledge, SMART just basically uses a seperate mouse and keyboard and my question is it possible...
Results 1 to 17 of 17