Search found 5 matches
- Tue Oct 04, 2005 10:34 pm
- Forum: PSP Lua Player Development
- Topic: need help for a RTS
- Replies: 0
- Views: 1450
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...
- Fri Sep 16, 2005 7:52 am
- Forum: PSP Lua Player Development
- Topic: Lua Player for PSP
- Replies: 351
- Views: 309099
- Sun Sep 11, 2005 4:28 am
- Forum: PSP Lua Player Development
- Topic: weird controls problem in lua player for windows
- Replies: 3
- Views: 2516
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 + ...
- Thu Sep 08, 2005 6:45 am
- Forum: PSP Lua Player Development
- Topic: help a noob
- Replies: 5
- Views: 4526
- Wed Sep 07, 2005 5:40 am
- Forum: PSP Lua Player Development
- Topic: new to lua player
- Replies: 1
- Views: 2406
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.
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.