Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pomelo | 11,776 | 184 | 18 | a month ago | 116 | November 08, 2019 | 161 | mit | JavaScript | |
A fast,scalable,distributed game server framework for Node.js. | ||||||||||
Veloren | 4,504 | a day ago | 1 | gpl-3.0 | Rust | |||||
An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page. | ||||||||||
Endless Sky | 4,406 | 13 hours ago | 1,003 | gpl-3.0 | C++ | |||||
Space exploration, trading, and combat game. | ||||||||||
Sdlpal | 1,612 | 2 months ago | 12 | gpl-3.0 | C | |||||
SDL-based reimplementation of the classic Chinese-language RPG known as PAL. | ||||||||||
Godot Open Rpg | 1,475 | 14 days ago | 2 | mit | GDScript | |||||
Learn to create turn-based combat with this Open Source RPG demo ⚔ | ||||||||||
Rpg Js | 1,209 | 5 days ago | 11 | mit | TypeScript | |||||
Framework to create an RPG or MMORPG (with the same code) in the browser with Typescript | ||||||||||
Gameproject3 | 1,173 | a month ago | 1 | C++ | ||||||
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。 | ||||||||||
Game Server | 1,090 | 4 months ago | 29 | mit | Java | |||||
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools | ||||||||||
Bytepath | 1,089 | 3 years ago | 4 | other | Lua | |||||
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE. | ||||||||||
Flare Game | 1,054 | a month ago | 70 | other | Python | |||||
Fantasy action RPG using the FLARE engine |
A script for converting RPG Maker 2000/2003 games into 3DS games using the EasyRPG player. EasyRPG is an open source recreation of the RPG Maker engine, making it possible to play RPG Maker games on all modern operating systems and consolesamong them the 3DS.
The 3DS port of EasyRPG was made by Rinnegatamante in 2016 and has since become part of the EasyRPG main repository. The original announcements were made on GBAtemp and the EasyRPG community forums.
The easiest way to play an RPG Maker game on the 3DS is to install a CIA file (which requires custom firmware; see the 3DS Hacks Guide for setting it up). Converting an RPG Maker game into a CIA file requires a number of steps: Easy3DS-build does this work for you. All you need to do is provide the game, the required files, and a 3DS game icon and banner.
To run this script, the following dependencies are needed:
bannertool
3dstool
makerom
This script has no Python dependencies other than the standard library.
The EasyRPG ELF file can be found on the EasyRPG CI server; or use this direct link to the latest build.
This script can either build a single game, or build games in bulk. The easiest way to use this is to put all your games in the games/
folder, add their 3DS assets (see "preparing assets") and then run the script:
./build.py games
This will run through every game folder and produce a CIA file for each one in the out/
folder. Temp files will be written to tmp/
and removed after the build finishes.
To have the script find all dependencies automatically, without having to pass them as arguments, put them in the following locations:
assets/easyrpg-player.elf
- EasyRPG buildassets/RTP
- RPG Maker RTP packagesFor games that need the RTP to run, we'll copy over all RTP files that aren't already there before packaging. This way you don't need to worry about whether the RTP is installed on your 3DS. The CIA files are completely standalone.
If your game doesn't require the RTP to run, or you've already copied over all the files it needs, you need to make sure your RPG_RT.ini
file has FullPackageFlag=1
in it.
Traditionally, the RTP poses one unfortunate problem: there are multiple different versions of the RTP that are not compatible with each other. Each game you want to build might need a different version. Fortunately, EasyRPG has solved this problem, as long as you have the official (and freely available) RTP and a recent build. Even if a game requires e.g. Don Miguel's RTP, and you have the official RTP installed, the engine will rename all its file requests to match the installed RTP.
In short: just get the English RTPs listed as "official" and it should workunless the game uses non-standard additions such as Don Miguel's RTP extras (RTP 1.32).
These are all the known RTPs:
Code | Version | Download |
---|---|---|
2000-jp | RPG Maker 2000 - Japanese (original) | tkool.jp |
2000-en-don-miguel | RPG Maker 2000 - English (Don Miguel) Most common variant for non-Japanese 2000 games |
- |
2000-en-official |
RPG Maker 2000 - English (official) Download this for non-Japanese games |
rpgmakerweb.com |
2003-jp | RPG Maker 2003 - Japanese (original) | tkool.jp |
2003-en-rpg-advocate | RPG Maker 2003 - English (RPG Advocate) Most common variant for non-Japanese 2003 games |
- |
2003-ru-kovnerov | RPG Maker 2003 - Russian (Vlad Kovnerov) | rpgmaker.su |
2003-en-official |
RPG Maker 2003 - English (official) Download this for non-Japanese games |
rpgmakerweb.com |
2003-en-maker-universe | RPG Maker 2003 - English (Maker Universe) | - |
2003-ko-nioting | RPG Maker 2003 - Korean () | etude87.tistory.com |
easyrpg | EasyRPG RTP replacement project | github.com |
Put your RTP in the assets/rtp/
folder, and name the folder after the "code" listed in the table above. The RTP must be unzipped - an installer EXE file won't work. The official RTP files hosted on rpgmakerweb.com can be extracted as though they are 7z files. On Mac OS X, The Unarchiver can extract them as well.
For games that don't indicate what RTP they need (and don't have the FullPackageFlag=1
set), this script will check for a 2000 or 2003 executable file and then load any English RTP that is available for that version.
gameinfo.cfg
In order to build games for 3DS we'll need an icon, banner and audio file. These should be placed in a folder called 3DS
in the game's files. Additionally we need a metadata file named gameinfo.cfg
which contains the title, author and a unique CIA ID.
You can copy over the default assets from assets/defaults/
and edit them. Here's an example gameinfo.cfg
file:
[metadata]
cia_id = 8D29C9
title = Don's Adventures
author = Don Miguel
release = 2000
rtp = 2000-en-don-miguel
Your CIA ID can be any random hexadecimal number, but it will need to be unique or installing it might replace another game or application. Check the titleid
column on 3DS DB to verify it.
MIT