OSRSBox | Blog Tags

Ramblings of an avid Old School RuneScape player

RuneLite (15 posts)


Dumping Old School RuneScape Chat Using RuneLite - A simple RuneLite plugin to dump in-game chat to JSON

If you have read blog posts I have previously written… you will know that I am a big fan of OSRS, programming, and data! This post combines all these. I wanted to...

Continue Reading »

Multiple OSRS Accounts Made Easy using RuneLite Profiles - Tutorial on how to easily have multiple OSRS accounts for the RuneLite client with separate configurations

This post covers how to setup RuneLite to run multiple accounts without the need to type in your username over and over again, and to also keep RuneLite configura...

Continue Reading »
RuneLite, Linux Comments

Building RuneLite on the Terminal using Maven - A tutorial of how to build and run the RuneLite client on Ubuntu Linux using the mvn command.

For a while now, I have been casually working with the RuneLite project. Mostly I write plugins for extracting or gathering data from Old School RuneScape (OSRS)....

Continue Reading »
Client, RuneLite, Linux Comments

Portable OSRS: Running RuneLite or the Official Client on a USB Flash Drive - A tutorial for a completely portable JRE and OSRS client on a USB flash drive

This post is a documented journey about creating a completely portable version of OSRS that can be played from a USB flash drive. When embarking on this project I...

Continue Reading »
Client, RuneLite, Portable Comments

Writing RuneLite Plugins - Part 4 - Creating a Simple Overlay Plugin

This post discusses and provides code examples of how to author a simple RuneLite plugin with an overlay. This post is part of a series about writing RuneLite plu...

Continue Reading »
Plugin, RuneLite Comments

Extracting and Converting OSRS Models (Easy Method) - The easy method to extract and convert OSRS models

A few days ago I wrote a post about Extracting and Converting OSRS Models. The post went into detail including the background research, overview of a new tool I h...

Continue Reading »

Extracting and Converting OSRS Models - Documentation about how to extract and convert OSRS models for 3D modeling or 3D printing

This post discusses and outlines how to extract 3D models from the OSRS cache, then convert the extracted models to a different file format to allow you to open t...

Continue Reading »

Watercooler: PlayerScraper - A RuneLite Plugin to Dump Player Equipment - Development Discussion of an Unusual RuneLite Plugin that Scrapes Player Equipment

This post discusses the development process of a strange RuneLite plugin I authored to scrape players! Say what?! Simply put, the plugin scans a specific player a...

Continue Reading »

Installing RuneLite on Ubuntu Linux - A tutorial covering how to correctly install RuneLite system-wide on Ubuntu Linux 18.04

This post documents how I installed RuneLite on a fresh Ubuntu Desktop Linux version 18.04 system. The general process to install and run RuneLite on Linux is pre...

Continue Reading »
RuneLite, Linux Comments

WaterCooler: New OSRS Item ID Search Tool - Creating an OSRS Item ID and Item Name Search Tool

This post discusses a collection of new tools that I recently wrote and released on OSRSBox (website and GitHub). The OSRS Item Search tool is a web-based applica...

Continue Reading »

Writing RuneLite Plugins - Part 3 - Creating a RuneLite Plugin Config Menu

This post discusses and provides code examples of how to author configuration menus for RuneLite plugins. This post is part of a series about writing RuneLite plu...

Continue Reading »
Plugin, RuneLite Comments

Writing RuneLite Plugins - Part 2 - General Structure of RuneLite Plugins

My last post started the series of my journey developing plugins for the popular open source Old School RuneScape (OSRS) client RuneLite. In that post I covered t...

Continue Reading »
Plugin, RuneLite Comments

Writing RuneLite Pulgins - Part 1 - Setting up the RuneLite Development Environment

NOTICE!!! PLEASE READ!!! It has been over 3 years since I originally wrote this guide. It is out-of-date. Check the RuneLite Wiki for more up-to-date instructio...

Continue Reading »
Plugin, RuneLite Comments

Determine the OSRS Cache Version using RuneLite - Scripts to Extract OSRS Cache Version using the (old) RuneLite Deobfuscator

Post Update (2018/09/04) This post is no longer relevant as the original RuneLite Deobfuscator has been removed from my GitHub osrsbox-cache repo. This is to ali...

Continue Reading »
Cache, RuneLite Comments

Parsing the OSRS Cache using RuneLite - Extracting NPC and Item Definitions from the Cache

While making some parts of this website and some authoring other tools I needed to dabble a little with the OSRS cache. For example, to help build the OSRSBox Ite...

Continue Reading »
Cache, RuneLite Comments