[RELEASE] vitaQuake - Quake port for PSVITA
Re: [RELEASE] vitaQuake - Quake port for PSVITA
Any chances for Quake 2 on Vita?
Advertising
- Rinnegatamante
- VIP
- Posts: 841
- Joined: Sat Mar 26, 2011 10:02 am
- Contact:
Re: [RELEASE] vitaQuake - Quake port for PSVITA
Whitout an openGL-like wrapper, not from me (and probably not from anyone).szczuru wrote:Any chances for Quake 2 on Vita?
Advertising
If you want, visit my website: http://rinnegatamante.it 
Re: [RELEASE] vitaQuake - Quake port for PSVITA
thanks i will try campaign.
for opengl like wrapper does SDL count?
for opengl like wrapper does SDL count?
- Rinnegatamante
- VIP
- Posts: 841
- Joined: Sat Mar 26, 2011 10:02 am
- Contact:
Re: [RELEASE] vitaQuake - Quake port for PSVITA
Nope, current SDL port doesn't have support for SDL_OPENGL mode.reprep wrote:thanks i will try campaign.
for opengl like wrapper does SDL count?
If you want, visit my website: http://rinnegatamante.it 
Re: [RELEASE] vitaQuake - Quake port for PSVITA
Hello!
Asked for help: when I'm launching game, it closed and after this in Quake folder appearing file "log.txt" with line "ux0:/data/Quake/id1/pak0.pak is not packfile". These files (pak0.pak and pak1.pak) I got from Quake 1 game folder.
Thanks for help.
Asked for help: when I'm launching game, it closed and after this in Quake folder appearing file "log.txt" with line "ux0:/data/Quake/id1/pak0.pak is not packfile". These files (pak0.pak and pak1.pak) I got from Quake 1 game folder.
Thanks for help.
- Rinnegatamante
- VIP
- Posts: 841
- Joined: Sat Mar 26, 2011 10:02 am
- Contact:
Re: [RELEASE] vitaQuake - Quake port for PSVITA
Your pak files seems to be corrupted.Rameron wrote:Hello!
Asked for help: when I'm launching game, it closed and after this in Quake folder appearing file "log.txt" with line "ux0:/data/Quake/id1/pak0.pak is not packfile". These files (pak0.pak and pak1.pak) I got from Quake 1 game folder.
Thanks for help.
If you want, visit my website: http://rinnegatamante.it 
Re: [RELEASE] vitaQuake - Quake port for PSVITA
It was just pak files from russian version of game. The game work good on PC, but PSV don't want to accept these. But original pak files from original english game is working. Mystic.
-
Deathscreton
- Posts: 26
- Joined: Sat Dec 15, 2012 6:55 pm
Re: [RELEASE] vitaQuake - Quake port for PSVITA
So I've been peering into the source for vitaQuake as I want to look at maybe moving NZP (Nazi Zombies Portable) to this version. The dual analogs would do wonders.
Do you think this would be a possibility based on the differences of the PSP Quake and Vita Quake? I'd be willing to learn the internals if there was a possibility (I know the capabilities are there, but what would the difficulty look like? Would I be wasting my time?).
What IDE are you using, what compiler? FrikQCC?
I know mods are supported, would I be better off porting what I want in mod format instead of rewriting the demo for NZP?
Do you think this would be a possibility based on the differences of the PSP Quake and Vita Quake? I'd be willing to learn the internals if there was a possibility (I know the capabilities are there, but what would the difficulty look like? Would I be wasting my time?).
What IDE are you using, what compiler? FrikQCC?
I know mods are supported, would I be better off porting what I want in mod format instead of rewriting the demo for NZP?
- Rinnegatamante
- VIP
- Posts: 841
- Joined: Sat Mar 26, 2011 10:02 am
- Contact:
Re: [RELEASE] vitaQuake - Quake port for PSVITA
So:Deathscreton wrote:So I've been peering into the source for vitaQuake as I want to look at maybe moving NZP (Nazi Zombies Portable) to this version. The dual analogs would do wonders.
Do you think this would be a possibility based on the differences of the PSP Quake and Vita Quake? I'd be willing to learn the internals if there was a possibility (I know the capabilities are there, but what would the difficulty look like? Would I be wasting my time?).
What IDE are you using, what compiler? FrikQCC?
I know mods are supported, would I be better off porting what I want in mod format instead of rewriting the demo for NZP?
- PSPQuake uses hw rendering with sceGu, vitaQuake uses sw rendering with vita2d for hw acceleration.
- NZP uses a modified version of Quake Engine, this will imply the fact that several drawing functions won't exist in sw rendering and you'll have to manually rewrite them in order to work with vitaQuake source.
- I don't use any IDE, they're too slow for me. I'm fine with Notepad++. As for compiler you don't have so much choices, you can use arm-vita-eabi-gcc / g++ only.
- NZP is not a mod, so no, you can't port it as a mod. NZP is a total conversion that introduces new stuffs in the main source of the engine. (Think at it as HexenII, the concept is the same).
If you want, visit my website: http://rinnegatamante.it 
-
MuskratDesman
- Posts: 8
- Joined: Fri Jan 29, 2016 12:09 pm
Re: [RELEASE] vitaQuake - Quake port for PSVITA
But what about Qurtal (Portal on the Quake engine that came out on the PSP)?
Link to the page on moddb http://www.moddb.com/games/quartal
Link to the page on moddb http://www.moddb.com/games/quartal
