QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

Release: Alchemist 1.0

This is a discussion on Release: Alchemist 1.0 within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hi all, i'm ade, i bought a PSP with 1.5 fw about a week ago and it's amazing! I made ...

Reply
 
LinkBack Thread Tools
Old 05-27-2006, 08:37 AM   #1
 
Join Date: May 2006
Posts: 18
Trader Feedback: 0
Default Release: Alchemist 1.0

Hi all, i'm ade, i bought a PSP with 1.5 fw about a week ago and it's amazing!

I made this LUA game the last few days, Alchemist. Here's a screenshot


The idea is to get the whole board "gold", by placing a symbol in each square.
You can only place symbols near a matching symbol or color. See the in-game tutorial for more info.

Readme.txt:
Code:
Alchemist v1.0 - by ade.se - Release 1
-----------------------------------------------------

	TYPE: 		PSP LUA Game
	PLATFORM: 	PSP fw 1.5, may or may not work on other firmware
			Coded for LUA Player 0.19 (www.luaplayer.org)
			
	SIZE:		1.03 MB in 13 files
	AUTHOR:		ade
	SOURCE: 	http://www.ade.se/psp
	RELEASED:	2006-05-27
	
	FEATURES:	[X] Sound (with mute option)
			[X] Battery indicator
			[X] Clock
			[X] Tutorial


DESCRIPTION
-------------------------------------------------------
This is my first LUA and PSP creation. In case of bugs, please send a report
describing the problem and how to recreate it to ade.n84@gmail.com !
My favourite puzzle game created for PSP. The rules for gameplay are outlined in the
in-game tutorial. Even though this version does not support it, i may implement
an option to customize graphics. All the files in the themes/original folder may be customized
and put in a new folder in the themes/ directory. If someone makes a pretty theme i'll edit
the code and add support. My original Photoshop (7.0) files can be obtained at 
- http://www.ade.se/psp
for ease of editing. There is also some extra documentation on editing in that archive.

Thanks Nevyn and Shine for the awesome LUA Player, and everyone in the PSP Homebrew community.


INSTALLATION
-------------------------------------------------------
Just put the whole directory, contained in the .zip-file, in your LUA Player/Applications
directory, and load it up.

Enjoy
Download:
http://ade.se/psp/Alchemist_v1.0.zip

Last edited by ade.se; 05-27-2006 at 09:35 AM..
ade.se is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 08:56 AM   #2
 
ZereoX's Avatar
 
Join Date: Jan 2006
Posts: 871
Trader Feedback: 0
Default

Great nice work!
__________________
Free Prizes at [url=http://www.prizerebel.com/index.php?r=189687]Prizerebel[/url] Join us!
I already got [b]11[/b] Gifts. Ask me for details or proof.
ZereoX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:07 AM   #3

Developer
 
kozine's Avatar
 
Join Date: Mar 2006
Location: Isle of Wight
Posts: 491
Trader Feedback: 0
Default

Exellent work for your first game
__________________


PM me for a sig like this!

http://dspspforums.com/forums/index.php SIGN UP NOW!
kozine is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:08 AM   #4
 

 
Join Date: Mar 2006
Location: LOLWUT
Posts: 2,625
Trader Feedback: 1
Default

AWESOME! I always used to like this game.
EDIT: When I try to run this on the comp., if gives me the error:
index.lua:1040: attempt to index global 'Font' (a nil value)
And that line is:
Code:
fnt = Font.createProportional()
It gives me that error after the ade appears, it goes black and gives me the error.

Last edited by PSPduh; 05-27-2006 at 09:12 AM..
PSPduh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:10 AM   #5
 
Join Date: Mar 2006
Posts: 6
Trader Feedback: 0
Default

Superb work
f4cti0n is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:18 AM   #6
 
Join Date: May 2006
Posts: 18
Trader Feedback: 0
Default

Quote:
Originally Posted by PSPduh
AWESOME! I always used to like this game.
EDIT: When I try to run this on the comp., if gives me the error:
index.lua:1040: attempt to index global 'Font' (a nil value)
And that line is:
Code:
fnt = Font.createProportional()
It gives me that error after the ade appears, it goes black and gives me the error.

I suppose the True type font feature isnt working in your Lua Player, which version Firmware do you have? and Lua player?
ade.se is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:22 AM   #7
 

 
Join Date: Mar 2006
Location: LOLWUT
Posts: 2,625
Trader Feedback: 1
Default

Quote:
Originally Posted by ade.se
I suppose the True type font feature isnt working in your Lua Player, which version Firmware do you have? and Lua player?
I tried it on the computer, not on my PSP. Does anybody know which luaplayer version the comp emulates?
EDIT: Works fine on my PSP! Great intro, how did you make the screen fade?

Last edited by PSPduh; 05-27-2006 at 09:25 AM..
PSPduh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:29 AM   #8
 
Join Date: May 2006
Posts: 18
Trader Feedback: 0
Default

Quote:
Originally Posted by PSPduh
I tried it on the computer, not on my PSP. Does anybody know which luaplayer version the comp emulates?
EDIT: Works fine on my PSP! Great intro, how did you make the screen fade?
ok =) The windows version is lacking a few features, unfortunately.
The fade is just a black box with low alpha value blitted several times
ade.se is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:30 AM   #9
 

 
Join Date: Mar 2006
Location: LOLWUT
Posts: 2,625
Trader Feedback: 1
Default

You should get Premium for this!!! This is an awesome game, espically for your first. If you do not know what premium is, look here: Donate to QJ.net - Become PREMIUM - See NO ADVERTISEMENTS and more!
You deserve it!
PSPduh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 09:32 AM   #10
TheMarioKarters
Guest
 
Posts: n/a
Default

WOW, great job for your first game!
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 05:35 PM   #11
 
slickpick's Avatar
 
Join Date: Jan 2006
Posts: 848
Trader Feedback: 0
Default

Great game.


I am using lua player 0.16 and have 2.6 firmware.
__________________
Nintendo DS: R4
PSP: 4.01 m33-2 with 1.50 kernal addon
slickpick is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 05:36 PM   #12
 

 
Join Date: Mar 2006
Location: LOLWUT
Posts: 2,625
Trader Feedback: 1
Default

Hey ade.se, are you going to update this game? (Even though it really doesn't need any updating since it is already great! )
PSPduh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 05:42 PM   #13
 
FrozenIpaq's Avatar
 
Join Date: Jun 2005
Posts: 2,986
Trader Feedback: 0
Default

Excellent as I've said in the news post

Do you have any plans for future games?
FrozenIpaq is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2006, 05:02 AM   #14
 
Join Date: May 2006
Posts: 18
Trader Feedback: 0
Default

Quote:
Originally Posted by PSPduh
Hey ade.se, are you going to update this game? (Even though it really doesn't need any updating since it is already great! )
Maybe... right now there's nothing i'd like to add, except themes support, but that will only happen if me or someone else creates a shiny new theme.


Quote:
Originally Posted by FrozenIpaq
Excellent as I've said in the news post

Do you have any plans for future games?
Of course Next one will most likely be more of a utility though... But first, some exams and a trip to the states (I live in sweden), so can't say when really.
ade.se is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
alchemist , release

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 07:48 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us