Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Engine02 Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 18: Line 18:
|source=
|source=
}}
}}
'''''Engine02''''' is a script-driven, multiplatform 2D game engine with builds for DOS, Windows, Linux, Intel/PPC MacOSX, PSP, Wii, and GP2X Wiz.
'''Engine02''' provides a comprehensive and intuitive platform for game development, making it accessible to both novice and experienced developers. With support for multiple platforms, you can reach a wide audience and distribute your games easily. The in-program downloads list makes it convenient to access essential resources for game development, such as the [http://stealth.hapisan.com/E02/Docs/Getting%20Started.html complete documentation], generic templates, and open examples.


[http://stealth.hapisan.com/E02/Docs/Getting%20Started.html Complete documentation] for creating games is downloadable from within the interface in PC and Mac builds, and is also available on the website. A generic template from which to build new games is also available from the in-program downloads list, as well as an open example of fully-featured gameplay.
The user-friendly interface allows you to quickly download and install updates for both the engine and any games you have created, ensuring that your creations are always up-to-date and running smoothly. The author and his team have also made their games directly available within the program, providing inspiration and showcasing the capabilities of Engine02.


Games created or hosted by the author and his team are directly downloadable from inside the program. Updates for the program, or any installed game, can also be downloaded from the same interface when they become available.
Whether you're just starting out in game development or are an experienced programmer, Engine02 offers a streamlined and powerful solution for creating 2D games. With its robust features, wide platform support, and dedicated community, Engine02 is the ideal choice for your next game project.


== Currently-Available Software ==
== Currently-Available Software ==
Line 36: Line 36:
'''''[http://stealth.hapisan.com/E02/Sonic/ReadMe.html Sonic the Hedgehog]''''' - A template based on excerpts from the "Project Mettrix" fileset, suitable for creating a Sonic the Hedgehog game, or learning about creating complex games with E02 (''At present, this large template has not been updated to use the Alias system introduced in E02 v11.08.11. This update is in progress, and will be released when it is complete'')
'''''[http://stealth.hapisan.com/E02/Sonic/ReadMe.html Sonic the Hedgehog]''''' - A template based on excerpts from the "Project Mettrix" fileset, suitable for creating a Sonic the Hedgehog game, or learning about creating complex games with E02 (''At present, this large template has not been updated to use the Alias system introduced in E02 v11.08.11. This update is in progress, and will be released when it is complete'')


== What's New (v11.08.11)==
==What's New in Version 11.08.11==
[http://stealth.hapisan.com/E02/Docs/What's%20New.html View complete "What's New" document]
[http://stealth.hapisan.com/E02/Docs/What's%20New.html View Complete "What's New" Document Here]
 
===Features===
===Features===
* A new build is now available for the GP2X Wiz
*A new build is now available for the GP2X Wiz
* New Script Commands (1440-1472, see index in "Functions" doc)
*New script commands (1440-1472, see the index in the "Functions" document)
**   Manual opening/creation of and reading from or writing to data files, making possible demo recording/playback, game progress saving, custom data editing, etc
**Ability to manually open/create and read from/write to data files, enabling demo recording/playback, saving game progress, custom data editing, etc.
**   Load new Player Character data into any existing Player Character slot at any time during gameplay to allow many Character types in a single game without having to expend the RAM to store them all at once
**Ability to load new player character data into any existing player character slot during gameplay, allowing for multiple character types in a single game without consuming too much RAM.
**   Load a new set of Global Palette Colors from a PCX/TGA image file at any time during gameplay
**Ability to load a new set of global palette colors from a PCX/TGA image file during gameplay.
**   (Re-)Obtain a Tile Map for a Tiled Level Object from anywhere on any existing Tile Plane at any time during gameplay
**Ability to (re-)obtain a tile map for a tiled level object from any existing tile plane during gameplay.
**   Save standard Level Layout and/or Tile Data to the files that were last loaded, or a new location specified by Script Text
**Ability to save standard level layout and/or tile data to the previously loaded or newly specified files.
**   The _SaveObjects Command now accepts a "Register" for the Text ID parameter
**The "_SaveObjects" command now accepts a "register" for the text ID parameter.
**   Modify or retrieve (for value testing) the contents of Game Text Strings, enabling visible entry and use of names, passwords, etc
**Ability to modify or retrieve game text strings, allowing for the use of names and passwords.
*The Tile Editor has been rearranged to make better use of available screen space, and updated for functionality
*The Tile Editor has been rearranged for better use of screen space and updated for improved functionality.
**   The tiny, hard-to-click arrows have been removed; click options are now activated by left- or right-clicking the option label or its displayed value
**The tiny, hard-to-click arrows have been removed; click options are now activated by left- or right-clicking the option label or its displayed value.
**   The entire 256-color palette is now available all at once
**The entire 256-color palette is now available all at once.
**   An option is now available to place a smaller, less-featured version of either the Tile Selector or Level Editor in the lower-right corner for more quickly selecting tiles from the list or the level layout, drawing to the level layout, and instantly viewing changes to the overall layout image while editing a tile
**An option is now available to place a smaller, less-featured version of either the Tile Selector or Level Editor in the lower-right corner for quick tile selection and level editing with instant visualization of changes.
**   Palette entries can now be swapped within the editor for easily organizing colors in preparation for Palette Animation, or any other purpose
**Palette entries can now be swapped within the editor for easier organization of colors for palette animation or other purposes.
* An "Alias" system has been added so that more-easily-memorizeable names can be used for Commands, Variables, settings, etc. in scripts instead of their internal ID numbers. Aliases for standard IDs are included and listed/used in the documentation, and users can modify them and/or add their own for game-specific IDs
*An "alias" system has been added to allow more memorable names for commands, variables, settings, etc. in scripts instead of internal ID numbers. Aliases for standard IDs are included and listed in the documentation, and users can modify them and/or add their own for game-specific IDs.
* Tile Animations can now be set up more quickly and easily by means of the new automatic Tile Animation frame insertion, which uses the Level Editor's Tile Plane section selection/copy feature
*Tile animations can now be set up more easily with the new automatic tile animation frame insertion feature.
* Shortcuts have been added to both the Tile Editor and Level Editor for filling either an entire Tile or all non-transparent pixels of a Tile with any of the four solidity types
*Shortcuts have been added to both the Tile Editor and Level Editor for filling entire tiles or all non-transparent pixels of a tile with any of the four solidity types.
* Sprite Editor "Dumps" of Player Character Sprites will now save these changes directly to the selected Character's Character Def File by default. The external "frames.txt" dump is still available, and can be performed by instead holding Ctrl while pressing Enter
*Sprite editor "dumps" of player character sprites will now save changes directly to the selected character's character definition file by default, while the external "frames.txt" dump is still available with the option of holding Ctrl while pressing Enter.
* Sprite Editor "Dumps" of Object Sprites will now save these changes directly to the appropriate Object Def File by default (depending on which set the currently-selected sprite set resides in). The external "frames.txt" dump is still available, and can be performed by instead holding Ctrl while pressing Enter
*Sprite editor "dumps" of object sprites will now save changes directly to the appropriate object definition file by default, while the external "frames.txt" dump is still available with the option of holding Ctrl while pressing Enter.
* When viewing Object Sprites in the Sprite Editor, the Status element that displays the currently-selected set number will now display the set's ID relative to the Object Def that loaded it, rather than its E02-internal ID (Ex: If there are 28 Game-global Object Sprite Sets, the final set's ID will be shown as "27G", while the first "Zone" set's ID will be shown as "0Z" rather than "28"). The same principle has also been applied to the "Ani ID" element
*When viewing object sprites in the sprite editor, the status element that displays the currently selected set number will now display the set's ID relative to the loaded object definition, rather than its internal E02 ID. The same has been applied to the "Animation ID" element.
* When viewing Player Character Sprites in the Sprite Editor, the Status element that displays the currently-selected "Animation Function" will now display the set's ID relative to the "Player Character Common Functions" list or the selected Player Character's "Character Specific Functions" list, rather than its E02-internal ID (Ex: If there are 33 Player Character Common Functions, the final Function will be shown as "32C", while the first Player Character's first "Character-Specific" Function ID will be shown as "0P" rather than "33"). Also, the selection will default to the Player Character's first "Character-Specific" Function, and "Character-Specific" Functions belonging to Player Characters other than the one that is currently selected will not be accessible
*When viewing player character sprites in the sprite editor, the status element that displays the currently selected animation function will now display the set's ID relative to the player character common functions list or the selected player character's specific functions list, rather than its internal E02 ID. The selection will default to the player character's first specific function, and specific functions
* A new error message has been added to report when Sprite width and/or height are defined as 0 (or less) for both Player Character and Object Sprites, eliminating crashes due to such settings. Please use a 1x1 sprite that loads a single transparent pixel for "invisible" Sprites or Sprite Frames
* Further optimizations have been made to level collision testing for both Players and Objects
* Message system messages have been made easier to read; each string is now drawn with a background color rather than allowing the game/editor/interface screen to show through
* On program startup, there is now a three-second delay on updates testing that provides time to cancel the connection attempt. Also, when pressing F8 to return to the main menu, the menu comes up immediately instead of again testing for updates first
* The current FPS has been removed from the Level Editor's Status display, since the display toggled by F10 makes it redundant
===Bugfixes===
 
* _???=TileInfo(???) commands were treating incoming position values as unsigned rather than signed, which caused negative values to read as extremely high positive values and fail to wrap around the level or looping section boundaries correctly, causing crashes due to out-of-bounds reads. This has been corrected; passing variables containing negative X and/or Y position values will now cause the position to be wrapped properly, eliminating the crash and returning the correct tile data
 
* Sprite Editor "Dumps" would fail without displaying an error/warning if the "dump" folder didn't already exist in the currently-loaded game's Game Folder. These features now automatically create this folder when appropriate
 
* "F" for vertically flipping a single Tile Frame in the Tile Editor wasn't working at all, and "M" for horizontally mirroring the current Tile Frame was only functioning on Frame 0 rather than the currently-selected Frame. Also, these features were not functioning correctly in the DOS build with a "vmode" setting greater than 2 (default is 3). These features now function the way they were intended
 
* All TGA image dumps were output with a single incorrect byte setting in the header, causing them not to load properly or at all in the majority of image editors (except, conveniently, the one that was used for testing). This has been corrected, and TGA image dumps for screen shots, level maps, sprite editor dumps, etc. should now open properly in all editors that support 8bit indexed-color RLE-compressed TGA images


== Media ==
== Media ==

Revision as of 10:34, 9 February 2023

Engine02
File:Engine02wii.jpg
General
AuthorStealth
TypeGame engine
Version11.08.11
LicenseMixed
Last Updated2014/06/15
Links
Download
Website

Engine02 provides a comprehensive and intuitive platform for game development, making it accessible to both novice and experienced developers. With support for multiple platforms, you can reach a wide audience and distribute your games easily. The in-program downloads list makes it convenient to access essential resources for game development, such as the complete documentation, generic templates, and open examples.

The user-friendly interface allows you to quickly download and install updates for both the engine and any games you have created, ensuring that your creations are always up-to-date and running smoothly. The author and his team have also made their games directly available within the program, providing inspiration and showcasing the capabilities of Engine02.

Whether you're just starting out in game development or are an experienced programmer, Engine02 offers a streamlined and powerful solution for creating 2D games. With its robust features, wide platform support, and dedicated community, Engine02 is the ideal choice for your next game project.

Currently-Available Software

Games

Megaman: Triple Threat - A Megaman 7 style fangame. Currently an in-progress demo

Sonic the Hedgehog: Project Mettrix - A Sonic 3 style fangame. Currently an in-progress demo

Templates/Examples

Generic Template - A very basic template suitable for simply getting something to appear on-screen

Fangame Templates

Sonic the Hedgehog - A template based on excerpts from the "Project Mettrix" fileset, suitable for creating a Sonic the Hedgehog game, or learning about creating complex games with E02 (At present, this large template has not been updated to use the Alias system introduced in E02 v11.08.11. This update is in progress, and will be released when it is complete)

What's New in Version 11.08.11

View Complete "What's New" Document Here

Features

  • A new build is now available for the GP2X Wiz
  • New script commands (1440-1472, see the index in the "Functions" document)
    • Ability to manually open/create and read from/write to data files, enabling demo recording/playback, saving game progress, custom data editing, etc.
    • Ability to load new player character data into any existing player character slot during gameplay, allowing for multiple character types in a single game without consuming too much RAM.
    • Ability to load a new set of global palette colors from a PCX/TGA image file during gameplay.
    • Ability to (re-)obtain a tile map for a tiled level object from any existing tile plane during gameplay.
    • Ability to save standard level layout and/or tile data to the previously loaded or newly specified files.
    • The "_SaveObjects" command now accepts a "register" for the text ID parameter.
    • Ability to modify or retrieve game text strings, allowing for the use of names and passwords.
  • The Tile Editor has been rearranged for better use of screen space and updated for improved functionality.
    • The tiny, hard-to-click arrows have been removed; click options are now activated by left- or right-clicking the option label or its displayed value.
    • The entire 256-color palette is now available all at once.
    • An option is now available to place a smaller, less-featured version of either the Tile Selector or Level Editor in the lower-right corner for quick tile selection and level editing with instant visualization of changes.
    • Palette entries can now be swapped within the editor for easier organization of colors for palette animation or other purposes.
  • An "alias" system has been added to allow more memorable names for commands, variables, settings, etc. in scripts instead of internal ID numbers. Aliases for standard IDs are included and listed in the documentation, and users can modify them and/or add their own for game-specific IDs.
  • Tile animations can now be set up more easily with the new automatic tile animation frame insertion feature.
  • Shortcuts have been added to both the Tile Editor and Level Editor for filling entire tiles or all non-transparent pixels of a tile with any of the four solidity types.
  • Sprite editor "dumps" of player character sprites will now save changes directly to the selected character's character definition file by default, while the external "frames.txt" dump is still available with the option of holding Ctrl while pressing Enter.
  • Sprite editor "dumps" of object sprites will now save changes directly to the appropriate object definition file by default, while the external "frames.txt" dump is still available with the option of holding Ctrl while pressing Enter.
  • When viewing object sprites in the sprite editor, the status element that displays the currently selected set number will now display the set's ID relative to the loaded object definition, rather than its internal E02 ID. The same has been applied to the "Animation ID" element.
  • When viewing player character sprites in the sprite editor, the status element that displays the currently selected animation function will now display the set's ID relative to the player character common functions list or the selected player character's specific functions list, rather than its internal E02 ID. The selection will default to the player character's first specific function, and specific functions

Media

Sonic the Hedgehog Game Template

v10.12.09 Utilities Menu for editor-supporting platforms

v10.11.16 Interface and Template

Megaman: Triple Threat Gameplay

r9 Interface, Triple Threat, and Project Mettrix

External links

Advertising: