Thread: .dat files

Results 1 to 9 of 9
  1. #1 .dat files 
    Registered Member

    Join Date
    Feb 2010
    Age
    14
    Posts
    1,262
    Thanks given
    554
    Thanks received
    403
    Rep Power
    832
    How do you open and view what is in them without scrambled up shit? The source I'm using is some modified deltascape if that helps any.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2007
    Posts
    213
    Thanks given
    0
    Thanks received
    0
    Rep Power
    37
    As far as I'm aware, you don't.


    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2010
    Age
    14
    Posts
    1,262
    Thanks given
    554
    Thanks received
    403
    Rep Power
    832
    Quote Originally Posted by RuneJab View Post
    As far as I'm aware, you don't.
    Ummmm, .

    Well, how do I make a certain item stakable then? I looked through Item.java and I found that you had to do it through a .dat file called stakable which is the only way do it unless I read over some code. Any help will be appreciated..
    Reply With Quote  
     

  4. #4  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,784
    Discord
    View profile
    Rep Power
    5000
    You can't, you'd have to read the data from the file using a reader class, then sort/edit it from there or make an editor which does it...so im short, you aren't going to be able to edit it.

    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2010
    Age
    14
    Posts
    1,262
    Thanks given
    554
    Thanks received
    403
    Rep Power
    832

    I already have a reader class (I think). Can you make me a batch file that reads it or something as I have no clue on what to do..
    Reply With Quote  
     

  6. #6  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,784
    Discord
    View profile
    Rep Power
    5000
    by reader class i meant something such as DataInputStream, you still wouldn't be able to 'see' what's in it though.

    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2010
    Age
    14
    Posts
    1,262
    Thanks given
    554
    Thanks received
    403
    Rep Power
    832
    Oh....
    I'm pretty much fucked with adding more stakable items then?
    Reply With Quote  
     

  8. #8  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,784
    Discord
    View profile
    Rep Power
    5000
    No, you can add them in Item.java if i remember..

    there will be an stackableItems[itemId] = true;

    somewhere, just add another one next to it with the id you want to make stackable, if you cant work it out pm/post your item.java to me.

    Reply With Quote  
     

  9. #9  
    Donator

    Join Date
    Jul 2009
    Posts
    1,453
    Thanks given
    27
    Thanks received
    13
    Rep Power
    69
    Datmaker opens .dat models.
    There is a topic on datmaker sonewhere
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

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