Page 4 of 4 FirstFirst 1234
Results 31 to 39 of 39

Thread: My Quake 3 PSP FAKE Screenshots

                  
   
  1. #31

    Default

    Quote Originally Posted by fackue
    I can't help but to think about making a tool to automize the whole unzip and compress with UHARC. But, I won't.
    q3 can't read uha files. mainly because no one usses uha, accept for a few people who still use good 'ole dos.

  2. #32
    DCEmu Rookie Be3f's Avatar
    Join Date
    Mar 2006
    Posts
    139
    Rep Power
    70

    Default

    The main problem is that the PSP only has 32 MB of RAM, not all of which is available for use, and Quake 3 wants more.
    Of course, it's the main problem. Also, VRam in PSP is low too But, old version of the PocketPC port with 2X decreased textures, requered at least, only 32MB to work!:
    com_zoneMegs "12"
    com_hunkMegs "20"

    Also it needs additional 2Mb of s_megs for playing sound
    ____________________________________
    Hm... I know only 5 ways, how to get Quake 3 on PSP, and all of them are not reliable:
    -Send tonns of "spam-like" mails to Sony, asking to make commercial Quake 3 Revolution PSP-port from PS2
    -Do the same with John Carmack's e-mail It might be the port of Q3:Arena...
    -Do this with noctemware (PocketPC port developers) mail - with request to make one mobile-port more
    -Use Iris for loading Q3 Maps & Models, or make the full port on Iris Engine. It would be possible, when the next version of Iris and Q3BSP-PSP is released, but we can't make anything serious for current 0.1 Beta.
    -Try to make the port ourself. Needs good C++ programming skills, so, PSP Coders Need!

  3. #33
    PSP User PSPtwister's Avatar
    Join Date
    Apr 2006
    Location
    in ur tiny brain
    Posts
    148
    Rep Power
    70

    Default

    be cool if you could though

  4. #34

    Default

    Quote Originally Posted by Be3f
    Of course, it's the main problem. Also, VRam in PSP is low too But, old version of the PocketPC port with 2X decreased textures, requered at least, only 32MB to work!:
    com_zoneMegs "12"
    com_hunkMegs "20"

    Also it needs additional 2Mb of s_megs for playing sound
    ____________________________________
    Hm... I know only 5 ways, how to get Quake 3 on PSP, and all of them are not reliable:
    -Send tonns of "spam-like" mails to Sony, asking to make commercial Quake 3 Revolution PSP-port from PS2
    -Do the same with John Carmack's e-mail It might be the port of Q3:Arena...
    -Do this with noctemware (PocketPC port developers) mail - with request to make one mobile-port more
    -Use Iris for loading Q3 Maps & Models, or make the full port on Iris Engine. It would be possible, when the next version of Iris and Q3BSP-PSP is released, but we can't make anything serious for current 0.1 Beta.
    -Try to make the port ourself. Needs good C++ programming skills, so, PSP Coders Need!
    or we could reduce the textures by 3X, leaving more mem free. you could prolly also reduce the model polycount (dont know how) to free up way more ram.

  5. #35
    PSP Coder PeterM's Avatar
    Join Date
    Jan 2006
    Location
    Edinburgh, UK
    Age
    46
    Posts
    163
    Rep Power
    71

    Default

    Without any major hacking, Quake 3 runs out of memory way before loading any textures, so talking about reducing the size of them is pointless, for now.

    id's way of coding is to have numerous large global variables. Last time I looked, Q3 had over 20MBs of them, which is unfortunately the total amount of free RAM available for use on the PSP.

    There's no point saying "Oh, but the PSP has 32MB, and so does system X and there's a port on it!" because only 24MB is available to games, the rest is for the kernel, and some of the 24 is used by the executable. Unfortunately, Quake 3's global variables use up the rest.

    Like I said before, without major work, Q3 is a no go on PSP. Just look at the trouble McZonk has had getting Q2 to "work". How much more RAM do you think Quake 3 requires?

    Pete
    My development blog:
    http://aaiiee.wordpress.com/


    If you enjoy my homebrew work, please consider donating a few bucks.

  6. #36
    DCEmu Newbie
    Join Date
    Feb 2006
    Posts
    28
    Rep Power
    0

    Default

    If noone knows, an attempt to port quake 3 has aleady been taken by McZonk, and was abandoned because of said problems. He then decided to port Quake 2.

  7. #37
    DCEmu Rookie Be3f's Avatar
    Join Date
    Mar 2006
    Posts
    139
    Rep Power
    70

    Default

    Yes, I guess.
    @PeterM - one more question for you, as a coder - can you expect, may such port be possible, if the engine would be rewritten fully, for PSP Architecture and renderer - for PSP-GU?
    I'll repeat my old question - how to set 480x272 resolution in Q3A? Very special r_mode! =)

  8. #38
    PSP Coder PeterM's Avatar
    Join Date
    Jan 2006
    Location
    Edinburgh, UK
    Age
    46
    Posts
    163
    Rep Power
    71

    Default

    It would certainly be possible for someone to write a game which was in every visible way identical to Quake 3, but had lower system requirements, but it would be a lot of work.

    It would also be possible to bash away at the Q3 code until it ran in much less RAM, but that's also a lot of work, although probably less work than the first option. The official dreamcast version perhaps went this route. And isn't there a PS1 version?

    I'm not sure how Quake's graphics modes work, but it would probably support any resolution you want. Isn't r_mode just an index into a list of modes? So if the list only contained 480x272, then r_mode 0 would be that mode.

    Pete
    My development blog:
    http://aaiiee.wordpress.com/


    If you enjoy my homebrew work, please consider donating a few bucks.

  9. #39

    Default

    After a little research, as near as I can tell Q3 was only available on DC, PS2 and PC. Anything other than that and it would have been a port. As for the DC version, model poly count was taken WAY down, lighting effects were basically disabled (from what I could tell of still screenshots, couldn't find any movies) and texture quality was reduced (not by a whole lot though). From what I could see, it ran from a single disc, the specs of the dreamcast are somwhat high though (processor wise) the RAM (I know I know, apples to oranges) is still lower than the PSP, with a total of 24MB. Combine that with the fact that it's running a "custome version of Windows CE" and I'd give between 20 and 22MB available for games. Again, I know it's apples to oranges, but it may be a good place to start. With some of the newer compression tools out there I'd say it's totally possible. However, it may be more work than anyone is willing to give. Not being a programmer myself, I wouldn't even want to guess at how much work is involved, all I do is compare the hardware to eachother, and if the DC could run it with a solid 30 (couldn't find an answer anywhere on this), I'd guess the PSP could push it at a nice 20 with a decent port. Would need to be running kernal level stuff though, so ver 1.0 and 1.5 only. But who knows, by the time it gets done (I'm thinking 3 years with a team of 15) we'll have full cracks of 2.00, 2.5 and 2.6 (should be on 10.34 by then). Ah well, useless speculation at best, but still a fun dream.

    P.S. Found the DC specs here:
    http://www.gamesurge.com/dreamcast/t...re_specs.shtml

Page 4 of 4 FirstFirst 1234

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
  •