Thread: OSDC V2 - Converts Latest RuneScape Data Into 317 Format

Page 5 of 11 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 109
  1. #41  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Zmancool View Post
    Does this convert all the item, NPC, and object IDs to the 317 equivilents?
    If you mean does it only use 317 opcodes then the answer is no. It uses all the osrs opcodes besides params. This way you'll have all the data infront of you instead of filtering the opcodes for your own specific needs.
    Attached image
    Reply With Quote  
     

  2. #42  
    Registered Member
    Join Date
    Apr 2018
    Posts
    0
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    vouch for this, i just purchased it. Could you E-Mail me the source code? My email is [email protected], cheers!
    Reply With Quote  
     

  3. #43  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Whats method:

    Code:
    read24Int
    Also ur ObjectManager class would be nice.
    Reply With Quote  
     

  4. #44  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Quote Originally Posted by _Patrick_ View Post
    Whats method:

    Code:
    read24Int
    Best known as readMedium. It's a 3 byte integer(aka 3 * 8 = 24 bit).
    (readByte() << 16) + (readByte() << 8) + (readByte())
    Attached image
    Reply With Quote  
     

  5. #45  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by bangom View Post
    vouch for this, i just purchased it. Could you E-Mail me the source code? My email is [email protected], cheers!
    Just pmed you

    Quote Originally Posted by _Patrick_ View Post
    Whats method:

    Code:
    read24Int
    Also ur ObjectManager class would be nice.
    Yeah as Kris stated its a 24 bit integer, I don't use terrible legacy windows naming conventions

    Here's the conversion

    Code:
    word = short
    tribyte = 24int
    threebytes = 24int
    Dword = int
    Qword = long
    
    signedWord = short
    unsignedWord = ushort
    
    signedbyte = byte
    unsignedbyte = ubyte
    Last edited by CrazyPanda; 04-26-2018 at 09:38 PM.
    Attached image
    Reply With Quote  
     

  6. Thankful user:


  7. #46  
    Krator || Indie Dev

    Jordan Belfort's Avatar
    Join Date
    Dec 2012
    Posts
    1,051
    Thanks given
    535
    Thanks received
    485
    Rep Power
    1172
    Quote Originally Posted by nshusa View Post
    Just pmed you



    Yeah as Kris stated its just a 24 bit integer, I don't use terrible legacy windows naming conventions

    Here's the conversion

    Code:
    word = short
    tribyte = 24int
    threebytes = 24int
    Dword = int
    Qword = long
    
    signedWord = short
    unsignedWord = ushort
    
    signedbyte = byte
    unsignedbyte = ubyte
    For model dumps, what's the options? Individual files or can I dump the entire index in one go?
    Attached image
    [/CENTER]
    Reply With Quote  
     

  8. #47  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Jordan Belfort View Post
    For model dumps, what's the options? Individual files or can I dump the entire index in one go?
    It dumps the index in 1 go already gzipped and ready for you to pack.
    Last edited by CrazyPanda; 04-26-2018 at 09:56 PM.
    Attached image
    Reply With Quote  
     

  9. #48  
    Krator || Indie Dev

    Jordan Belfort's Avatar
    Join Date
    Dec 2012
    Posts
    1,051
    Thanks given
    535
    Thanks received
    485
    Rep Power
    1172
    Quote Originally Posted by nshusa View Post
    It dumps the index in 1 go already gzipped and ready for you to pack.
    Cool will purchase once I get home. Thanks.
    Attached image
    [/CENTER]
    Reply With Quote  
     

  10. Thankful user:


  11. #49  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Attached image

    Attached image

    Attached image

    Quote Originally Posted by Jordan Belfort View Post
    Cool will purchase once I get home. Thanks.
    Attached image
    Reply With Quote  
     

  12. Thankful user:


  13. #50  
    Extreme Donator

    Join Date
    Jul 2016
    Posts
    67
    Thanks given
    172
    Thanks received
    18
    Rep Power
    67
    This is so awesome, OP is such a talented developer and this is fairly priced. Everyone needs to buy this IMHO.
    Reply With Quote  
     

Page 5 of 11 FirstFirst ... 34567 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. [BUYING] Full 562 Data in 317 Format
    By Logan in forum Buying
    Replies: 1
    Last Post: 08-28-2017, 07:55 PM
  2. Replies: 2
    Last Post: 07-13-2016, 06:21 PM
  3. Load higher revision data on 317 clients?
    By MrClassic in forum Help
    Replies: 4
    Last Post: 02-08-2014, 04:34 PM
  4. Adding 474 data to 317
    By Jac0b in forum Help
    Replies: 7
    Last Post: 08-16-2013, 04:29 PM
  5. Packed all 474 items into 317 format
    By Sean in forum Show-off
    Replies: 29
    Last Post: 12-20-2009, 11:47 AM
Tags for this Thread

View Tag Cloud

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