Jump to content
shadowrecon

Found a bug in osi - to Wanted

Recommended Posts

I was going through the osi file looking for the old ChatChars reference which use to be loaded from the scar fonts lib at ChatChars := LoadChars2(AppPath + 'CharsChat2\'); now the fonts are established in the RS2fontfolder and noticed that in the RS@fontfolder you have CharsNPC folder but when u call it in the osi its named CharsNPC here the excerpt NPCChars := LoadChars2(RS2FontFolder + 'NPCChars\');

 

Just figured id point that out! great job by the way!

 

one question tho which char reference is the old ChatChars refference? Reason being is i couldnt get the chat lib u got to work so i was going to use the old GetTextAtEx() function (a bit more work to set up but if i recall it use to work pretty good)

 

Thanks man

Link to comment
Share on other sites

Oh alright, and what i was trying to ask, is what new font folder is similar to the old "chatchars" folder.

 

and did you check out the error with the chatnpc folder?

CharsNPC is the folder but when u call it in the osi its named NPCChars here the excerpt "NPCChars := LoadChars2(RS2FontFolder + 'NPCChars\');"

Link to comment
Share on other sites

Oh well the someone updated OSI Because now there is 2 folders both names NPCChars and CharsNPC only one is caleld open in the OSI.scar file and when i posted this post

line 91 was NPCChars := LoadChars2(RS2FontFolder + 'NPCChars\'); but there wasnt a NPCChars folder only a CharsNPC Font folder in the RS2 Fonts File.

 

That was the whole reason for this post..

 

CharsNPC is the exactly the same file as NPCChars data wise, except it is never called upon anywhere in the script... look At OSI where font paths are declared. < _ >

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...