https://github.com/ppodds/unistory
A MapleStory emulator powered by Unity and still in development. Aim to support latest TMS (v245).
https://github.com/ppodds/unistory
maplestory unity
Last synced: over 1 year ago
JSON representation
A MapleStory emulator powered by Unity and still in development. Aim to support latest TMS (v245).
- Host: GitHub
- URL: https://github.com/ppodds/unistory
- Owner: ppodds
- License: gpl-3.0
- Created: 2022-05-29T15:04:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T08:21:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T10:33:12.736Z (over 1 year ago)
- Topics: maplestory, unity
- Language: C#
- Homepage:
- Size: 344 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniStory
A MapleStory emulator powered by Unity and still in development. Aim to support latest TMS (v245).
There is no server implementation now. We plan to use other language to implement the server.
## Features
### Map
- [x] Tile
- [x] BGM
- [x] Foothold
- [x] Portal
- [x] Objs
- [x] Seats
- [x] Ladder / Rope
- [ ] Background (still in development)
### Physics
- [x] Foothold (still some bugs)
- [x] Gravity
- [ ] Move (still in development)
### Charactor
- [ ] All
### NetIO
- [ ] All
## Environment
- OS
- Windows 10
- Unity Version
- 2021.3.3f1
- IDE
- Jetbrains Rider
## Development
You need to have wz files first(MapleStory assets pack). You can download these files on the Internet. We don't provide any download links, but you can find it at [here](#Links).
Put your wz folders in `Assets/wz`. Now you can open Unity and write some code and test it in `SampleScene`!
## Links
### TMS Client
[TMS Client Download Page](https://maplestory.beanfun.com/download)
### Client
[JourneyClient](https://github.com/SYJourney/JourneyClient)
[HeavenClient](https://github.com/HeavenClient/HeavenClient)
### Server
[HeavenMS](https://github.com/ronancpl/HeavenMS)
### Wz Viewer / Editor
[WzComparerR2 (recommended)](https://github.com/Kagamia/WzComparerR2)
[HaSuite / Harepacker resurrected](https://github.com/lastbattle/Harepacker-resurrected)