Earth Invaders 0: Before the Attack with Map Editor |
You might easily mistake it with the DS homebrew Earth Invaders given that they are made by the same person, but, Earth Invaders 0: Before the Attack is a homebrew made for the PSP and is smealum's entry to the Neoflash Summer Coding Contest.
He apologizes for not yet coming out with a polished version of the game because he unfortunately lost a lot of his initial work when the source file of the game got corrupted. Good thing he's a regular Mr. Brightside and sees this as an opportunity to make improvements in the game. Our main concern, and I think everyone will agree, is to have enemies that aren't our clones. Also, while playing the game, we fell through the obstacles and never surfaced - literally. We were actually waiting for the game to end, since we assumed that we've already died, but it's just not doing that. However, even if it's still unfinished, there are already a lot of things that you can do. Over here at QJ, we got a kick out of watching Gotenks get his Ki back. The opening sequence is also worth a mention.
Here's more of smealum's post about his entry:
That's why I'm presenting to you this incomplete version, i would like advices and I'd also like to know what things you like, don't like, or would like to have in the next version.
Also, none of the graphics (except the menu and the video....that i didn't finish actually, this is only a test video i made to test my "video player"....) are by me, i took the sprites from Dragon Ball : Hyper Dimension (SNES, 1994). You'll notice that the enemies look a little bit like you.... Undecided It won't be like this in the real version. Also, the "story mode" in this version is only the map browser...
You'll also notice a map creator, which isn't in its final version either - though it already works pretty well.
He's also made a map editor for Earth Invaders 0, it has a source code that permits you to load maps from external files. So you can not only edit and maps to EI 0, but do the same for your other PSP games as well. Here's the source code and further instructions from smealum:
while (!osl_quit)
{
oslStartDrawing();
oslReadKeys();
oslDrawFillRect(0,0,480,272,RGB(255,255,255));
oslPrintf_xy(20, 20, "Map name : %snn Up/down : Change mapnCross : Select map",maps[choix].name);
if(osl_keys->pressed.up && choix < nbmaps-1)choix++;
else if(osl_keys->pressed.down && choix > 2)choix--;
else if(osl_keys->pressed.cross)break;
oslEndDrawing();
oslSyncFrame();
}
strcpy(mapname,maps[choix].name);
while (!osl_quit)
{
if(chdir(mapname)!=0)oslMessageBox("Critiqual
error. Press Triangle to quit.", "Error",
oslMake3Buttons(OSL_KEY_TRIANGLE,OSL_MB_QUIT,0,0,0,0));
fond = oslLoadImageFile("fond.png", OSL_IN_RAM, OSL_PF_5551);
maptiles = LoadTileset("tiles.png");
if(!fond
|| !maptiles)oslMessageBox("Critiqual error. Press Triangle to quit.",
"Error", oslMake3Buttons(OSL_KEY_TRIANGLE,OSL_MB_QUIT,0,0,0,0));
col=fopen("col","r");
bag=fopen("bag","r");
events=fopen("events","r");
if(!bag
|| !col || !events)oslMessageBox("Critiqual error. Press Triangle to
quit.", "Error", oslMake3Buttons(OSL_KEY_TRIANGLE,OSL_MB_QUIT,0,0,0,0));
fscanf(col,"%ld;%ld",&map1.sizey,&map1.sizex);
for(i=0;i<map1.sizey;i++)
}
fclose(col);
fclose(bag);
fclose(events);
Also, here are the defines i use :
#define map1_map(i,j) map1_map[j]
#define map1_map1(i,j) map1_map1[j]
#define map1_map2(i,j) map1_map2[j]
Unfortunately, the last version of EI 0 is very buggy, so some maps might not work well with it...
Here are the controls :
D-PAD : Move the pointer
X : Put tile
/ : Delete tile
R / L : Change tile
Start : Save
The map will always be saved to the output folder.
Download: [Earth Invaders 0: Before the Attack]
Download: [Earth Invaders 0 Map Editor]
Via Neoflash
The QJ.net Network |
|
| Site | Feed |
| QJ.NET | RSS |
| Nintendo DS | RSS |
| PlayStation 3 | RSS |
| PSP Updates | RSS |
| Wii | RSS |
| Xbox 360 | RSS |
| MMORPG | RSS |
| Personal Computer Games | RSS |
| iPhone - iPod Touch | RSS |
| QJ.NET Forums | RSS |
Accessories
Add-ons
Applications
Artwork
Batteries
Cheats
Deals
Emulators
Events
Featured Articles
Firmware
Flash Applications
Flash games
Game Demos
Games
Hacks & Exploits
Homebrew Applications
Homebrew Demos
Homebrew Development
Homebrew Emulators
Homebrew Games
Homebrew Themes
How-To
Humor
Imports
Interviews
Magazines
Mods
MY QJ
News
Off Topic
On Shelves This Week
Opinions & Analysis
Podcasts
Previews
PSP Go
PSP Minis
PSP Slim & Lite
QJ How-To Series
QuickJump QuickGuide
QuickJump QuickPeek
Reviews
Rumors
Scans
Screenshots
Site News
Titles
UMD Movies
Videos
Weekend Warrior
Wi-Fi
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005



Comments
First comment!
I thought you guys said something like THAT wouldn't make it to the front page?........
Why post a picture of a few dozen DBZ sprites? That's not news worthy.
Add New Comment