Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
MH101

Doom on other systems

Recommended Posts

I would like to know how I can port Doom or Hexen to other systems, like if there's an android handheld console with a controller-style gamepad. What doom wad or files would I have to use to port it onto there?

Share this post


Link to post

For a task like this the main skills you need are programming skills to be able to do the port. It usually involves taking an existing source port and adapting the code to work on the new platform. Some source ports are intentionally designed to be portable (like PrBoom and Chocolate Doom) which makes the task easier. With a port like that, sometimes it can just be a matter of recompiling to run on the new platform. Other platforms are more troublesome and require more extensive changes. Sometimes you might need to make code changes to support custom hardware (like the gamepad you describe).

Share this post


Link to post

where would i find the instructions for the task if i wanted to use the chocolate doom or prdoom source ports?

Share this post


Link to post

There are no kind of generic instructions because things are compiled differently on every platform. It's a matter of working out how things are compiled on the platform you're targeting and then doing so accordingly.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×