Code Monkey home page Code Monkey logo

Comments (3)

0x1F9F1 avatar 0x1F9F1 commented on August 17, 2024 1

The music is stored on the CD just like a regular audio CD, and played using https://docs.microsoft.com/en-us/windows/win32/multimedia/mci. Most of the code to do this has already been reverse engineered at https://github.com/0x1F9F1/Open1560/blob/master/code/midtown/mmaudio/cd.cpp.

While adding support for playing the music from disk is on my TODO list, it's not high priority.

from open1560.

Guspr181 avatar Guspr181 commented on August 17, 2024 1

@tetration

Well actually is possible to play the game without using any dvd, for that you must do this three things:

  1. Use this line argument: "-cdid"

  2. Rip all the tracks from the cd in .ogg format using an external program and do it with the following names (track02.ogg,track03.ogg,etc) (skip track01.ogg because that is the data partition) and move them in a folder called "music" inside the root folder of the game.

  3. Move the following files from this portable program called "DxWnd" to the root folder of your game:
    vcda/winmm.dll
    vcda/winmm.ini
    dxwplay.dll
    libogg.dll
    libvorbis.dll
    libvorbisfile.dll

DxWnd Link: https://sourceforge.net/projects/dxwnd/

I hope that this was helpful :D

from open1560.

tetration avatar tetration commented on August 17, 2024

@tetration

Well actually is possible to play the game without using any dvd, for that you must do this three things:

  1. Use this line argument: "-cdid"
  2. Rip all the tracks from the cd in .ogg format using an external program and do it with the following names (track02.ogg,track03.ogg,etc) (skip track01.ogg because that is the data partition) and move them in a folder called "music" inside the root folder of the game.
  3. Move the following files from this portable program called "DxWnd" to the root folder of your game:
    vcda/winmm.dll
    vcda/winmm.ini
    dxwplay.dll
    libogg.dll
    libvorbis.dll
    libvorbisfile.dll

DxWnd Link: https://sourceforge.net/projects/dxwnd/

I hope that this was helpful :D

Thank you @Guspr181 ! I didn't know about the existence of dxwnd. Being able to play this game and other games of my childhood that rely on the CD in order to play the soundtrack will be a truly nostalgic experience. I'm going to try it out this weekend.

from open1560.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.