An open API service indexing awesome lists of open source software.

https://github.com/kaczy93/centredsharp

Map editor for ultima online
https://github.com/kaczy93/centredsharp

centred centred-plus csharp editor map ultima ultima-online uo

Last synced: 7 months ago
JSON representation

Map editor for ultima online

Awesome Lists containing this project

README

          

# CentrED#

This is a complete rewrite of original CentrED project https://git.aksdb.de/aksdb/CentrED

![Zrzut ekranu 2023-12-31 155959](https://github.com/kaczy93/centredsharp/assets/16159577/2e26f01e-1802-4a5f-ae7e-2d5175cbfbb4)

### [**Download**](https://kaczy93.github.io/centredsharp/#/Download/)
### ![discord](https://user-images.githubusercontent.com/16159577/213001281-c68258d5-9a58-44a4-b90b-d3f1b2602e14.png)[**Discord**](https://discord.gg/zpNCv36fQ8)

### [Server setup](https://github.com/kaczy93/centredsharp/wiki/Server-setup)

## How to build
Requirements:
- .NET 9 SDK

Clone the repository with:

`git clone --recursive https://github.com/kaczy93/centredsharp.git`

Build the project with:

`dotnet build`

## Thanks to:

- Andreas Schneider - creator of original CentrED
- [ServUO](https://github.com/ServUO/ServUO)
- [ModernUO](https://github.com/modernuo/ModernUO)
- [ClassicUO](https://github.com/ClassicUO/ClassicUO)
- [UOFiddler](https://github.com/polserver/UOFiddler)
- Jaedan for help and his [UORenderer](https://github.com/jaedan/UORenderer)
- JetBrains for [Open Source Support](https://jb.gg/OpenSourceSupport)