Difference between revisions of "Retro Game Asset Studio"
m |
m (→Downloads) |
||
(19 intermediate revisions by 2 users not shown) | |||
Line 22: | Line 22: | ||
*Includes a basic sound effects / music tracker (CPC only). | *Includes a basic sound effects / music tracker (CPC only). | ||
*Cross Platform, run under Windows or Mac/Linux via MONO runtime (excludes video import for CPC). | *Cross Platform, run under Windows or Mac/Linux via MONO runtime (excludes video import for CPC). | ||
+ | * Runs under Windows RT with [http://forum.xda-developers.com/showthread.php?t=2092158 jailbreak] applied. | ||
*Edit multiple sprites simultaneously in a grid (custom grid columns, any combination of sprites). | *Edit multiple sprites simultaneously in a grid (custom grid columns, any combination of sprites). | ||
*Onion skinning in sprite editor of either other sprites or any image file. | *Onion skinning in sprite editor of either other sprites or any image file. | ||
Line 30: | Line 31: | ||
== Downloads == | == Downloads == | ||
− | + | The most recent release of RGAS is included with the CPCTelera development suite which can be downloaded [https://github.com/lronaldo/cpctelera here]. | |
+ | |||
+ | Mono/Wine/Windows standalone portable executable: [[Media:RGAS.zip|RGAS.zip]] 1.2.5 released 29/Jan/17 (Requires .Net Framework 4.0) <br> | ||
== Project == | == Project == | ||
If you have any bugs or feedback, or you'd like to contribute (and know .Net reasonably well), please contact me, lachlankeown @t gmail or [http://www.facebook.com/lachlankeown Facebook]. | If you have any bugs or feedback, or you'd like to contribute (and know .Net reasonably well), please contact me, lachlankeown @t gmail or [http://www.facebook.com/lachlankeown Facebook]. | ||
+ | |||
+ | CPC Wiki forum discussion [http://www.cpcwiki.eu/forum/programming/retro-game-asset-studio-beta/ here]. | ||
+ | |||
+ | [[Category:Applications]][[Category:CrossDev]] [[Category:Graphic]] [[Category:CPC Plus]] |
Latest revision as of 03:40, 29 January 2017
Retro Game Asset Studio
Introduction
This application allows the creation of various asset types (graphics, sound/music, levels) for retro game platforms (currently Amstrad CPC, ZX Spectrum and Commodore 64). It is a cross development tool in that it will run on a PC and produce output to be consumed by a compiler (such as WinAPE for the PC or MAXAM on the CPC).
It is free and open source. It is also a work in progress so some features may be incomplete and/or buggy.
This application is an evolution of the AMSprite program, which will no longer be developed as all its features have been moved to RGAS.
Features
- Uses a common editor for all target platforms.
- View sprite animation preview at any frame rate
- Edit hardware sprites for CPCPlus, with custom palette
- Export to multiple languages per platform. (e.g. 3 targets are supported for CPC: MAXAM assembler, C, and Basic).
- Import any image file and convert to bitmap with fine control over brightness, contrast and dithering. Includes palette optimisation.
- Import any video file and generate an assembly program to replicate (CPC only).
- Export a blank image with indexed amstrad palette for editing in external paint program. Can be reimported.
- Includes a full test program to see your sprites in action (CPC only).
- Includes a basic level editor
- Includes a basic sound effects / music tracker (CPC only).
- Cross Platform, run under Windows or Mac/Linux via MONO runtime (excludes video import for CPC).
- Runs under Windows RT with jailbreak applied.
- Edit multiple sprites simultaneously in a grid (custom grid columns, any combination of sprites).
- Onion skinning in sprite editor of either other sprites or any image file.
- Editor supports standard bitmap editing conventions such as Ctrl+Mouse wheel for zoom etc.
- Handles attribute blocks for Spectrum/C64 bitmaps.
- Sprite rotation.
Downloads
The most recent release of RGAS is included with the CPCTelera development suite which can be downloaded here.
Mono/Wine/Windows standalone portable executable: RGAS.zip 1.2.5 released 29/Jan/17 (Requires .Net Framework 4.0)
Project
If you have any bugs or feedback, or you'd like to contribute (and know .Net reasonably well), please contact me, lachlankeown @t gmail or Facebook.
CPC Wiki forum discussion here.