Difference between revisions of "AMSprite"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
= AMSprite - Amstrad CPC Sprite and Loading Screen Editor  =
 
= AMSprite - Amstrad CPC Sprite and Loading Screen Editor  =
 +
 +
= '''[[Retro_Game_Asset_Studio|AMPSRITE HAS BEEN REPLACED BY RETRO GAME ASSET STUDIO!!]]''' =
 +
 +
 +
 +
[[Image:AMSpriteScr.jpg|600x500px|AMSprite main editor]]<br>
 +
 +
  
 
== Introduction  ==
 
== Introduction  ==
Line 5: Line 13:
 
If you're writing a game for the CPC this cross-development GUI tool will allow you to generate ready-to-use sprites and loading screens for the CPC&nbsp;in assembly language.  
 
If you're writing a game for the CPC this cross-development GUI tool will allow you to generate ready-to-use sprites and loading screens for the CPC&nbsp;in assembly language.  
  
NOTE this initial release doesn't include any error checking so may crash at inopportune moments - save your work regularly.
+
This software is free and open source. It is very much work in progress, so if it breaks or is confusing, let me know!
 
+
This software is free and open source.  
+
  
 
== Features<br>  ==
 
== Features<br>  ==
  
*Edit in Mode 0 or Mode 1  
+
*Edit in Mode 0, 1, or 2.
 +
* View sprite animation preview at any frame rate
 +
*Edit hardware sprites for CPCPlus, with custom palette
 
*Export to MAXAM/WinApe ready assembler  
 
*Export to MAXAM/WinApe ready assembler  
 
*Select palette from authentic Amstrad set of 27  
 
*Select palette from authentic Amstrad set of 27  
 
*Import any image file and convert to amstrad sprite or loading screen  
 
*Import any image file and convert to amstrad sprite or loading screen  
 +
*Import any video file and generate an assembly program to replicate on the CPC
 
*Export a blank image with indexed amstrad palette for editing in external paint program. Can be reimported.  
 
*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 on the CPC.
+
*Includes a full test program to see your sprites in action on the CPC.<br>  
 
+
*Includes a basic level editor
<br>  
+
*Includes a basic sound effects / music tracker.
 +
*Cross Platform, run under Windows or Mac/Linux via MONO runtime.
  
 
== Downloads  ==
 
== Downloads  ==
  
