Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Kirby's Lua Adventure V 0.3 Beta

                  
   
  1. #1
    PSP User crait's Avatar
    Join Date
    Jul 2006
    Posts
    212
    Rep Power
    65

    psp Kirby's Lua Adventure V 0.3 Beta

    ok dudes,
    Second release of my lua game; Kirby's Lua Adventure

    its pretty fun for a young version
    you can walk, and urm... crouch

    oh, and hurt yourself lol

    here's a changelog

    alpha (0.1) (not public)
    main menu, credits page, movement of character (left and right), background, and eboot graphics
    0.2 beta
    added life bar, added game over alert, added functions page, added R function (self inflict damage)
    also added Change-log
    0.3 beta
    added todo file, updated the credits page, modified the Change-log, fixed Kirby's movement bug, add a rect behind health (as a status bar), added lives, and changed game over alert, added a more graphical lifebar, added crouch(though you cannot get out of it), also included new screenshot within the zip, i also added jumping but you cannot use it yet i have to fix it
    grr and i have to fix the walking animation back to how it was
    guh

    a todo

    change button sinsetivity
    fix jumping
    add floating
    fix walking animation again
    fix crouching
    add opening 'movie'(skipable)
    add enemies
    add animation
    add food
    add bosses
    add level select stage
    add sound
    add flying
    add sucking
    add punching
    and take away hurt yourself
    add different abilities

    possibly a two player type deal? like arena or something

    here's a screenshot!



    here's a link to my dev thread
    http://www.freeibforums.com/forums/i...n&showtopic=11
    i highly recomend that you join this site!

    and my alternate one!
    http://homebrew-station.amidal.com/v...903fe28f033872
    I also highly recomend you join this one!

    and finally here is my file
    Attachment 8426
    and you know by using this that you cannot blame me if anything goes wrong

  2. #2
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    Bugs
    - Walking right no longer flips the images (looks like Kirby is walking backwards). Bug related to Line 12 of game.lua.
    - Crouching is not aligned to the ground (looks like he is floating in mid-air)
    - The memory leak of continously calling functions/scripts in functions/scripts is still there
    - white is created 4 times rather then once. Possible memory leak.

  3. #3
    PSP User crait's Avatar
    Join Date
    Jul 2006
    Posts
    212
    Rep Power
    65

    Default

    dude lol
    contact me on aim, i would like your help man, and lol, there are more bugs, such as, innability to get out of 'crouching mode', the controls page still does not show a function for the down arrow key, though there is one

    but hey, thats why they are called beta right

    lol
    contacts:
    aim: thecrait
    msn: [email protected]
    gmail: [email protected]

  4. #4
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    Actually Beta is the name given for project status that are deemed finished bar final testing so no new features are added.

    The controls lua script has no reference to down.
    You can get out of crouching by walking left or right.

  5. #5
    PSP User crait's Avatar
    Join Date
    Jul 2006
    Posts
    212
    Rep Power
    65

    Default

    thats what i meant hotshot

  6. #6
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    Hey, yaustar is just offering you help, as he's clearly more experienced than you. No need for you to be arrogant about it.

    A "beta" is when the project is nearly complete. This is an "alpha", because it's just a proof of concept to show what you intend to do.

    Kids are so much fun these days. O_o I actually kinda don't like how popular Lua's gotten. It makes anyone think they can talk like a "m4d haxx0r". Gotta love the internet.

  7. #7
    PSP User crait's Avatar
    Join Date
    Jul 2006
    Posts
    212
    Rep Power
    65

    Default

    lol, wasnt trying to be arrogant or rude
    facial expressions usually help words out, and show how someone is saying it
    on the internet you cant do that

    or can you?

  8. #8
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    No, the written form (be it mail or otherwise) is definitely flawed in that you don't have the tone of the person's voice or even their facial expressions. That's why I find it easier to either go the route of emoticons or just write more and elaborate. ^_^; The more you say, the clearer of an image you give to others about what you mean. "That's what I meant, hotshot" comes off as a bit hostile, since the reader is generally aware that "hotshot" is used in a derogatory way to suggest that the other person isn't as good/talented as they think they are. ^^

    Of course, other people use other written cues (*laugh*, lol, jk, etc) to show that they're not serious.

    So.. in a way, yes, you can express your tone through writing. In fact, most (good) writing courses should show you how to do this. ^_^

    Alas, I'm just rambling now.

  9. #9
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    83

    Default

    In regards to the whole dofile() memory leak, imagine this: Whenever dofile(x.lua) is called, it 'copies' the x.lua script to where dofile() was used. If you run through the program by hand, after a while you end up with a huge script that is still getting bigger because of the cyclic dofile() calls.

  10. #10
    DCEmu Rookie Physicist's Avatar
    Join Date
    Apr 2006
    Posts
    132
    Rep Power
    66

    Default

    At present, can we say this game is emo?

Page 1 of 2 12 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
  •