Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

VitaVoyager: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Games (Shooter) - GameBrew!
|title=Vita Homebrew Games (Shooter) - GameBrew!
Line 7: Line 6:
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=vitaVoyager
|title=Star Trek Voyager: Elite Force Holomatch (vitaVoyager)
|image=vitavoyagervita.jpg
|image=vitavoyagervita.jpg
|description=Port of Star Trek Voyager: Elite Force
|description=Port of Star Trek Voyager: Elite Force
Line 16: Line 15:
|license=GPL-2.0
|license=GPL-2.0
|download=https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita.7z
|website=
|website=https://github.com/ioquake/ioq3
|source=https://github.com/Rinnegatamante/vitaVoyager
|source=https://github.com/Rinnegatamante/vitaVoyager
}}
}}
Port of Star Trek Voyager: Elite Force
'''vitaVoyager''' is a port of lilium-voyager, an ioquake3 fork made to be compatible with multiplayer mode of Star Trek Voyager: Elite Force.
 
'''Note: I suggest NOT TO MESS UP with Setup menu since the release will have an already tweaked config file that should offer a good framerate without downgrading too much graphics. If you want to change some settings, edit hmconfig file inside baseEF folder.'''
 
Both local and online multiplayer are fully implemented as well as game against bots.
 
==Requirements==
* libshacccg.suprx
 
==How to install==
*In order to play it, you must place p'''ak*.pk3''' files from your installation of Star Trek Voyager: Elite Force in '''ux0:data/voyager/baseEF'''. (Those files are available on VitaDB as well since they got re-released as shareware)
*Demo file are NOT supported.
*To use your CD Key, just transfer '''efq3.key''' file too in the same place.
 
==Controls==
*DPad or Left Analog = Move character
*Right Analog/Touchscreen = Move Camera
*L = Aim
*R = Shoot
*Cross = Jump
*Square = Crouch
*Circle = Use Item
*Triangle = Change in use weapon
*Start = Pause
*Select = Show Score


==Media==
==Media==
<youtube>S-UpeS_-UIc</youtube>
<youtube>S-UpeS_-UIc</youtube>


==Screenshots==
==Screenshots==
Line 30: Line 52:
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-05.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-06.jpg
==How to use lower resolutions==
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-07.jpg
To use lower resolutions to improve framerate more, edit in q3config file the r_mode parameter to:
https://dlhb.gamebrew.org/vitahomebrews/vitavoyagervita-08.jpg
*0 = 480x272
*1 = 640x368
*2 = 720x408
*3 = 960x544
 
==How to enable dynamic lights and mipmaps==
If you used to play vitaQuakeIII before v.1.0 release, you probably have those two features disabled in your config files. To enable them edit:
*r_dynamiclight from 0 to 1
*r_textureMode from GL_LINEAR to GL_LINEAR_MIPMAP_LINEAR or GL_LINEAR_MIPMAP_NEAREST


==Changelogs==
==Changelogs==
'''(v.1.0)'''
'''v.0.8'''
* First Release.
* Updated to latest vitaGL usage.
* Updated to GCC10 usage.
* Enabled multitexturing usage (huge performance boost).
* Enabled texture compression usage.
* Fixed dynamic lights, now they render properly (r_dynamiclight).


== External links ==
== External links ==
* Official Website -
* Official Website - https://github.com/ioquake/ioq3
* Github - https://github.com/Rinnegatamante/vitaVoyager
* Github - https://github.com/Rinnegatamante/vitaVoyager
* VitaDB - https://vitadb.rinnegatamante.it/#/info/491
* VitaDB - https://vitadb.rinnegatamante.it/#/info/491
* Gbatemp -
* Google Source -
* Reddit -
* Gitlab -

Revision as of 03:07, 12 October 2022

Star Trek Voyager: Elite Force Holomatch (vitaVoyager)
File:Vitavoyagervita.jpg
General
AuthorRinnegatamante
TypeShooter
Version0.8
LicenseGPL-2.0
Last Updated2021/07/06
Links
Download
Website
Source

vitaVoyager is a port of lilium-voyager, an ioquake3 fork made to be compatible with multiplayer mode of Star Trek Voyager: Elite Force.

Note: I suggest NOT TO MESS UP with Setup menu since the release will have an already tweaked config file that should offer a good framerate without downgrading too much graphics. If you want to change some settings, edit hmconfig file inside baseEF folder.

Both local and online multiplayer are fully implemented as well as game against bots.

Requirements

  • libshacccg.suprx

How to install

  • In order to play it, you must place pak*.pk3 files from your installation of Star Trek Voyager: Elite Force in ux0:data/voyager/baseEF. (Those files are available on VitaDB as well since they got re-released as shareware)
  • Demo file are NOT supported.
  • To use your CD Key, just transfer efq3.key file too in the same place.

Controls

  • DPad or Left Analog = Move character
  • Right Analog/Touchscreen = Move Camera
  • L = Aim
  • R = Shoot
  • Cross = Jump
  • Square = Crouch
  • Circle = Use Item
  • Triangle = Change in use weapon
  • Start = Pause
  • Select = Show Score

Media

Screenshots

vitavoyagervita-01.jpg vitavoyagervita-02.jpg vitavoyagervita-03.jpg vitavoyagervita-04.jpg

How to use lower resolutions

To use lower resolutions to improve framerate more, edit in q3config file the r_mode parameter to:

  • 0 = 480x272
  • 1 = 640x368
  • 2 = 720x408
  • 3 = 960x544

How to enable dynamic lights and mipmaps

If you used to play vitaQuakeIII before v.1.0 release, you probably have those two features disabled in your config files. To enable them edit:

  • r_dynamiclight from 0 to 1
  • r_textureMode from GL_LINEAR to GL_LINEAR_MIPMAP_LINEAR or GL_LINEAR_MIPMAP_NEAREST

Changelogs

v.0.8

  • Updated to latest vitaGL usage.
  • Updated to GCC10 usage.
  • Enabled multitexturing usage (huge performance boost).
  • Enabled texture compression usage.
  • Fixed dynamic lights, now they render properly (r_dynamiclight).

External links

Advertising: