Skip to content

antimockingjay/MAS-Additions

 
 

Repository files navigation

MAS-Additions

Additions for Monika After Story mod for DDLC

https://github.com/Monika-After-Story/MonikaModDev

Additions

  • Core, core functionality, enables adding of additions and enabling/disabling them using ingame UI or ini file.

  • MASM, MAS Module is an external program which enables the use of Python 3 and Lua, along with some extra features such as 3D audio using OpenAL-Soft and Graphics using OpenGL.

  • Face D&R, adds a new 'Webcamera' topic which allows Monika to see the player using OpenCV. v1.0.6 is currently only capable of face detection since earlier features broke with Python 3.8 beta upgrade.

  • MIDI, adds MIDI functionality, routes MIDI input to MAS piano keys.

You always need Core and MASM to be installed for most other things to work.

Installing - Core

  1. Copy "Additions" and "python-packages" folders into DDLC game folder.

Installing - MASM

Requires: Core

  1. Copy "Additions" folder into DDLC game folder.

  2. Copy "MASM.exe", "OpenAL32.dll", "python38.dll" and "quad.shader" files from MASM_Binaries folder into "game/Additions/MASM/" folder.

Installing - FaceDetectionRecognition

Requires: Core, MASM

  1. Copy "Additions" folder into DDLC game folder.

Installing - MIDI

Requires: Core, MASM

  1. Copy "Additions" folder into DDLC game folder.

Credits

  • DatHorse (Discord: DatHorse#9516)

  • LordBaaa (Discord: LordBaaa#9748), Github user page

Reporting bugs and issues

Please report any bugs and issues you may have to DatHorse#9516 on Discord

About

Additions for Monika After Story

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • C 1.1%
  • C++ 0.6%
  • Ren'Py 0.6%
  • Fortran 0.0%
  • GLSL 0.0%