| View previous topic :: View next topic |
| Author |
Message |
soulphalanx
Joined: 22 Aug 2005 Posts: 35
|
Posted: Thu Dec 22, 2005 7:54 am Post subject: Fighting game test |
|
|
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 |
|
 |
justatest
Joined: 19 Dec 2005 Posts: 10
|
Posted: Thu Dec 22, 2005 4:53 pm Post subject: |
|
|
| haha ..... that is so great ! mai is a good character for the very beginning . =) |
|
| Back to top |
|
 |
ShUr1k3n
Joined: 16 Oct 2005 Posts: 42
|
Posted: Wed Jan 04, 2006 8:29 am Post subject: Memory??? |
|
|
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 |
|
 |
soulphalanx
Joined: 22 Aug 2005 Posts: 35
|
Posted: Wed Jan 04, 2006 8:59 am Post subject: |
|
|
that seems to happen in version .15
but version .11 works fine |
|
| Back to top |
|
 |
ShUr1k3n
Joined: 16 Oct 2005 Posts: 42
|
Posted: Wed Jan 04, 2006 9:16 am Post subject: |
|
|
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 |
|
 |
LordCthulu
Joined: 29 Dec 2005 Posts: 11
|
Posted: Thu Jan 05, 2006 2:24 am Post subject: |
|
|
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 |
|
 |
ShUr1k3n
Joined: 16 Oct 2005 Posts: 42
|
Posted: Thu Jan 05, 2006 4:44 am Post subject: |
|
|
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 |
|
 |
|