Search found 5 matches

by zhaD
Tue Oct 04, 2005 10:34 pm
Forum: PSP Lua Player Development
Topic: need help for a RTS
Replies: 0
Views: 1445

need help for a RTS

im making a real time strategy game in lua in which you will control a small squad of units (about 8 max) and have to get trough some levels full of enemies. you will be able to choose a weapon for each of your units, every weapon will have its own use. the code is progressing but I have a big probl...
by zhaD
Fri Sep 16, 2005 7:52 am
Forum: PSP Lua Player Development
Topic: Lua Player for PSP
Replies: 351
Views: 307335

do you have an idea of when you will release the new version of the lua player for windows ? or is it : when its done..
by zhaD
Sun Sep 11, 2005 4:28 am
Forum: PSP Lua Player Development
Topic: weird controls problem in lua player for windows
Replies: 3
Views: 2495

weird controls problem in lua player for windows

the problem is when I press square (D on the keybard) pad:left() is also true and when I press circle (F) pad:down is true. here is the function in which this happens function controlSel() pad = Controls.read() if pad:down() then selY = selY + ...
by zhaD
Thu Sep 08, 2005 6:45 am
Forum: PSP Lua Player Development
Topic: help a noob
Replies: 5
Views: 4508

<eof> expected near 'end'

guess it means it expected the end of the script file instead of 'end' (on last line).

looking at your code Id say you should remove the 'end' under :

x = 200
y = 135

screen:blit(x, y, player)
end <---

as it doesnt seem to be related to any if or while
by zhaD
Wed Sep 07, 2005 5:40 am
Forum: PSP Lua Player Development
Topic: new to lua player
Replies: 1
Views: 2388

new to lua player

hi guys, id like to make a small game in lua for psp (still didnt decide what..)
id like to know how to test it on windows, I saw alot of people showing their work on this forum in what seems like a winxp window.