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
- Host: GitHub
- URL: https://github.com/kaczy93/centredsharp
- Owner: kaczy93
- License: mit
- Created: 2022-12-12T09:46:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-13T22:32:14.000Z (7 months ago)
- Last Synced: 2025-11-13T23:29:31.707Z (7 months ago)
- Topics: centred, centred-plus, csharp, editor, map, ultima, ultima-online, uo
- Language: C#
- Homepage: https://kaczy93.github.io/centredsharp/
- Size: 41.8 MB
- Stars: 58
- Watchers: 5
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# CentrED#
This is a complete rewrite of original CentrED project https://git.aksdb.de/aksdb/CentrED

### [**Download**](https://kaczy93.github.io/centredsharp/#/Download/)
### [**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)