/rs2-c

A revision 317 compliant Runescape client written in C.

Primary LanguageCGNU General Public License v3.0GPL-3.0

rs2-c

A revision 317 compliant Runescape client written in C. Super work in progress.

Building

$ meson setup builddir
$ meson compile -C builddir

Running

$ ./builddir/rs2client317 10 0 highmem members 32

License

Copyright (C) 2021-2022 subjectivelyobjective

This file is part of rs2client317.

rs2client317 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

rs2client317 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see https://www.gnu.org/licenses/.