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!

PSP Game Maker v 0.5 *working* + ScreenShots

This is a discussion on PSP Game Maker v 0.5 *working* + ScreenShots within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; -------------------------------------------------------------------------------------------------------------------------------- Latest Version OF PSP Game Maker Download : -------------------------------------------------------------------------------------------------------------------------------- REQUIRED - .net framework 3.0 Download : and to u ...

Reply
 
LinkBack Thread Tools
Old 03-16-2007, 04:22 PM   #1
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default PSP Game Maker v 0.07 *UPDATED* fully working lua compiler!!!



--------------------------------------------------------------------------------------------------------------------------------

Latest Version OF PSP Game Maker
Download :

--------------------------------------------------------------------------------------------------------------------------------

REQUIRED - .net framework 3.0

Download :

and to u NooBz who askd me this, NO the .net package is not a virus! its a package that you NEED to have to run this program

*UPDATED*

Ok ive managed to make a generally working compiling and testing lua game maker in C#

no longer budget and is a decent LUA compiler

the LUA compile feature works and so does the test feature in 0.07

0.07 has a working Save as and Open feature

work on the visual programming aspects of the game maker are under develpoment

Working on a Compile as feature where you just select your psp and it save it there for you

working on a way to edit the ICON0 and PIC1 and music etc without using pbpunpacker

Game Maker v 0.05 Source (0.05 sucks now)

Source

Downloads

Download v0.01 : PSP Lua Game Maker v 0.01

Download v0.02 : PSP Lua Game Maker v 0.02

Download v0.03 : PSP Lua Game Maker v 0.03

Download v0.04 : PSP Lua Game Maker v 0.04

Download v0.05 : PSP Lua Game Maker v 0.05

Download v0.06 : PSP Lua Game Maker v 0.06

Download v0.07 : PSP Lua Game Maker v 0.07

Download v0.07 rc2 : PSP Lua Game Maker v 0.07 rc2



New in Game Maker

New in PSP Game Maker

-----------------------------
- @ = update of fix -
- # = bug or 'To Do' -
-----------------------------

@ Test Feature is now working

@ It will report to you when you compile it

@ quick test feature

@ Beter GUI with beginings of visual programming support

@ event organiser

@ choose between visual programming or normal LUA programming

@ full screen enabled

v 0.07

@ Save and open to PGM (psp game maker file) support now enabled

@ virtually no bugs with the Lua code programming (if any please report)

@ Quicknotes feature enabled

@ multiple workspaces at one time

@ ALL bugs with gfx and sfx fixed

# you need to move the gfx and sfx files manually for now (no different the when using a text editor!)

v 0.07 rc2

@ added code snipet help for code view

@ added make a player move using precompiled code, must have a player.png in images folder

@ code editing is gr8 and this is a gr8 Lua code editor as it is

# visual programming is really buggy

# the adding code bit for the visual is all preset

# working on being able to add script to custom pictures in location of ur choosing





ScreenShots
************************* ************************* *******************
Screenshots
************************* ************************* *******************

v 0.07





v 0.07 rc2





************************* ************************* *******************



Test Code

Test code for all you non-coders waiting for the visual programming version

Code:
red = Color.new(255, 0, 0)
screen:print(200, 100, "Look! I made text appear!", red)
screen.flip()
while true do
screen.waitVblankStart()
end
im raking my brian to figure out the code and need help from people who know C#, if your interested then PLZ dont hesitate to help

************************* ************************* *******************

please state any comments or suggestions

************************* ************************* *******************


************************* ************************* *******************

common guys actualy talk to me

************************* ************************* *******************



Last edited by Re_AnimAte; 03-24-2007 at 04:15 PM..
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 04:37 PM   #2

Developer in Making...
 
BlackShark's Avatar
 
Join Date: Oct 2006
Location: Pimp'en in the US F#cking A!!!
Posts: 1,254
Trader Feedback: 0
Default

