Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

RSC-C 3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 3: Line 3:
|image=Rscc3ds2.png
|image=Rscc3ds2.png
|description=runescape classic client ported to C.
|description=runescape classic client ported to C.
|author=2003scape
|author=2003Scape Team
|lastupdated=2021/05/14
|lastupdated=2022/04/01
|type=Racing
|type=Role Playing
|version=0.2
|version=mudclient177-rev1
|license=Mixed
|license=AGPL-3.0
|download=https://dlhb.gamebrew.org/3dshomebrews/yamkc3ds.7z
|download=https://dlhb.gamebrew.org/3dshomebrews/rscc3ds.7z
|website=https://github.com/mariohackandglitch/YAMKC_3DS
|website=https://github.com/2003scape/rsc-c
|source=https://github.com/mariohackandglitch/YAMKC_3DS
|source=https://github.com/2003scape/rsc-c
}}
}}
YAMKC 3DS - Yet Another Mario Kart Clone 3DS is a Mario Kart game clone for the 3DS.  
This is a 3DS port of rsc-c, a portable runescape classic client ported to C. Based on Runescape Classic (the original version released in 2001 and active till around 2004), rsc is an archived port of the client and emulation of Jagex's RuneScape server written in JavaScript from the year 2003.  


This project was made for a videogame console game development course, where the idea to replicate an official Mario Kart game, using Mario Kart 7 as the inspiration. The game was implemented by a team of 3 members during 3 months, written in C++ and using OpenGL as a graphics engine.
The game has a few different mechanics compare to the upgraded version Old School Runescape (also known as RuneScape 2), it has more 2D sprites instead of models, simpler 3D, more colours and a smaller landscape.


==Media==
rsc-c supports 204 and 177 (for [https://rsc.vet/ OpenRSC] support) client revisions. The precomiled release for the 3DS port connects to [https://rsc.vet/ OpenRSC] but you can [https://github.com/2003scape/rsc-server set up your own server].
'''3DS Homebrew - Yet Another Mario Kart Clone 3DS (v0.2)''' ([https://www.youtube.com/watch?v=LcKwGymVBEw PabloMK7]) <br>
 
<youtube>LcKwGymVBEw</youtube>
==Installation==
Available in 3DSX and CIA format.
 
==User guide==
Runescape is a massive 3D multiplayer adventure, with monsters to kill, quests to complete, and treasure to win.
 
==Controls==
D-Pad/Circle Pad - Control camera
 
Touchscreen - Mouse input
 
Hold L+Touchscreen - Right click
 
R - Toggle top screen zoom
 
Hold L+D-Pad/Analog - Pan top screen zoom


'''Fan Game - Yet Another Mario Kart Clone (v0.1)''' ([https://www.youtube.com/watch?v=bqOL-XtQ2Nk PabloMK7]) <br>
Start - Toggle on-screen keyboard
<youtube>bqOL-XtQ2Nk</youtube>


==Changelog==
Select - Toggle F1/interlace mode
'''v0.1'''
* Loading 3D models from .obj files, and using the material settings stored on .mtl files.
* Loading a course in .obj format.
* Loading a kart + driver + wheels in .obj format (positions hardcoded).
* Kart movement physics (tried to mimic Mario Kart 7 feeling as much as I could).
* Lighting.
* Several display modes (day/night, clear/fog and bird's view) required by the course.
* 2D collision with walls and offroad (implemented using a png).


==Credits==
==Media==
The following libraries or pieces of code have been used:
'''RuneScape Classic Thrives Today REAL (Working 2022)''' ([https://www.youtube.com/watch?v=_l39NfOHPcY HamburgerExplosion]) <br>
* [https://github.com/devkitPro/libctru libctru].
<youtube>_l39NfOHPcY</youtube>
* [https://github.com/devkitPro/citro3d citro3D].
* [https://github.com/mariohackandglitch/libcwav libcwav].
* KCLCollisionServer from [https://www.youtube.com/watch?v=PKG00sv0T0M Super Mario Galaxy DS].
* Text rendering using citro3D from [https://github.com/Nanquitas/BootNTR BootNTR Selector].


The following editors have been used:
==Compatibility==
* [https://www.autodesk.com/products/maya/overview Autodesk Maya].
Works on O3DS, N3DS and 2DS.
* [https://www.getpaint.net/ Paint.NET].
* [https://github.com/mariohackandglitch/KMPExpander KMP Expander].
* [https://github.com/mariohackandglitch/EveryFileExplorer Every File Explorer].


Huge thanks to [https://github.com/Gericom Gericom], [https://github.com/Ermelber Ermelber] and [https://github.com/jellees Jelle] for granting permission to use some of their work and code. Huge thanks to [https://www.youtube.com/c/CochuU Cochu U] for her music and sound effects.
==Changelog==
'''medclient177-rev1'''
* First release of rsc-c compiled for openrsc + 177 revision.


==External links==
==External links==
* GitHub - https://github.com/PabloMK7/YAMKC_3DS
* GitHub - https://github.com/2003scape/rsc-c
* GBAtemp - https://gbatemp.net/threads/fan-game-yet-another-mario-kart-clone.581481
* GitHub - https://github.com/2003scape/rsc-server
* Reddit - https://www.reddit.com/r/3dshacks/comments/nbemlo/yet_another_mario_kart_clone_3ds_v02
* open-src - https://rsc.vet
 
* Reddit - https://www.reddit.com/r/WiiHacks/comments/ttiqi7/play_the_entirety_of_runescape_classic_on_your_wii
[[Category:3DS homebrew games]]
[[Category:Homebrew racing games on 3DS]]

Latest revision as of 06:32, 6 Mayıs 2024

RuneScape Classic
Rscc3ds2.png
General
Author2003Scape Team
TypeRole Playing
Versionmudclient177-rev1
LicenseAGPL-3.0
Last Updated2022/04/01
Links
Download
Website
Source

This is a 3DS port of rsc-c, a portable runescape classic client ported to C. Based on Runescape Classic (the original version released in 2001 and active till around 2004), rsc is an archived port of the client and emulation of Jagex's RuneScape server written in JavaScript from the year 2003.

The game has a few different mechanics compare to the upgraded version Old School Runescape (also known as RuneScape 2), it has more 2D sprites instead of models, simpler 3D, more colours and a smaller landscape.

rsc-c supports 204 and 177 (for OpenRSC support) client revisions. The precomiled release for the 3DS port connects to OpenRSC but you can set up your own server.

Installation

Available in 3DSX and CIA format.

User guide

Runescape is a massive 3D multiplayer adventure, with monsters to kill, quests to complete, and treasure to win.

Controls

D-Pad/Circle Pad - Control camera

Touchscreen - Mouse input

Hold L+Touchscreen - Right click

R - Toggle top screen zoom

Hold L+D-Pad/Analog - Pan top screen zoom

Start - Toggle on-screen keyboard

Select - Toggle F1/interlace mode

Media

RuneScape Classic Thrives Today REAL (Working 2022) (HamburgerExplosion)

Compatibility

Works on O3DS, N3DS and 2DS.

Changelog

medclient177-rev1

  • First release of rsc-c compiled for openrsc + 177 revision.

External links

Advertising: