Damien
Don't need glasses if you can C#
- Feb 26, 2012
- 434
- 647
Hello,
Today I introduce you to Starlight, a complete rewrite of Alias (an emulator I've been working on for a while). The old source was messy due to lack of experience and others brining in their own ideas, but alot of the old source code will be recycled, making the time spent on it not a waste.
The main purpose of the Emulator is for my own leaning purposes, which is why I'm making a dev thread (all criticism approved). The project is in it's very early stages so there isn't much to show, but I'll try to provide some snippets bellow aswell as link the git repository when there is one. But anyway here's what you can currently expect:
Starlight
Features:
Game Features:
Snippets:
Screens: (not much)
Credits:
Today I introduce you to Starlight, a complete rewrite of Alias (an emulator I've been working on for a while). The old source was messy due to lack of experience and others brining in their own ideas, but alot of the old source code will be recycled, making the time spent on it not a waste.
The main purpose of the Emulator is for my own leaning purposes, which is why I'm making a dev thread (all criticism approved). The project is in it's very early stages so there isn't much to show, but I'll try to provide some snippets bellow aswell as link the git repository when there is one. But anyway here's what you can currently expect:
Starlight
Features:
- Using C# 8.0
- Using .NET Core 3.1
- Using Dapper
- Using DotNetty
- Using DependencyInjection
- Plugin system
Game Features:
- Handshake (Authentication)
- Hotel View
Snippets:
Screens: (not much)
Credits:
- SpeedBlood: for helping with the core and helping me when needed
- Arcturus: for being the best reference point for packet structures
- Other Emulators: for more referencing because I'm dumb (sometimes)