Results 1 to 5 of 5

Thread: Sabacc Basics - Starwars Game for PSP

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,858
    Blog Entries
    3209
    Rep Power
    50

    psp Sabacc Basics - Starwars Game for PSP

    Anyone who knows me knows i am a massive Star Wars fan, i must have watched each film at least a hundred times (the wife loves that :P) so any Star wars homebrew game is warmly recieved in the wraggy camp.

    Heres the release from goumba

    For the Star Wars fans, a PSP version of Sabacc, still in progress, however. It took me about a year to get it to this playable point, as I only get about 2 hours a week to work on it.

    I know there's some bugs:
    - The biggie: It will crash after a few rounds. This is actually caused by a call to strlen at some point, each time from somewhere else in the program. Therefore, it's pretty much random. I haven't had too much time to analyze libc.
    - When starting a new round, the text in the middle of the screen which tells you the selected card is not updated.
    - Probably other stuff I can't think of right now.

    Other issues:
    - There's no artwork for the face cards, so all you'll see is the name of the card. Volunteers welcome.
    - Menu lacks help. Up/Down to select. X to confirm.

    Download and Give Feedback Via Comments

  2. #2
    DCEmu Coder
    Join Date
    May 2007
    Posts
    16
    Rep Power
    0

    Default Updated version

    Wow! I see this getting around (even on German sites! And I only posted it on the QJ Dev Forums!), but those are probably the out of date (crashing) version.

    Hopefully this one will make you happier as it doesn't crash to my knowledge so far. Casino Game is the original version. The Standard Game needs some work as I find new ways to implement and come to further understand the rules of this variant.

    A new link:
    http://rapidshare.de/files/40333608/...2-psp.zip.html

    I need still volunteers for the artwork, so if anyone's interested, let me know.
    Last edited by goumba; September 9th, 2008 at 18:08. Reason: A better desceription of new features.

  3. #3
    DCEmu Old Pro carlitx's Avatar
    Join Date
    Sep 2006
    Location
    in the stix
    Age
    34
    Posts
    1,263
    Rep Power
    71

    Default

    what is sabacc?

  4. #4
    DCEmu Coder
    Join Date
    May 2007
    Posts
    16
    Rep Power
    0

    Default

    http://starwars.wikia.com/wiki/Sabacc

    New link, new version.
    http://rapidshare.de/files/40456456/...3-psp.zip.html

    What's new:
    - The other half, who knows nothing of Star Wars or even games for that matter manages to find a bug. In both games, when you attempt to call, you would get the message "Not before fourth round," and when you press X to continue, the game would return to the title screen. This was a case of the extraneous "return" and has been fixed in the Casino game only. Standard Game still suffers this bug but as I still haven't finished Standard Game, you shouldn't be playing it.
    - Font rendering gone whacky: I've been working on the text rendering. The dialog boxes and cards used to show the background around the edges of the text. This has been fixed - for the dialog. Some other text now show a translucent box around the text.

    Fix one thing, break another.
    Stay tuned for updates
    Last edited by goumba; September 12th, 2008 at 17:49.

  5. #5
    DCEmu Coder
    Join Date
    May 2007
    Posts
    16
    Rep Power
    0

    Default

    I just wanted to let you know the project isn't dead, although there have been some setbacks:

    - Total redesign of the interface. Not much faster, but certainly more developer friendly. When I'm done, I'll release the Interface Toolkit to the masses.
    - I fragged my iBook G4's logic board.
    - Newer versions had a problem where Sabacc wouldn't run. I think that's fixed, but I can't test it because:
    - most recently:

    goumba@seinar:~$ rm -f `find . | grep log`
    rm: cannot remove `dialogs': Is a directory
    goumba@seinar:~$ awww, @^%#

    In layman's terms, in an attempt to clean up some log files, I did something really dumb like the above. It deleted any file with 'log' in the name, including 'dialog'. A lesson to all: be careful with find and grep. :-) What I really wanted was rm -f `ls | grep log`. D'oh!

    I hope to have a working build out by the end of the week. Keep an eye out for v0.6.0.

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
  •