Download Windows XP/Vista Installer here:<br>Download source code here:<br>Requires [http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en .Net Framework 2.0]<br>Should also run under [http://mono-project.com/Main_Page MONO] on Linux? (someone able to verify?)  
+
Download Windows XP/Vista/Win7 Installer here:&nbsp; [[Media:AMSprite_setup.rar|AMSprite_setup.rar]]&nbsp;1.4 (Requires [http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en .Net Framework 2.0]) <br>
 +
 
 +
Download Windows/Linux/Mac&nbsp;[http://mono-project.com/Main_Page MONO]&nbsp;Assemblies here&nbsp;:&nbsp;[[Media:AMSprite_mono.rar|AMSprite_mono.rar]] 1.3 (Requires MONO 2.4 runtime minimum). NOTE&nbsp;I have tested the program under MONO and most features seem to work OK&nbsp;but you may experience bugs... You should have libmono-microsoft-visualbasic8.0-cil installed too.
 +
<br />
 +
 
 +
The source code is stored in a Subversion repository [http://svn2.xp-dev.com/svn/lachlankeown-AMSprite here], and is publicly available (read only). I recommend [http://tortoisesvn.net/ TortoiseSVN]&nbsp;as a simple Windows based Subversion client. You will need VS2008 Pro or the free Express edition of&nbsp;[http://www.microsoft.com/Express/VB/ Visual Basic .Net 2008]&nbsp;to make changes. If you make any changes, send me a diff and I&nbsp;will integrate.<br>
 +
 
 +
== Work in Progress  ==
 +
 
 +
 
 +
== What's New  ==
 +
 
 +
===== Version 1.4 31-Dec-09 =====
 +
 
 +
* Included option to output mirrored sprites.
 +
* Outputs hardware sprites in compressed format.
 +
* Supports video import under 64-bit OS.
 +
 
 +
===== Version 1.3 15-Jul-09 =====
 +
 
 +
*Added support for Hardware Sprites (CPC Plus)
 +
 
 +
===== Version 1.2 26-May-09 =====
 +
 
 +
*Functional (just) tracker and SFX tracker.
 +
*Core functionality now fully working under MONO runtime.
 +
 
 +
===== Version 1.1 30-Apr-09&nbsp;  =====
 +
 
 +
*Level Editor
 +
*Video Import and convert utility
 +
*Animation preview
 +
*Windows binary -&gt;&nbsp;CPC&nbsp;assembly tool
 +
*Numerous bug fixes and UI improvements
 +
*Edit in Mode 2/Spectrum monochrome
  
 
== Contact  ==
 
== Contact  ==
  
You can contact me at lachlankeown @t gmail
+
You can contact me at lachlankeown @t gmail  
 +
 
 +
Lachlan Keown
 +
 
 +
New Zealand
 +
 
 +
[[Category:Applications]][[Category:CrossDev]] [[Category:Graphic]] [[Category:CPC Plus]]

Latest revision as of 17:46, 21 January 2014

AMSprite - Amstrad CPC Sprite and Loading Screen Editor

AMPSRITE HAS BEEN REPLACED BY RETRO GAME ASSET STUDIO!!

AMSprite main editor


Introduction

If you're writing a game for the CPC this cross-development GUI tool will allow you to generate ready-to-use sprites and loading screens for the CPC in assembly language.

This software is free and open source. It is very much work in progress, so if it breaks or is confusing, let me know!

Features

  • Edit in Mode 0, 1, or 2.
  • View sprite animation preview at any frame rate
  • Edit hardware sprites for CPCPlus, with custom palette
  • Export to MAXAM/WinApe ready assembler
  • Select palette from authentic Amstrad set of 27
  • Import any image file and convert to amstrad sprite or loading screen
  • Import any video file and generate an assembly program to replicate on the CPC
  • 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 on the CPC.
  • Includes a basic level editor
  • Includes a basic sound effects / music tracker.
  • Cross Platform, run under Windows or Mac/Linux via MONO runtime.

Downloads

Download Windows XP/Vista/Win7 Installer here:  AMSprite_setup.rar 1.4 (Requires .Net Framework 2.0)

Download Windows/Linux/Mac MONO Assemblies here : AMSprite_mono.rar 1.3 (Requires MONO 2.4 runtime minimum). NOTE I have tested the program under MONO and most features seem to work OK but you may experience bugs... You should have libmono-microsoft-visualbasic8.0-cil installed too.

The source code is stored in a Subversion repository here, and is publicly available (read only). I recommend TortoiseSVN as a simple Windows based Subversion client. You will need VS2008 Pro or the free Express edition of Visual Basic .Net 2008 to make changes. If you make any changes, send me a diff and I will integrate.

Work in Progress

What's New

Version 1.4 31-Dec-09
  • Included option to output mirrored sprites.
  • Outputs hardware sprites in compressed format.
  • Supports video import under 64-bit OS.
Version 1.3 15-Jul-09
  • Added support for Hardware Sprites (CPC Plus)
Version 1.2 26-May-09
  • Functional (just) tracker and SFX tracker.
  • Core functionality now fully working under MONO runtime.
Version 1.1 30-Apr-09 
  • Level Editor
  • Video Import and convert utility
  • Animation preview
  • Windows binary -> CPC assembly tool
  • Numerous bug fixes and UI improvements
  • Edit in Mode 2/Spectrum monochrome

Contact

You can contact me at lachlankeown @t gmail

Lachlan Keown

New Zealand