Thread: Lost City (225 Emulation)

Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 69
  1. #11  
    Contributor

    .ssh's Avatar
    Join Date
    Jul 2012
    Posts
    934
    Thanks given
    421
    Thanks received
    570
    Rep Power
    248
    Good luck
    Reply With Quote  
     

  2. Thankful user:


  3. #12  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    This is pog, goodluck brother
    Reply With Quote  
     

  4. Thankful user:


  5. #13  
    Registered Member
    Join Date
    Jan 2015
    Posts
    502
    Thanks given
    15
    Thanks received
    95
    Rep Power
    45
    Glad to see someone working on a 2004-era as-well as it being an open-source project.

    Thanks for the contributions to the community and best of luck on this project. Hoping to see it go far and maybe even one day be used as a foundation for a major remake.

    Attached image
    Open-Source 2011 Remake

    Reply With Quote  
     

  6. Thankful user:


  7. #14  
    Forum Moderator




    Join Date
    Oct 2013
    Posts
    53
    Thanks given
    99
    Thanks received
    166
    Rep Power
    692
    Quote Originally Posted by Pazaz View Post
    Not sure what I'll tackle next, maybe adding NPC spawns and wandering for them Thanks for the support everyone!
    Made some good progress this weekend!

    1. Imported OSRS spawns, and I filtered for only regions _and_ NPCs (based on name) that existed in 225. There's 6490 spawns right now after all my filtering.
    2. Made a list of new/old names for NPCs that got renamed, to make sure they got brought over correctly since their first name match failed.
    3. Imported OSRS spawn directions from another spawn list for standing NPCs like bankers.
    4. Started on a list to override wander distances per NPC ID, bankers can't move so they get a wander distance of 0. By default I give NPCs a wander distance of 5, and I only need to define it if it needs to be different.
    5. Made a lot of progress converting OSRS NPC variants -> RS2 NPC IDs, for cases where name matching would only return the first result but there were more.
      Variants are recolored NPCs, or NPCs with different options but the same name.
      "Man" has 13 variants, "Fishing spot" has 37 variants, etc. all using the same name.



    This video shows a few things off:

    1. OSRS spawns work and their IDs are converted correctly.
      All of these were called Goblin, so I had to define the OSRS IDs for red/green goblins and give them the appropriate ID in 225, otherwise it would be a generic goblin.
      I've made sure to account for variants in other areas as well, like West Ardougne where Man/Woman had sickly appearances instead of the default.
    2. The base for NPC movement is in place. Each tick there's a 30% chance for an idle NPC to pick a tile in its wander range and start to move towards it.
    3. I need to implement clipping masks so they can't walk through walls, objects, or other entities.

    ... oh, and I also updated the main page with some cleaner sections I'll release these NPC configs in a repo when I have the remaining variant IDs converted. Only a handful left.

    My next goal is probably to get those clipping masks generated so they don't go through walls. Event queues is after that, before I start on any content.
    Reply With Quote  
     

  8. Thankful users:


  9. #15  
    wip, just like you :^)

    blj_'s Avatar
    Join Date
    Sep 2007
    Posts
    89
    Thanks given
    93
    Thanks received
    45
    Rep Power
    105
    Absolutely flawed, since rune1 I've always wanted to see more from earlier revisions. Thought I'd only ever get the chance to play with 289 but you're doing something great Let me know if there's a way to support you @Pazaz
    hi
    Reply With Quote  
     

  10. Thankful user:


  11. #16  
    Forum Moderator




    Join Date
    Oct 2013
    Posts
    53
    Thanks given
    99
    Thanks received
    166
    Rep Power
    692
    Quote Originally Posted by blj_ View Post
    Absolutely flawed, since rune1 I've always wanted to see more from earlier revisions. Thought I'd only ever get the chance to play with 289 but you're doing something great Let me know if there's a way to support you @Pazaz
    Thanks! I never got the chance to try Rune1, but it looks like they recreated/mixed and matched what they could from the data that was available at the time.
    This is all original data so it’ll be a little closer to reality

    ----

    As for progress this week, it’s been a little busy irl. I have a few non-server updates still that people may be interested in:
    1. I finished a big refactor in the client and officially moved to “step 2” of my refactor: making sure everything is consistently named and improving it where possible
    2. I made a headless discord bot that uses the same engine as the client, but can export transparent PNGs/GIFs of models/sprites/animations/interfaces. It’s compatible with 194 cache as well, and supports changing revisions via command


    Spoiler for Discord Bot Commands:

    !help
    Attached image

    !npc
    Attached image
    Attached image

    !item <id> + json output
    Attached image

    !tab (draws an interface with the invback sprite)
    Attached image

    !skills (executes the skills interface and places all of the background frame sprites in the draw area) - this can be hooked up for discord/player integration!
    Attached image

    !inter (draws a viewport interface)
    Attached image

    !obj (render an object)
    Attached image


    I think I’ll get that working with 289-377 at some point and let people add it to their own discord servers (hell even r-s if they want it), so people can browse the cache or take renders for themselves. It’s more useful for wiki people whose tools only work with 400+, or these old server projects
    The section pictures I have on the main page are from my model viewer, which uses the same code as the discord bot but has an interactive camera/hot keys

    I'll let you guys know when I have some more progress to show off on the server
    Reply With Quote  
     

  12. Thankful users:


  13. #17  
    Registered Member K Suave's Avatar
    Join Date
    Dec 2008
    Posts
    298
    Thanks given
    54
    Thanks received
    17
    Rep Power
    2
    Will you be adding like a world list interface on login screen or was that later on in the runescape history? Would be cool to see
    Reply With Quote  
     

  14. #18  
    Forum Moderator




    Join Date
    Oct 2013
    Posts
    53
    Thanks given
    99
    Thanks received
    166
    Rep Power
    692
    Quote Originally Posted by FredoKruger2 View Post
    Will you be adding like a world list interface on login screen or was that later on in the runescape history? Would be cool to see
    An in-game world list was later before moving entirely in-game (2008), click here to see the news post for "Improvements to the game log-in process" to see when they made the full switch.

    During 2004-2007 you would select your world before playing:
    Spoiler for Select world in 2005:
    Attached image

    2004 was pretty much the same as that image (2005), but with less worlds to choose from.

    OSRS still even has their 2007 world selection page up!

    To answer your other implied question, I do want to have a functional world selection page
    Reply With Quote  
     

  15. Thankful user:


  16. #19  
    Registered Member
    JeztC's Avatar
    Join Date
    Jul 2016
    Age
    24
    Posts
    136
    Thanks given
    212
    Thanks received
    65
    Rep Power
    303
    Best of luck with this
    Reply With Quote  
     

  17. Thankful user:


  18. #20  
    wip, just like you :^)

    blj_'s Avatar
    Join Date
    Sep 2007
    Posts
    89
    Thanks given
    93
    Thanks received
    45
    Rep Power
    105
    Hey hope progress is going well Was wondering if this would be of some help? https://www.rune-server.ee/runescape...ml#post5744763
    hi
    Reply With Quote  
     

  19. Thankful user:


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. Lost City Shop ID
    By Aza in forum Requests
    Replies: 0
    Last Post: 07-23-2009, 03:00 AM
  2. BattleScape Isle "Lost City" Quest
    By Palidino in forum Show-off
    Replies: 32
    Last Post: 04-23-2009, 08:55 PM
  3. THE REAL LOST CITY! Vid ftw
    By Dust R I P in forum Show-off
    Replies: 86
    Last Post: 04-19-2009, 08:25 PM
  4. Coords for Lost City/Zanaris
    By coder sal in forum Help
    Replies: 4
    Last Post: 01-19-2009, 09:49 PM
  5. Lost City Quest
    By Zachyboo in forum Tutorials
    Replies: 19
    Last Post: 06-08-2008, 05:44 PM
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
  •