Skip to content

Commit

Permalink
update cs2-scripts repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Feb 4, 2025
1 parent 077ce5d commit e88e998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Developer Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are also several external resources for client information:

- [abex's cache viewer](https://abextm.github.io/cache2/#/viewer) - which views most of the data in the cache in a human-readable way
- [mejrs's world map](https://mejrs.github.io/osrs) - for finding world map coordinates
- [Polar's cs2 scripts](https://github.com/Joshua-F/cs2-scripts/) - decompiled client scripts
- [cs2 scripts](https://github.com/runelite/cs2-scripts/) - decompiled client scripts
- [Runescape Wiki tools](https://chisel.weirdgloop.org/) - e.g. [MOID](https://chisel.weirdgloop.org/moid/) item/npc/object database
- [OSRS Wiki](https://oldschool.runescape.wiki/w/Old_School_RuneScape_Wiki) - after logging in, enable ``Preferences`` > ``Gadgets`` > ``Display advanced data in infoboxes, such as item IDs.`` to display item/npc/object ids

Expand Down
2 changes: 1 addition & 1 deletion Working-with-client-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ This would output `1, string, 2, 3` as a debug log.

### RuneStar

As you may have gathered by now, `rs2asm` is not the most pleasant thing to read through. Another project, RuneStar, has created a decompiler for client scripts that can decompile them into a format similar to how they're written at Jagex. A fork of the original repository is kept updated with all current decompiled scripts [here](https://github.com/Joshua-F/cs2-scripts).
As you may have gathered by now, `rs2asm` is not the most pleasant thing to read through. Another project, RuneStar, has created a decompiler for client scripts that can decompile them into a format similar to how they're written at Jagex. A fork of the original repository is kept updated with all current decompiled scripts [here](https://github.com/runelite/cs2-scripts).

0 comments on commit e88e998

Please sign in to comment.