Thread: Free HD Maps

Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 64
  1. #11  
    Registered Member
    Stugger's Avatar
    Join Date
    Apr 2016
    Posts
    208
    Thanks given
    119
    Thanks received
    294
    Rep Power
    358
    Quote Originally Posted by Scu11 View Post
    we've understood the map formats for a while, better to give people something they can use at this point
    Oh interesting. I mean figuring out how to read, edit and pack the different map files is probably what took me the most time. After that I was editing the map within the next day. I don't know if releasing this would do any good, it's not exactly user-friendly and its littered with bugs; if you aren't careful, it's real easy to break the cache. As far as open sourcing, the fact that everything is aimlessly scattered about the client with no real structure to anything would make it hard to improve, let alone read. I was hoping to do a complete rewrite and make this a client-only (rather than client/server dependent) once I knew it would work but I've since kinda lost my RSPS motivation + life has me busy atm.

    I'd like to help anyone else looking to put a map editor together though, making an in-game style editor like this is real easy, it's just a matter of re-populating some arrays and forcing a region refresh.
    Reply With Quote  
     

  2. #12  
    ✥ Map Designer ✥

    Chanston's Avatar
    Join Date
    Jun 2018
    Posts
    86
    Thanks given
    36
    Thanks received
    47
    Rep Power
    228
    You should definitely consider creating a more user-friendly version like you said! I would personally purchase a copy if you cleaned it up nicely. I can guarantee you would make plenty other sales than just mine too considering there's nothing available for 667+ .. and RSPSi has pretty much disappeared too. I get people asking me all the time where to even find RSPSi now.

    Attached image
    Reply With Quote  
     

  3. #13  
    Registered Member
    Stugger's Avatar
    Join Date
    Apr 2016
    Posts
    208
    Thanks given
    119
    Thanks received
    294
    Rep Power
    358
    Quote Originally Posted by Chanston View Post
    You should definitely consider creating a more user-friendly version like you said! I would personally purchase a copy if you cleaned it up nicely. I can guarantee you would make plenty other sales than just mine too considering there's nothing available for 667+ .. and RSPSi has pretty much disappeared too. I get people asking me all the time where to even find RSPSi now.
    For sure, I wish I had stuck with it while everything was fresh in my head. I was balancing 4+ projects/tools at the time of creating this and now after abruptly taking some time away I'm lost in all of it haha. I probably will start a new project with this though but actually plan it this time and just gradually piece it together. When I have no clear view of what it is I am doing I have a bad tendency of just throwing shit together and adding onto it until it works and then finally re-writing it, which is a major problem when that shit turns into a mountain such as this editor. I'll need to dissect all of it and pull out all the relevant changes I made :/ Although it seems a few people are starting to put some 667+ editors together now.

    As far as RSPSi, yeah that's unfortunate. I tried contacting him a little while ago, I was hoping to provide him any information he may need to make his tool 667+ compatible.
    Reply With Quote  
     

  4. #14  
    Donator

    Join Date
    Nov 2017
    Posts
    268
    Thanks given
    37
    Thanks received
    18
    Rep Power
    19
    Quote Originally Posted by Stugger View Post
    For sure, I wish I had stuck with it while everything was fresh in my head. I was balancing 4+ projects/tools at the time of creating this and now after abruptly taking some time away I'm lost in all of it haha. I probably will start a new project with this though but actually plan it this time and just gradually piece it together. When I have no clear view of what it is I am doing I have a bad tendency of just throwing shit together and adding onto it until it works and then finally re-writing it, which is a major problem when that shit turns into a mountain such as this editor. I'll need to dissect all of it and pull out all the relevant changes I made :/ Although it seems a few people are starting to put some 667+ editors together now.

    As far as RSPSi, yeah that's unfortunate. I tried contacting him a little while ago, I was hoping to provide him any information he may need to make his tool 667+ compatible.
    I would also happily purchase. For several different reasons. The community definitely needs something like this. It would definitely help out later rs2 projects
    Attached image
    Reply With Quote  
     

  5. #15  
    Registered Member
    Stugger's Avatar
    Join Date
    Apr 2016
    Posts
    208
    Thanks given
    119
    Thanks received
    294
    Rep Power
    358
    Quote Originally Posted by Nova Genesis View Post
    I would also happily purchase. For several different reasons. The community definitely needs something like this. It would definitely help out later rs2 projects
    That it does. Would take some time though considering I don’t have a ton of it at the moment. I’m open to doing some semi basic edits for people however if anyone needs something done. Assuming map files are compatible
    Reply With Quote  
     

  6. #16  
    Your Friendly Neighborhood Panda

    Panda's Avatar
    Join Date
    Apr 2016
    Posts
    304
    Thanks given
    125
    Thanks received
    86
    Rep Power
    222
    I like the Bank.

    Good Job on this =)

    Attached image
    Reply With Quote  
     

  7. #17  
    Registered Member
    Stugger's Avatar
    Join Date
    Apr 2016
    Posts
    208
    Thanks given
    119
    Thanks received
    294
    Rep Power
    358
    Quote Originally Posted by Panda View Post
    I like the Bank.

    Good Job on this =)
    Thanks! I definitely prefer it over the original

    UPDATED

    The link has been updated.

    I changed up the docks a little, makes it flow within the map a little better (I think so).
    I pushed it back 1 tile and squared it off, I also gave it a second access port. And I filled in the blank spots in the minimap where the fences weren't being drawn on the corners of the docks

    Spoiler for Before:

    Attached image
    Attached image


    After:
    Attached image
    Attached image
    Reply With Quote  
     

  8. #18  
    Donator

    Join Date
    Nov 2017
    Posts
    268
    Thanks given
    37
    Thanks received
    18
    Rep Power
    19
    Quote Originally Posted by Stugger View Post
    That it does. Would take some time though considering I don’t have a ton of it at the moment. I’m open to doing some semi basic edits for people however if anyone needs something done. Assuming map files are compatible
    That's why you should consider open sourcing it allow others to aid you.

    Edit: I tried to pack it, but my knowledge is limited. Couldn't get it working.
    Attached image
    Reply With Quote  
     

  9. Thankful users:


  10. #19  
    Registered Member
    Stugger's Avatar
    Join Date
    Apr 2016
    Posts
    208
    Thanks given
    119
    Thanks received
    294
    Rep Power
    358
    Quote Originally Posted by Nova Genesis View Post
    That's why you should consider open sourcing it allow others to aid you.

    Edit: I tried to pack it, but my knowledge is limited. Couldn't get it working.
    I mean there's the chance that they're not compatible with your server, or perhaps your XTEAS are different, but that would only affect 625.

    To get the data from the files:
    Code:
    FileInputStream stream = new FileInputStream(file);
    ArrayList<Byte> dataList = new ArrayList<Byte>();
                		
    int value = 0;
    while((value = stream.read()) != -1) {
    	dataList.add((byte) value);
    }
                		
    stream.close();
                		
    byte[] data = new byte[dataList.size()];
    for(int i = 0; i < dataList.size(); i++) {
    	data[i] = dataList.get(i).byteValue();
    }
    And I don't know which cache library you're using, but:

    for 625:
    Code:
    int[] keys = new int[] {733680141, -1440926564, 447905675, 1806603117}; //if your keys are different for your revision then find them (region 12342)
    Cache.STORE.getIndexes()[5].putFile(625, 0, 2, data, keys, true, true, -1153234610, -1);
    Cache.STORE.getIndexes()[5].encryptArchive(625, keys);
    and for 624/2491:
    Code:
    Cache.STORE.getIndexes()[5].putFile(624, 0, data);
    Cache.STORE.getIndexes()[5].putFile(2491, 0, data);
    Reply With Quote  
     

  11. #20  
    Donator

    Join Date
    Nov 2017
    Posts
    268
    Thanks given
    37
    Thanks received
    18
    Rep Power
    19
    Quote Originally Posted by Stugger View Post
    I mean there's the chance that they're not compatible with your server, or perhaps your XTEAS are different, but that would only affect 625.

    To get the data from the files:
    Code:
    FileInputStream stream = new FileInputStream(file);
    ArrayList<Byte> dataList = new ArrayList<Byte>();
                		
    int value = 0;
    while((value = stream.read()) != -1) {
    	dataList.add((byte) value);
    }
                		
    stream.close();
                		
    byte[] data = new byte[dataList.size()];
    for(int i = 0; i < dataList.size(); i++) {
    	data[i] = dataList.get(i).byteValue();
    }
    And I don't know which cache library you're using, but:

    for 625:
    Code:
    int[] keys = new int[] {733680141, -1440926564, 447905675, 1806603117}; //if your keys are different for your revision then find them (region 12342)
    Cache.STORE.getIndexes()[5].putFile(625, 0, 2, data, keys, true, true, -1153234610, -1);
    Cache.STORE.getIndexes()[5].encryptArchive(625, keys);
    and for 624/2491:
    Code:
    Cache.STORE.getIndexes()[5].putFile(624, 0, data);
    Cache.STORE.getIndexes()[5].putFile(2491, 0, data);
    Ur a cool guy. Thank you.
    Attached image
    Reply With Quote  
     

Page 2 of 7 FirstFirst 1234 ... 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. Custom Edgeville Map V2
    By 2t bank in forum Downloads
    Replies: 13
    Last Post: 01-26-2019, 02:06 PM
  2. [Updated] SMF MineCraft Style Custom Portal - v2
    By OG KingFox in forum Website Development
    Replies: 12
    Last Post: 01-11-2015, 08:42 PM
  3. Edgeville v2 - FIXED CLIENT & NEWER SERVER.
    By Compass_ in forum Downloads
    Replies: 67
    Last Post: 11-22-2012, 05:36 PM
  4. My Custom WebBrowser V2
    By own3d man in forum Application Development
    Replies: 16
    Last Post: 12-30-2011, 09:36 AM
  5. Custom Base v2! (scratch)
    By Yorick in forum Downloads
    Replies: 82
    Last Post: 02-12-2009, 10:07 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •