Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37

Thread: Lua Coding

                  
   
  1. #11
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    Whats your idea i'll get you started

    PSN ID: splodger15

  2. #12

    Default

    ok...well i was thinking of just making a simple app, like a temperature conversion program or a graphing program for alegebra because i need stuff like that for my homework and i think it would save kids from having to spend 100 bucks on a graphing calculator. whichever you think is better to start of with

  3. #13
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    Ok first lets just get started with something even more basic

    we will just have something like making something move on the screen so find a image you will like as the background

    Make sure it has this
    width = 480
    height = 272

    PSN ID: splodger15

  4. #14

    Default

    uh...ok. so this means like find a pic that has those demensions. does it matter what it is

  5. #15
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    we will just use this as the background , we also need a player

    http://www.psp-hacks.com/psp-backgro...AKU_RENDER.BMP

    We will use the car as a player

    Now are you ready to begin

    PSN ID: splodger15

  6. #16

    Default

    opk sry to sound kinda stupid but i got confused with what u just said. im not sure what u mean by player. because i have luaplayer for the comp that i got off of a link at evilmana.com and that link im assuming shouldve sent me to a site to get the pic u have attached but it just sends me to psphacks.com like the very main page

  7. #17
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    I have uploaded background here ,install lua player on your psp

    We will use this as the background and the car as a player to move around on the screen

    Now are you ready to start

    PSN ID: splodger15

  8. #18

    Default

    ok sry to take so long. I dont have my psp with me but i have the PSPE and i cant get it to run]properly, if u could help me get it working, then i guess we can continue with the coding things lol

  9. #19
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    34
    Posts
    2,976
    Rep Power
    112

    Default

    Quote Originally Posted by LilSwish722 View Post
    ok sry to take so long. I dont have my psp with me but i have the PSPE and i cant get it to run]properly, if u could help me get it working, then i guess we can continue with the coding things lol
    why dont you download luaplayer windows so you can use lua on your computer, It makes it easier to test your code and make fixes. Its all around better

  10. #20
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    First of all we will start with this

    ----------------------------------------------------------------
    Room_width = 480
    Room_height = 272
    player1x = 15
    player1y = 136
    weapon=Image.load("images/weapon.PNG")
    background=weapon
    car1=Image.load("images/car1.PNG")
    player1=car1

    ------------------------------------------------------------------
    Put that in your script at the top

    basically this is the images we will be using and where would like the car to be on the screen

    Dont copy and paste it in , type it in you learn more about it that way

    PSN ID: splodger15

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •