Can't get ioQuake3 to look like Quake Live
Can't get ioQuake3 to look like Quake Live
I use pretty much the same config with the same fov (see below) and everything for both Quake Live and ioQuake3, but they don't look the same. ioQuake3 looks like crap - the fov doesn't look right and the crosshair is much bigger and pixellated. I set r_customheight 1080, r_customwidth 1920, and r_mode -1, other than that I'm not sure what to do. Does anyone know what is causing this? I'm not sure if it's relevant, but my graphics card is a Radeon HD 6850.
Quake 3 Config: http://pastebin.com/KgQSWzJp
Quake Live Config: http://pastebin.com/ndbSxJtx
Quake 3 Config: http://pastebin.com/KgQSWzJp
Quake Live Config: http://pastebin.com/ndbSxJtx
Re: Can't get ioQuake3 to look like Quake Live
I know that the Quake Live and ioQuake clients are quite different from each other. A lot of additional changes were made to Quake Live, so I guess it's not entirely possible to make them look exactly the same.
Re: Can't get ioQuake3 to look like Quake Live
They might have set a lower limit on the FOV; I read on the IOQ3 site that its programmers intend for it to not be for compettitive gaming at all "just for fun" or some such ignorant proclamation. That makes it basically a novelty item rather than a game people can take seriously.
Re: Can't get ioQuake3 to look like Quake Live
wtf dudeDTS wrote:some such ignorant proclamation.
Re: Can't get ioQuake3 to look like Quake Live
Has DTS been lobotomized? He seems even more "durrr" than normal.
Back on topic, IOQ3 isn't QL. IOQ3 offers a series of source code updates to fix long time issues from Q3, provide a bunch of new features, and to provide an updated platform for mods and stand-alone projects. IIRC, it does not include any new assets (textures, models, etc.) to the game, so for stuff like crosshairs you'll have to provide your own image.
Back on topic, IOQ3 isn't QL. IOQ3 offers a series of source code updates to fix long time issues from Q3, provide a bunch of new features, and to provide an updated platform for mods and stand-alone projects. IIRC, it does not include any new assets (textures, models, etc.) to the game, so for stuff like crosshairs you'll have to provide your own image.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Can't get ioQuake3 to look like Quake Live
Yeah ioQuake is just the source code, not any game assets.obsidian wrote:Has DTS been lobotomized? He seems even more "durrr" than normal.
Back on topic, IOQ3 isn't QL. IOQ3 offers a series of source code updates to fix long time issues from Q3, provide a bunch of new features, and to provide an updated platform for mods and stand-alone projects. IIRC, it does not include any new assets (textures, models, etc.) to the game, so for stuff like crosshairs you'll have to provide your own image.
Re: Can't get ioQuake3 to look like Quake Live
Oh, sorry, I was confusing it with OpenArena, which uses IOQ3.
Re: Can't get ioQuake3 to look like Quake Live
Still doesn't make your comment any less dumb.
Re: Can't get ioQuake3 to look like Quake Live
Sooo... not lobotomized, just the usual amount of durrr.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
-
- Posts: 384
- Joined: Fri Mar 05, 2010 5:29 pm
Re: Can't get ioQuake3 to look like Quake Live
Q3 was made before widescreen became popular. Back then practically everyone used 4:3 monitors so they didn't even think about adding support for wider aspect ratios. That means that the FOV is calculated to fit a 640x480 box, so it gets stretched shitlessly on 16:9 etc., hence the distortion and strange-looking weapon view. Same story with the UI including the crosshair. It's beyond me why those involved in ioq3 development haven't caught a wake up in that regard. On that note I am planning to release an engine mod that fixes the above issues, among a host of other things. Here's a test build for now (source available on request): https://www.dropbox.com/s/3m1fqwfg133k5 ... .1test.zipCaje wrote:I use pretty much the same config with the same fov (see below) and everything for both Quake Live and ioQuake3, but they don't look the same. ioQuake3 looks like crap - the fov doesn't look right and the crosshair is much bigger and pixellated. I set r_customheight 1080, r_customwidth 1920, and r_mode -1, other than that I'm not sure what to do. Does anyone know what is causing this? I'm not sure if it's relevant, but my graphics card is a Radeon HD 6850.
Quake 3 Config: http://pastebin.com/KgQSWzJp
Quake Live Config: http://pastebin.com/ndbSxJtx
Re: Can't get ioQuake3 to look like Quake Live
Because I don't think it's within IOQ3's scope to fix game assets. They are strictly updating source code for the purpose of fixing bugs and making it easily forkable for other open source projects. IOQ3 is about creating a stable platform for other developers, not about creating an updated Q3A game. Assets and UI updates would not benefit other open source projects as they would just dump all that out and make their own specific stuff anyway. It's up to another mod team to update assets and UI for Q3.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Can't get ioQuake3 to look like Quake Live
Thanks for all the replies!
That works perfectly, exactly what I was looking for. Thank you! Do you have a mailing list or something I could subscribe to for updates?themuffinman wrote:
Q3 was made before widescreen became popular. Back then practically everyone used 4:3 monitors so they didn't even think about adding support for wider aspect ratios. That means that the FOV is calculated to fit a 640x480 box, so it gets stretched shitlessly on 16:9 etc., hence the distortion and strange-looking weapon view. Same story with the UI including the crosshair. It's beyond me why those involved in ioq3 development haven't caught a wake up in that regard. On that note I am planning to release an engine mod that fixes the above issues, among a host of other things. Here's a test build for now (source available on request): https://www.dropbox.com/s/3m1fqwfg133k5 ... .1test.zip
Re: Can't get ioQuake3 to look like Quake Live
It's not about updating assets, it's about adapting the renderer to support aspect ratios other than 4:3. No assets need to be adapted for that, it's just an hour inconvenient renderer limitation and something that could be fixed through code changes.obsidian wrote:Because I don't think it's within IOQ3's scope to fix game assets. They are strictly updating source code for the purpose of fixing bugs and making it easily forkable for other open source projects. IOQ3 is about creating a stable platform for other developers, not about creating an updated Q3A game. Assets and UI updates would not benefit other open source projects as they would just dump all that out and make their own specific stuff anyway. It's up to another mod team to update assets and UI for Q3.
On another note, ioq3 also added support for mp3 and/or OGG audio files. While not offering assets in that format there, the added support is helpful to developers who want to use ioq3 as a base for their own game.
Re: Can't get ioQuake3 to look like Quake Live
http://www.wolfcamql.fr/en
Download Wolfcam 10.3 ... copy all of your Quake Live baseq3 files over to the baseq3 within Wolfcam, and you can play Quake Live offline against bots ... you can even play the custom maps at ..::LvL in it .. it's pretty sweet to play Q3 custom maps with the Quake Live hud/lightning trail/etc. .. you can even load in the Team Arena maps because it supports the Nailgun,Prox Launcher, and Chaingun for the Quake Live maps. It's too bad that they haven't made it so that we can play it online against others, but that'd be like cheating the system I suppose. It's too bad that ID Software doesn't do a 1.33 point release and update Q3A to be Quake Live =P
Download Wolfcam 10.3 ... copy all of your Quake Live baseq3 files over to the baseq3 within Wolfcam, and you can play Quake Live offline against bots ... you can even play the custom maps at ..::LvL in it .. it's pretty sweet to play Q3 custom maps with the Quake Live hud/lightning trail/etc. .. you can even load in the Team Arena maps because it supports the Nailgun,Prox Launcher, and Chaingun for the Quake Live maps. It's too bad that they haven't made it so that we can play it online against others, but that'd be like cheating the system I suppose. It's too bad that ID Software doesn't do a 1.33 point release and update Q3A to be Quake Live =P
Re: Can't get ioQuake3 to look like Quake Live
When I try to start a game using your fix with Defrag, ioQuake3 crashes and I get "Error: Too many cvars, cannot create a new one!. Copy console log to clipboard?" Any ideas?themuffinman wrote:
Q3 was made before widescreen became popular. Back then practically everyone used 4:3 monitors so they didn't even think about adding support for wider aspect ratios. That means that the FOV is calculated to fit a 640x480 box, so it gets stretched shitlessly on 16:9 etc., hence the distortion and strange-looking weapon view. Same story with the UI including the crosshair. It's beyond me why those involved in ioq3 development haven't caught a wake up in that regard. On that note I am planning to release an engine mod that fixes the above issues, among a host of other things. Here's a test build for now (source available on request): https://www.dropbox.com/s/3m1fqwfg133k5 ... .1test.zip
Re: Can't get ioQuake3 to look like Quake Live
I'd love to have the QuakeLive HUD in Q3a, do you guys know how?
And maybe also this menu:

That's actually the main menu of QuakeLive when it's launched completely offline and without the browser mode.
To launch QuakeLive.exe offline follow this simple guide.
And you can play any Q3A maps in QuakeLive no need for no 3rd party loader like wolfcam (that only plays demos).
And maybe also this menu:

That's actually the main menu of QuakeLive when it's launched completely offline and without the browser mode.
No, you can't. You can play demos recorded in QL, but that's it.v1l3 wrote:http://www.wolfcamql.fr/en
Download Wolfcam 10.3 ..and you can play Quake Live offline against bots
To launch QuakeLive.exe offline follow this simple guide.
And you can play any Q3A maps in QuakeLive no need for no 3rd party loader like wolfcam (that only plays demos).
this is my avatar
[img]http://i.imgur.com/xXQ6mzH.png[/img]
[img]http://i.imgur.com/xXQ6mzH.png[/img]