Simple 2D ORPG Game Engine written in VB.Net Based on the Orion+ conversion and MirageBasic.
This is a tile-based 2D MMORPG game engine. It features a client and server application setup with a basic GUI. It has live editing built-in, with team-based features to allow fluid updating.
Install PostgreSQL and use the password for the database as mirage. You can change this in the source code. https://www.postgresql.org/
Basic Character Creation/Class Selection Movement/Attacking NPC/Computer Characters for attacking Items & Spells Event System
The client has editors for the world (maps), items, spells, animations, NPCs, and more from the in-game admin panel.
If you are a programmer then you will probably prefer to compile the most recent version from source. Download the engine here, open up the solution in Visual Studio compile both projects, and start the client and server application. They should connect automatically. IP and Port options are stored in the root/data (files)/config.ini files.
Log into the game with the client. On the server, type the command /access name 5 to promote yourself to owner. Now, go back to the client and tap Insert for each of the editor options.
The home for this engine is https://miragesource.net if you need support or tips in game creation feel free to visit us. If you find any bugs feel free to report them on the official Mirage Source discord: https://discord.gg/49yhWHByFp
I'm working on updating it to a more useable base.