![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Lua Programming Help Thread within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Yeah, I guess? Dude, whats your aim or msn ^^^ And how do you do it like lowser?...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#61 |
![]() Advanced PSP Coder
|
Yeah, I guess? Dude, whats your aim or msn ^^^
And how do you do it like lowser?
__________________
[center][COLOR=Green][B]- PM Me if you need help with anything - [/B] [/COLOR] [B][SIZE=3][COLOR=DarkOrange][U]Homebrew I've Made[/U][/COLOR][/SIZE][/B] [B]Applications: [URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi?0,0,0,0,17,1667]PSP Alarm v0.5[/URL] [/b] [B]Games: [URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi?0,0,0,0,12,1669] Virtual Escape DEMO[/URL] [w/ Lancer] [URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi?0,0,0,0,12,1577]PSP Dodge v1.0[/URL][/b] [img]http://img517.imageshack.us/img517/4735/sig3qu.jpg[/img][/center] |
|
|
|
|
|
#63 | |
![]() NDS Mod
|
Quote:
Also I have no clue, although I've been trying to figure it out.
__________________
"15% percent of programing is creating a program, 85% percent is getting it to work like it should." - Me [URL=http://www.mozilla.org/products/firefox/][IMG]http://img439.imageshack.us/img439/5667/getfirefox0sr.png[/IMG][/URL] |
|
|
|
|
|
|
#64 |
![]() |
No... what you do is -
1. Get a hold of something else that uses it (half of the lua apps in the files section) 2. Rename the folders to what you like 3. Delete everything but the eboots in each folder. 4. Paste all of your files and your lua script into the folder without the % 5. Edit the eboot in the % folder to include you own image/title (using PBP unpacker) |
|
|
|
|
|
#65 | |
![]() NDS Mod
|
Quote:
__________________
"15% percent of programing is creating a program, 85% percent is getting it to work like it should." - Me [URL=http://www.mozilla.org/products/firefox/][IMG]http://img439.imageshack.us/img439/5667/getfirefox0sr.png[/IMG][/URL] |
|
|
|
|
|
|
#67 | |
![]() Advanced PSP Coder
|
Quote:
__________________
[center][COLOR=Green][B]- PM Me if you need help with anything - [/B] [/COLOR] [B][SIZE=3][COLOR=DarkOrange][U]Homebrew I've Made[/U][/COLOR][/SIZE][/B] [B]Applications: [URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi?0,0,0,0,17,1667]PSP Alarm v0.5[/URL] [/b] [B]Games: [URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi?0,0,0,0,12,1669] Virtual Escape DEMO[/URL] [w/ Lancer] [URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi?0,0,0,0,12,1577]PSP Dodge v1.0[/URL][/b] [img]http://img517.imageshack.us/img517/4735/sig3qu.jpg[/img][/center] |
|
|
|
|
|
|
#69 |
|
First time coding a game with physics and first time using lua. I am trying to get a 2d collision detection working in lua, i only need rect/rect detection so i don't need anything too fancy. Are there any examples written in lua script? I have been reading
http://www.harveycartel.org/metanet/...tutorialA.html but as his source code is flash/action script i can't look at it. I really need a lesson in 2d geometry more than a collision detection example in lua but a lua example would be so very helpful. Any starting links? pointers? source code? |
|
|
|
|
|
|
#70 |
![]() ![]() Developer
|
Sorry to post my question again but how do I get a text when I push a button to not disapear after I have released the button??
Code:
System.usbDiskModeActivate() white = Color.new(255, 255, 255) while true do screen:clear() pad = Controls.read() if pad:cross() then screen:print(20, 18, "1", white) end screen.waitVblankStart() screen.flip() end |
|
|
|
|
|
#76 | |
![]() NDS Mod
|
Quote:
__________________
"15% percent of programing is creating a program, 85% percent is getting it to work like it should." - Me [URL=http://www.mozilla.org/products/firefox/][IMG]http://img439.imageshack.us/img439/5667/getfirefox0sr.png[/IMG][/URL] |
|
|
|
|
|
|
#77 | |
![]() |
Quote:
Probably not. I spend most of my day at work going between C and Actionscript so I dont think I'd like to be spending the rest staring at lines of lua. It gets boring after a while ya know? Although.... my game will be out in a couple of days I like it.. maybe someone else will
|
|
|
|
|
|
|
#80 | |
![]() NDS Mod
|
Quote:
__________________
"15% percent of programing is creating a program, 85% percent is getting it to work like it should." - Me [URL=http://www.mozilla.org/products/firefox/][IMG]http://img439.imageshack.us/img439/5667/getfirefox0sr.png[/IMG][/URL] |
|
|
|
|
|
|
#81 |
![]() |
If I for exampel wanna define
Code:
if pad:cross() then screen:blit(0, 0, lua, false) screen:print(50, 218, "Detta programm skapades utav Carl R den 2 Okt.", svart) screen:print(50, 228, "2005 enbart i inlärnings syfte.", svart) screen:print(220,170, "[]: Avsluta", svart) screen.flip() |
|
|
|
|
|
#83 | |
![]() |
Quote:
do you mean set it as a function? that can be called or do you mean use this within an if? To make it a function just say function nameoffunction() and declare it before you try and call it |
|
|
|
|
|
|
#86 |
![]() ![]() Developer
|
well more troubles sadly :cry
Lua will only load the first part of my script, which displays text... It wont load any thing after that. black = Color.new(0, 0, 0) screen rint(200, 130, "Board", black)screen.flip() while true do screen.waitVblankStart() end board = Image.load("boardnew.png" ) screen:blit(0, 0, board, false) screen:flip() while true do screen:waitVblankStart() end
__________________
PSP Monopoly | PSP Tic Tac Toe | PSP eMail and SMS | Drag Mini | Block Dude http://www.cools.biaklan.com Currently Working on ????? Quote of the Week Last edited by cools; 10-06-2005 at 01:57 PM.. |
|
|
|
|
|
#87 |
|
How can I make something where the user enters text? Like on the PSP when you click on a text box the dialog comes up that has the letters and numbers like on a cell phone. Is there a way to get that?
PLEASE PLEASE PLEASE EMAIL ME!!!!!! Dremth@austin.rr.com |
|
|
|
|
|
|
#88 | |
![]() |
Quote:
Code:
board = Image.load("boardnew.png")
screen:blit(0, 0, board, false)
black = Color.new(0, 0, 0)
screen:print(200, 130, "Board", black)
screen.flip()
while true do
screen.waitVblankStart()
end
Last edited by Bilo; 10-05-2005 at 04:49 PM.. |
|
|
|
|
|
|
#89 | |
![]() NDS Mod
|
Quote:
__________________
"15% percent of programing is creating a program, 85% percent is getting it to work like it should." - Me [URL=http://www.mozilla.org/products/firefox/][IMG]http://img439.imageshack.us/img439/5667/getfirefox0sr.png[/IMG][/URL] |
|
|
|
|
|
|
#90 | |
![]() ![]() Developer
|
Quote:
__________________
PSP Monopoly | PSP Tic Tac Toe | PSP eMail and SMS | Drag Mini | Block Dude http://www.cools.biaklan.com Currently Working on ????? Quote of the Week |
|
|
|
|
![]() |
| Tags |
| code , lib , lua , luaplayer , noobs , programming , psp programming , scripting , thread |
| Thread Tools | |
|
|