Coder Social home page Coder Social logo

rs2-194's Introduction

RS2-194

This targets revision 194, which came out on Jan 7 2004.
Most of my effort is still on 225. I just wanted to put at least something out there for this early beta revision.

Running

`./gradlew client:run --args='10 0 highmem'

If you want to run the original obfuscated client:
./gradlew server:run java -cp ref/runescape.jar client 10 0 highmem

Deviations

  • Patched one thing in PlayerEntity to prevent crashing... something about triangleAlpha being null on a body part. 225 had this null check but 194 did not. I suspect that something else is different that I'm not accounting for (sending a missing required body part?)
  • Moved appearance/beard stuff from client to PlayerEntity to move it to the runetek3 module. This means I also had to pass a cycle parameter to MapSquare.draw, so it would reach PlayerEntity.
  • Fixed the frame so it didn't use fixed offsets.
  • Disabled ISAAC... nextInt() returns 0 because I didn't want to bother with the packet lengths.

TODO

If anyone takes this up:

  • Rename the rest of the client (can reference RS2-225)
  • Remove any remaining obfuscation (probably best to restart in OpenRS2, but it may not work with the transformers there).
  • Identify all of the Server/Client packet opcodes and update them in ServerProt/ClientProt.
  • Check out ref/linked-anims.txt, I generated a list of animations linked to entities based on skeletons.

rs2-194's People

Contributors

flenarntemp avatar pazaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.