Page 1 of 4 1234 LastLast
Results 1 to 10 of 38

Thread: Future-Resurrection v1.3 (new build)

                  
   
  1. #1

    Default Future-Resurrection v1.3 (new build)

    The game is very much still in alpha stage. but is improving day by day.
    im working on sprite animation, but want to code it in a new way, so its
    taking a bit of time. I have nearly got the interactive conversation
    aspect done, but i want to refine it a bit more.

    Added in this release :

    Ingame Menu,
    Proper Title Screen Menu,
    Collision detection,
    Eboot, rather than loading via lua player,
    Two (cpu) controlled characters.

    Another update soon, hopefully..

  2. #2
    PS3 User Gizmo356's Avatar
    Join Date
    Feb 2006
    Age
    32
    Posts
    1,756
    Rep Power
    120

    Default

    awesome zion

  3. #3
    DCEmu Regular
    Join Date
    Jun 2006
    Posts
    375
    Rep Power
    67

    Default

    Alright! Now to sneak into my brothers bedroom and grab ahold of his psp...

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

    Default

    As usual, quick review of areas to improve on:
    - Font variable isn't used yet (minor gripe since it crashed LuaPlayer Windows)

    - Rethink on how you are going to manage your NPCs, calling them NPC1, NPC2 etc is just going to be tedious to work with as you have to type the same line over and over again in code to do the same thing. Eg:
    NPC1.DoSomething()
    NPC2.DoSomething()
    ....
    NPC919.DoSomething()

    Put them in a table and run through them in a while/for loop. Eg:
    for i=1, TotalNumberOfNpcs do
    NPC[i].DoSomething()
    end

    -- The screen.waitVblankStart(60) and screen.waitVblankStart(240) are unneccasary in the init function as the player is forced to wait when he/she doesn't need to.

  5. #5
    LUA Coder mexicansnake's Avatar
    Join Date
    Feb 2006
    Location
    Aguascalientes
    Age
    33
    Posts
    669
    Rep Power
    90

    Default

    awsome!


    RIP: Agapito Elber Gudo.
    RIP: Rosa Melano
    Chema! Te lo lavas!
    Have a nice day! lmao

  6. #6

    Default

    Thanks for the advice yaustar

  7. #7
    DCEmu Regular
    Join Date
    Jun 2006
    Posts
    375
    Rep Power
    67

    Default

    gottahold of my bros PSP

    Hmmm, this should be posted in news...

    I'm surprised the developement thread is getting more attention than this beta one.

    Great job Zion! I look forward to the next beta...

  8. #8

    Default

    If you you want a menu, I can make you one while im cookn up your new sig.

  9. #9

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

    Default

    Quote Originally Posted by Crimson_Lotus
    gottahold of my bros PSP

    Hmmm, this should be posted in news...

    I'm surprised the developement thread is getting more attention than this beta one.

    Great job Zion! I look forward to the next beta...
    It shouldn't be. There isn't anything playable in this release.

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