Zhanghao0150 / Boswell-v83

v83 maplestory game emulator written on the JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boswell

Boswell is a Maplestory emulator project that slowly is rewriting OdinMS into something more modern using Kotlin! Luckily, this process is made easy with Kotlin's 100% interoperability with Java!

Boswell is based on a project by the same name. That project can be found here.


Scripting

Boswell now uses stateless scripting written in Groovy. This means that all pre-existing javascript scripts are no longer functional and need to be rewritten. If you would like to use the old odinms scripting style you can find that in the odinms-scripting branch or in the project Releases.

Documentation on how to write these new scripts can be found here.


Requirements/Dependencies

  • Java (17+)
  • Kotlin (1.7.10)
  • Postgresql (42.2.9+)
  • groovy-jsr223 (3.0.16)
  • gson (2.8.6+)
  • HikariCP (5.0.1+)
  • Apache.mina (2.0.7+)
  • slf4j (1.6.6+)
  • jUnit (5.9.2+)

Development is slow since it's just me working on it. However, if you're at all interested in the project or have questions Boswell can be found on discord!

About

v83 maplestory game emulator written on the JVM

License:GNU Affero General Public License v3.0


Languages

Language:Java 89.1%Language:Kotlin 8.6%Language:Groovy 2.2%Language:Shell 0.0%Language:Batchfile 0.0%