Giter Club home page Giter Club logo

skydoom's Introduction

This is a Playstation 2 port of the original doom source code.

Features:

Cheats, Music, ADPCM sound effects, Memcard saving and loading, wad selecter, jumping.

The music is off. It runs on the TinySoundFont header library, which uses double precision for some calculations. 
Everything is converted to single precision which causes the pitch to be off. You can experiment with different
soundfonts, but it comes with gzdoom.sf2 which is ~3.25MB. I haven't experimented with anything bigger than that. Some slowdown occasionally
happens during a dma transfer to iop, but it runs fine otherwise.

I changed audsrv (included in the repo) to make it so the playback wasn't tied to the framerate. Now it runs on a triple-buffered setup where two buffers
are on the IOP for 5 seconds of music while another 5 seconds is stored on EE side until a IOP buffer is free. 

It runs on the cdvd currently and I only have tested it with pcsx2 emulator (and have never tested the drawing library on ps2 either). I think changes would have to be made to run 
with ps2link. 

This was more of an experiment for myself on how to port a game (albeit simply) but if you happen to play it, let me know
any feedback.

Thanks,

Drew Fletcher

skydoom's People

Contributors

crypt4489 avatar

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.