forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Fighting game test

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
soulphalanx



Joined: 22 Aug 2005
Posts: 35

PostPosted: Thu Dec 22, 2005 7:54 am    Post subject: Fighting game test Reply with quote

An early alpha of a fighting in progress

http://www.savefile.com/files3.php?fid=9585152

somehow doesnt work with 0.15, but does with 0.11


just some basic moves like punching and kicking, intro and victory pose
only one character

this is just a test
Back to top
View user's profile Send private message
justatest



Joined: 19 Dec 2005
Posts: 10

PostPosted: Thu Dec 22, 2005 4:53 pm    Post subject: Reply with quote

haha ..... that is so great ! mai is a good character for the very beginning . =)
Back to top
View user's profile Send private message
ShUr1k3n



Joined: 16 Oct 2005
Posts: 42

PostPosted: Wed Jan 04, 2006 8:29 am    Post subject: Memory??? Reply with quote

Hi...

Well i only can play this game in Lua Player Windows Emulator...

When i try in PSP (v1.0) e get this error:

"Image.load: Error loading image."
"Error: No script file found."

is this problem with memory????

soulphalanx can u play?

waiting...
Back to top
View user's profile Send private message Send e-mail
soulphalanx



Joined: 22 Aug 2005
Posts: 35

PostPosted: Wed Jan 04, 2006 8:59 am    Post subject: Reply with quote

that seems to happen in version .15
but version .11 works fine
Back to top
View user's profile Send private message
ShUr1k3n



Joined: 16 Oct 2005
Posts: 42

PostPosted: Wed Jan 04, 2006 9:16 am    Post subject: Reply with quote

yap...

The problem is in the 0.15 version (0.14 has the same problem too)...

Just working with 0.11 version :S....

I think that is a memory problem, cause this happens to me too when i try to load something like 50/60 images...

Shine and Lua Player TEAM try to fix this PLZ...

Regards,

ShUr1k3n
Back to top
View user's profile Send private message Send e-mail
LordCthulu



Joined: 29 Dec 2005
Posts: 11

PostPosted: Thu Jan 05, 2006 2:24 am    Post subject: Reply with quote

Does it happen when you load them all at once?
Or even if you distribute them throught the code? (the loading I mean)
Back to top
View user's profile Send private message
ShUr1k3n



Joined: 16 Oct 2005
Posts: 42

PostPosted: Thu Jan 05, 2006 4:44 am    Post subject: Reply with quote

I Load the Images with a Function...

That function put the images in Tables.

Something like this:

Code:

function Load_Images(ImageTbl, directory, numImages)

   for i=1, numImages do

       ImageTbl[i] = Image.load( "Images/" .. directory..  "/" .. i.. ".png")

   end

end


After loading 50/60 images the Error occurred...
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group