Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
m (→‎Make-based Systems: fix formatting)
m (Refine the preface to the manual steps section)
Line 26: Line 26:


== Manual Steps ==
== Manual Steps ==
The remainder of this page primarily focuses on if you're trying to create an engine manually from scratch, such as if you don't have access to Visual Studio. For this, we'll assume your engine is called "quux".
The remainder of this page contains the original instructions for creating an engine from scratch that predate the create_engine tool. They may still be of some use to read if you want to better understand the individual files that make up a ScummVM engine. For this, it will step you through creating a sample "quux" engine.


# Add a new directory <tt>engines/quux/</tt>
# Add a new directory <tt>engines/quux/</tt>