More actions
No edit summary |
m (Text replacement - "type=Role playing" to "type=Role Playing") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | |||
|title=Wii Homebrew Games (Role playing) - GameBrew | |||
|title_mode=append | |||
|image=rsccwii2.png | |||
|image_alt=RSC-C Wii | |||
}} | |||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Runescape Classic | |title=Runescape Classic | ||
Line 5: | Line 11: | ||
|author=2003Scape Team | |author=2003Scape Team | ||
|lastupdated=2022/04/01 | |lastupdated=2022/04/01 | ||
|type=Role | |type=Role Playing | ||
|version=mudclient177-rev1 | |version=mudclient177-rev1 | ||
|license=AGPL-3.0 | |license=AGPL-3.0 | ||
Line 11: | Line 17: | ||
|website=https://github.com/2003scape/rsc-c | |website=https://github.com/2003scape/rsc-c | ||
|source=https://github.com/2003scape/rsc-c | |source=https://github.com/2003scape/rsc-c | ||
}} | }} | ||
rsc-c is a portable, enhanced runescape classic client ported to C. Supports 204 and 177 (for [https://rsc.vet/ openrsc] support) client revisions. Original mudclient204 java source refactored by v0rtex/xetr0v and Isaac Eggsampler. | rsc-c is a portable, enhanced runescape classic client ported to C. Supports 204 and 177 (for [https://rsc.vet/ openrsc] support) client revisions. Original mudclient204 java source refactored by v0rtex/xetr0v and Isaac Eggsampler. | ||
Line 36: | Line 36: | ||
B - Right click, Backspace whilst keyboard is open | B - Right click, Backspace whilst keyboard is open | ||
Minus - Toggle on-screen keyboard | |||
Plus - Press enter key | |||
1 - Toggle F1/interlace mode | 1 - Toggle F1/interlace mode | ||
Line 54: | Line 54: | ||
==External links== | ==External links== | ||
* GitHub - https://github.com/2003scape/rsc-c | * GitHub - https://github.com/2003scape/rsc-c | ||
* GitHub - https://github.com/2003scape/rsc-server | |||
* open-src - https://rsc.vet | |||
* Reddit - https://www.reddit.com/r/WiiHacks/comments/ttiqi7/play_the_entirety_of_runescape_classic_on_your_wii |
Latest revision as of 09:19, 7 Mayıs 2024
Runescape Classic | |
---|---|
General | |
Author | 2003Scape Team |
Type | Role Playing |
Version | mudclient177-rev1 |
License | AGPL-3.0 |
Last Updated | 2022/04/01 |
Links | |
Download | |
Website | |
Source | |
rsc-c is a portable, enhanced runescape classic client ported to C. Supports 204 and 177 (for openrsc support) client revisions. Original mudclient204 java source refactored by v0rtex/xetr0v and Isaac Eggsampler.
Features
- Native ports for 3DS, Wii, web browser and desktop.
- Opengl/webgl renderer with customizable field of view.
- Dynamic resizable mode with interface scaling and new minimum resolution of 320x240.
- 3D model ground items based on runescape 2 beta models.
- Runescape classic wiki button.
- Bank interface with scrollbar and search.
- And more.
Controls
D-Pad - Control camera
A - Left click
B - Right click, Backspace whilst keyboard is open
Minus - Toggle on-screen keyboard
Plus - Press enter key
1 - Toggle F1/interlace mode
A USB keyboard and mouse can also be used.
Credits
Libraries used:
- tiny-bignum-c for RSA encryption on login/registration.
- micro-bunzip for decompressing cache archives.
- libsdl2 for input/output on desktop.
- glew for runtime opengl extension loading.
- ini for parsing options.ini.