Neato! ill try it out now.
__________________
The Wentire Worls in two Sectors....
When did I get dev statz?
Spoiler for my PSP homebrewReleases:
Ace of Space V1|PvP Pong Online|PvP Pong v3 | 3.03 BlackShark Custom Firmware
(PvP Pong DL'ed well over 2403 times combined! get yours now!)
Spoiler for Great Quotes:

"No Snowflake in an Avalanche ever feels responsible....." - Fortune Cookie.
BlackShark is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 04:53 PM   #3

total-Z
 
youresam's Avatar
 
Join Date: Jul 2005
Location: texas
Posts: 2,803
Trader Feedback: 0
Default

Cool, not very useable ATM but a good concept working.
__________________
牧来栠摩琠敨映汩獥
PSN: youresam
From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth
youresam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 05:19 PM   #4

sceKernelExitGame();
 
Bronx's Avatar
 
Join Date: Jan 2006
Location: New York
Posts: 3,125
Trader Feedback: 0
Default

screeny?
Bronx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 05:21 PM   #5
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

Ive made v0.03 it has a working test version

type this in and test it

Code:
red = Color.new(255, 0, 0)
screen:print(200, 100, "Look! I made text appear!", red)
screen.flip()
while true do
screen.waitVblankStart()
end
see the screenshots

Last edited by Re_AnimAte; 03-16-2007 at 05:50 PM..
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 05:55 PM   #6
 
yolarry's Avatar
 
Join Date: Sep 2006
Posts: 890
Trader Feedback: 0
Default

Wow thanks man! I still learning lua. lol
__________________
No longer comes to this site...
yolarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 05:56 PM   #7
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

Quote:
Originally Posted by yolarry
Wow thanks man! I still learning lua. lol
glad to help

how is it? any bugs?

Try out some programming and test it

tell me how it goes
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 06:21 PM   #8

Developer
 
yaustar's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 2,316
Trader Feedback: 0
Default

Use a monotype font. It helps a lot for laying out code.
yaustar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 06:28 PM   #9
 

 
Join Date: Feb 2007
Posts: 246
Trader Feedback: 0
Default

are you using the windows lua player thats already out there, or have you compiled a new version that's more compatible with the current psp version?
Merick is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 06:29 PM   #10
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

no ive just use the current one out, id need the source and ages to make my own

cuz its made in C++ and im using C#
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 08:43 PM   #11
 
xpack's Avatar
 
Join Date: Aug 2006
Location: Under Your Bed
Posts: 3,084
Trader Feedback: 0
Default

Great app, great concept keep it the good work
xpack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-16-2007, 11:42 PM   #12
 
yolarry's Avatar
 
Join Date: Sep 2006
Posts: 890
Trader Feedback: 0
Default

seems good, not much codes support it I guess or its just checking PSP stuff. lol
__________________
No longer comes to this site...
yolarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 02:00 AM   #13
 
k0ud's Avatar
 
Join Date: Jan 2007
Location: beside my PC
Posts: 520
Trader Feedback: 0
Default

WOW man nice app this really helps!
k0ud is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 02:06 AM   #14
 
Join Date: Jan 2007
Posts: 128
Trader Feedback: 0
Default

lol i didnt think you would pull it off, you`ve proven me wrong
funnybutrandom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 02:08 AM   #15
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

Quote:
Originally Posted by funnybutrandom
lol i didnt think you would pull it off, you`ve proven me wrong
i havent yet released v 0.05 it has save as and open as features so u can make a project lol

once i get the engine going ill start work on the visual game making bit
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 03:02 AM   #16
 
Join Date: Dec 2006
Posts: 17
Trader Feedback: 0
Default

its already lookin really good but once you get the visual part thatd be pretty tight
NIGathan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 03:03 AM   #17
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

ive managed to do a bit of visual programming lol yeya
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 03:09 AM   #18
 
Join Date: Dec 2006
Posts: 17
Trader Feedback: 0
Default

thats tight if you really need help badly ill try to learn some C# but i doubt ill learn more than you very easily but ill try to start sometime either today or tomarrow
NIGathan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 03:32 AM   #19
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

v 0.05 is out

people i included the source so feel free to help

Download source from Here

Download GameMaker from Here

screenshot


Last edited by Re_AnimAte; 03-17-2007 at 03:53 AM..
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 03:42 AM   #20
 
Join Date: Feb 2007
Posts: 176
Trader Feedback: 0
Default

if you add highlighting to it ill use it (like highlight the text in closed in " and END also IF statments and things like that

glad someones taking the plunge
emcp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 04:01 AM   #21
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

LOOKING FOR C# ers (Csharpers) lol i need people who can code in C# come help please if you can
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 04:01 AM   #22
 
Join Date: Dec 2006
Posts: 17
Trader Feedback: 0
Default

these are just the fiirst releases hes trying to make tha acctual porgram before he adds all of that stuff
NIGathan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 06:06 AM   #23
 
ItsaSpoon's Avatar
 
Join Date: Feb 2006
Location: Australia
Posts: 987
Trader Feedback: 0
Default

Nice now I might try and make something.
__________________
[center][img]http://img218.imageshack.us/img218/1002/sigxu7.gif[/img][/center]
ItsaSpoon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 06:54 AM   #24
 
Join Date: Mar 2007
Posts: 2
Trader Feedback: 0
Default

Need a graphic artist msg me.. willing to help.
Badboy20689 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 09:18 AM   #25
 
hawk2012's Avatar
 
Join Date: Oct 2006
Posts: 1,278
Trader Feedback: 0
Default

Nice work, this is the second one of it's time. Glynnder made one in Java a while back but none the less good work.
__________________
[CENTER]
[FONT=Verdana][SIZE=1][fieldset="The Photography Initiative"][[URL="http://forums.qj.net/f-photography-and-photoshop-tips-229/t-the-photography-initiative-information-thread-94416.html"]Information Thread[/URL]] [URL="http://forums.qj.net/f-photography-and-photoshop-tips-229/t-the-photography-initiative-help-thread-94420.html"][Help Thread][/URL] [URL="http://forums.qj.net/f-photography-and-photoshop-tips-229/t-the-photography-initiative-disscussion-thread-94419.html"][Disscussion Thread] [[/URL][URL="http://forums.qj.net/f-photography-and-photoshop-tips-229/t-win-1000000-pointsthe-photography-initiative-contests-thread-97298.html"]Contest Thread[/URL]][/fieldset]
[fieldset="My Guides"][URL="http://forums.qj.net/f-photography-and-photoshop-tips-229/t-guide-basic-digital-photography-93340.html#post1540331"]Basic Digital Photography[/URL]
More and Better Guides to come soon[/fieldset][/SIZE][/FONT]
[/CENTER]
hawk2012 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 12:14 PM   #26


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

The code is very messy :P

U need to finish it.....gj though
-= Double Post =-
i have made major mods to your code to include:

syntax highlighting (!)
a box that pops up when tying with code suggestions (like visual studio)


still working on it....
__________________

Last edited by -MANIAC-; 03-17-2007 at 12:52 PM.. Reason: Automerged Doublepost
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 01:43 PM   #27
 
Re_AnimAte's Avatar
 
Join Date: Mar 2007
Posts: 150
Trader Feedback: 0
Default

ok PM me the update thanx for you hard work
Re_AnimAte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 02:03 PM   #28


Retired PSP Developer
 
MániácX's Avatar
 
Join Date: Feb 2007
Location: Canada
Posts: 407
Trader Feedback: 0
Default

Quote:
Originally Posted by Re_AnimAte
ok PM me the update thanx for you hard work

the updated version is a little buggy...i'll just upload a screenshot

edit: i added ur msn but ur not accepting :P
__________________

Last edited by -MANIAC-; 03-23-2007 at 04:27 PM..
MániácX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-17-2007, 02:41 PM   #29
 
Join Date: Dec 2006
Posts: 17
Trader Feedback: 0
Default

that update looks pretty koo
NIGathan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-18-2007, 08:02 AM   #30
 
Join Date: Mar 2007
Posts: 3
Trader Feedback: 0
Default psp game maker

how the hell do you use it...
sry but you have not made it ez cound you or some1 make video or give me a like to a video or am i going the kick away plz i sat on my comp looking at the game maker and like ?????????? wtf plz help
crawford1990 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
game , maker , psp , screenshots , working

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 05:24 AM.



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