
remaster an old game
Remaster an old game
A remaster rebuilds a game you own so it runs, looks, and controls correctly on current hardware. The first job is finding what still exists.
Remastering an old game means rebuilding a title you own so it runs on current hardware and meets current expectations. The original toolchain is usually gone, so a remaster is a reconstruction guided by whatever source, assets, and builds survived.
Start with an inventory. Do you have the source code, the art in source format, the audio masters, and the level data, or only a compiled build? Does the code depend on a dead API such as DirectX 7, a 32 bit only toolchain, or a middleware license that expired? Is the game 4:3, 640 by 480, keyboard only, with saves written next to the executable? Each of those is a known, solvable problem, and each one has a cost.
Then confirm rights. Old games often had publishers, licensed music, contract artists, or middleware with per title terms. Ownership of the files is not the same as the right to sell a new version. Sort that before writing code. Summer Engine gives you a project you own outright, with no royalties, exporting to desktop, mobile, web, and console.
Recovering what survived
Look for source control history, old hard drives, publisher archives, and backup discs. If only a build exists, you can extract your own art and audio from your own files, and decompiled code can serve as documentation of the exact behavior. Record long play sessions of the original running in an emulator or a virtual machine, since video of the real thing is the reference you will check every tuning decision against later.
Modernizing presentation without erasing it
Widescreen support is the most requested change, and for 2D games it means new art at the edges rather than stretching. Higher resolution means either re-exporting vector or 3D source, or deliberately preserving the pixel look with nearest neighbour filtering and integer scaling. Resist smoothing pixel art with upscaling filters unless it is optional. Offer both a modern mode and a faithful mode where the original look matters to the audience.
Quality of life players now expect
Add full gamepad support and remappable controls. Add save anywhere or frequent autosave, since old games often used passwords or checkpoint only saves. Add resolution, fullscreen, windowed, vsync, and audio sliders. Add accessibility options: subtitles, colour blind friendly palettes, text size, and difficulty settings. These additions drive most of the positive reviews on re-releases, more than the visual work does.
Re-releasing it
Steam is the usual home: a one time 100 USD app fee per title, a store page live at least two weeks before launch, depots, and a SteamPipe upload. Add Steam Cloud saves and achievements, which suit older games well. Consider shipping to mobile and web from the same project, since older games fit modern phone budgets easily. Keep an honest store page that states it is a remaster and lists exactly what changed.
Frequently asked questions
What is the difference between a remaster and a remake?
A remaster keeps the original design and content and updates presentation, performance, and convenience. A remake rebuilds the game with new assets and often revised design. A rebuild in a modern engine can be either, depending on how much you change.
I only have the compiled game, not the source. Can I remaster it?
Yes, if you own the game. Extract your own assets from your own build, use video of the original as the behavioral reference, and rebuild the systems. It is slower than having source, but it is a normal path.
Do I have the right to re-release my old game?
Check before you build. Publisher agreements, licensed music, contract artist terms, and expired middleware licenses all limit what you can sell. Rights questions are cheap to answer early and very expensive at submission time.
Should I keep the original pixel art?
Usually yes, presented correctly. Use nearest neighbour filtering and integer scaling so pixels stay square. If you want a modern look, re-author the art rather than applying an upscaling filter, and keep the original mode as an option.
Will old save files still work?
Rarely. Save formats are tied to the original code. If preserving progress matters, write an importer for the old format, but most remasters accept that players start again.
Keep exploring
More ways to build with Summer Engine
AI game maker
The hub for making complete 2D and 3D games by describing them.
OpenPort an old PC game that no longer installs
Porting an old PC game means rebuilding a title you own for current operating systems. Old DRM, dead APIs, and fixed resolutions are why the original stopped running.
OpenAI game maker for game jams, built for the clock
When the theme drops, describe your idea and Summer Engine builds a playable prototype in minutes, so you spend the weekend tuning the fun instead of fighting setup.
OpenPort an Unreal game and leave the royalty behind
Porting an Unreal game means rebuilding a project you own. Blueprints and uasset files do not convert, so the rebuild uses your source art and your logic.
OpenPort an RPG Maker game out of the default template
Porting an RPG Maker game means rebuilding a project you own. The database and maps convert as data. RTP assets cannot legally come with you.
OpenRemaster a 3DS game
Keep the game intact and raise the presentation. Resolution, frame rate, asset quality, and the feel you must not break.
OpenAI game generator that builds real, playable games
Describe the game you want and Summer Engine generates the scenes, scripts, and assets inside one project you own and can export to Steam.
OpenFree AI game maker for real, exportable games
Make a complete game by describing it. Summer Engine is free to download, free to start, and the engine is open source, so your first game costs nothing.
OpenAI game creator that turns your idea into a real game
Describe the game in your head and Summer Engine creates it: scenes, gameplay, art, and sound in one project you own, edit, and ship.
OpenPlatformer templates
Start from a ready-made project and describe your changes.
BrowseBrowse all game templates
Start from a ready-made project and describe your changes.
Browse
Start building your game now
Download Summer Engine, describe what you want, and watch it come together. Free to start, no coding required.