Donations
|
If you wish to make a donation you can by clicking the image below.
|
|
|
|
|
18th October, 2004, 10:31 AM
|
Killing Spree
|
|
Join Date: May 2003
Location: Netherlands.gif
Posts: 17
|
|
UTPG email
I have emailed with utpg and i asked them what the status of the utpg patch is.
I also got a reply back. So i thought lets share it with the rest of the ut freaks.
Quote:
Originally Posted by UTPG
Believe it or not, yes... It's just a very slow process and several of the guys are split doing work on other projects as well. We are still looking though.
|
|
19th October, 2004, 01:33 PM
|
|
Killing Spree
|
|
Join Date: Aug 2002
Location: Netherlands.gif
Posts: 30
|
|
I have emailed with utpg and i asked them what the status of the utpg patch is.
I also got a reply back. So i thought lets share it with the rest of the ut freaks.
|
20th October, 2004, 09:03 AM
|
Killing Spree
|
|
Join Date: Mar 2003
Location: USA.gif
Posts: 18
|
|
Forget that Linux patch, Mac users need the most help here. I really hopy Ryan Gordon pulls through with a nice Mac OS X patch. This beta stuff is getting annoying fast.
|
20th October, 2004, 10:19 AM
|
|
Holy Shit!!
|
|
Join Date: Jun 2004
Location: The Hague ,Holland
Posts: 1,001
|
|
Quote:
Originally Posted by SOCAMX
Forget that Linux patch, Mac users need the most help here. I really hopy Ryan Gordon pulls through with a nice Mac OS X patch. This beta stuff is getting annoying fast.
|
LoL Linux is the future not MAC
__________________
DMC HomePage
------------------------------------------------------
Other Projects:
Fun-Dump.com 5k uniques daily
Phunneyshit.net 2k uniques daily
Trash n Babes 1,5k uniques daily
Babe-Dumper 1,5k uniques daily <New Site
________________________________
We allways search for "active" plug exchange
|
20th October, 2004, 10:40 AM
|
Forum Newcomer
|
|
Join Date: Oct 2004
Posts: 4
|
|
Icculus
Actually, isn't Ryan doing work on both linux and mac versions? I know he's responsible for the UT2k4 commercial linux version as well as the mac one anyway.
If you go to icculus.org, he updates his finger file a couple times a month usually. Apparently he's having fun trying to deal with UT's rather ancient engine this week. This is from this Tues 18th, no less:
Quote:
UTPG:
(It was a driver bug. An Apple engineer squashed that mofo in a heartbeat.)
I spent some time fighting with vertex_array_range. We don't cache static data at all in UT99 at this point, so I figured the brute force method would be worth a try. Allocate a big-ass buffer, point glVertexPointer() at it, and treat it as a sort of push buffer...instead of using a small range and pushing various bits of it to card, we do our work in that range and memcpy the relevant bits to the next bit of available VAR space, which is feed to the card. When we hit the end of the VAR, we start at the front again, assuming that that bit was used many many frames ago. If we were really smart, we'd flush the range when wrapping around, but that could only result in a slowdown, and is totally worthless, as long as you have enough VAR space to stay ahead of the GL.
In practice, this actually resulted in a slight (less than 1fps) slowdown in my benchmarks. Which frustrates me to no end. I guess there are no magic bullet GL extensions without significant work, although I really feel like I spent a lot of time on this for no benefit.
I think for now I'll just disable the VAR path and focus on CPU optimizations ala Shark before returning to this again. I'm really not relishing the idea of diving into 5-year-old code to figure out how to seperate out the static geometry and redesign the rendering abstraction to support this.
|
|
20th October, 2004, 11:13 AM
|
|
Administrator
|
|
Join Date: Oct 2002
Location: Netherlands
Posts: 823
|
|
afaik the old Mac port of UT was lost, so Ryan had to fork the linux code to MacOSX (since it's also a Posix system it's not that much extra work) and that any mac gamer still uses MacOS 9
Apperently there where quite some bugs in the client side for the linux\macosx that where not so critical for linux, but where critical for macosx.
anyway, to my knowledge the linux\macosx client+server is holding back the new UTPG patch. And they need those ports (or at least the linux port) because the new server isn't network compatible with old clients (because of the MD5 checks ofcourse).
__________________
|
20th October, 2004, 01:11 PM
|
|
Holy Shit!!
|
|
Join Date: Apr 2003
Posts: 4,029
|
|
Quote:
Originally Posted by SixtSense
LoL Linux is the future not MAC
|
MacOS X is Linux, or rather it's BSD Unix so it should be less of a hassle to port UT to OS X than OS 9 or the "yellow" compatibility box.
__________________
How to feck up a perfectly good game:
UT (1999) = UnbelievableGameSoCoolIMustHelpBringNewPlayers Tournament
UT (2008) = Unreal ThrustMyPrivatePartsInYourFaceBish
And that's probably why UTIII was a relative flop. New game, same sh*thead players ^^.
|
20th October, 2004, 03:15 PM
|
|
Administrator
|
|
Join Date: Jun 2004
Location: Ghent (Belgium)
Posts: 1,380
|
|
I don't really understand why they just keep working on that mac patch. The amount of UT players with a mac is minimal + I think they all have decent pc's too. Besides, a mac isn't made for gaming. A linux patch is required but a mac patch is not imo. Anyway, I hope they keep working on it cause there's quite some stuff to fix
|
20th October, 2004, 04:34 PM
|
|
Holy Shit!!
|
|
Join Date: Apr 2003
Location: Texas
Posts: 1,157
|
|
I just hope that they're working in reducing Linux version's CPU usage ....
__________________
|
20th October, 2004, 11:03 AM
|
|
Administrator
|
|
Join Date: Oct 2002
Location: Netherlands
Posts: 823
|
|
Quote:
Originally Posted by AnthraX
I don't really understand why they just keep working on that mac patch. The amount of UT players with a mac is minimal + I think they all have decent pc's too. Besides, a mac isn't made for gaming. A linux patch is required but a mac patch is not imo. Anyway, I hope they keep working on it cause there's quite some stuff to fix
|
Because the extra work for MacOSX support is rather minimal. And like I said, the MacOSX port showed some issues that also existed on the linux port but wheren't visible.
Also, a PC wasn't made for gaming either. And there are not a lot of linux gamers. That doesn't mean you should port your game. That way we'll never get support for additional platforms. (and get back some freedom)
__________________
|
20th October, 2004, 12:38 PM
|
|
Administrator
|
|
Join Date: Jun 2004
Location: Ghent (Belgium)
Posts: 1,380
|
|
oh, last I heard was that they were building a new mac client from scratch :/
|
20th October, 2004, 01:44 PM
|
|
Holy Shit!!
|
|
Join Date: Apr 2003
Posts: 4,029
|
|
Plus, if companies continue making games for Windows, you'll be stuck with DirectX. Just imagine what will become of all the games you have if M$ decides to break downwards compatibility or switches to a new standard. I prefer open standards because they mean a game (or any other software for that matter) will last much longer .
__________________
How to feck up a perfectly good game:
UT (1999) = UnbelievableGameSoCoolIMustHelpBringNewPlayers Tournament
UT (2008) = Unreal ThrustMyPrivatePartsInYourFaceBish
And that's probably why UTIII was a relative flop. New game, same sh*thead players ^^.
|
20th October, 2004, 02:22 PM
|
|
Administrator
|
|
Join Date: Oct 2002
Location: Netherlands
Posts: 823
|
|
Mean like what they did a couple of weeks ago?
DirectX is already dead, no new DirectX.
__________________
|
21st October, 2004, 01:14 PM
|
Forum Newcomer
|
|
Join Date: Sep 2004
Posts: 8
|
|
Are you nuts?
Quote:
Originally Posted by AnthraX
I don't really understand why they just keep working on that mac patch. The amount of UT players with a mac is minimal + I think they all have decent pc's too. Besides, a mac isn't made for gaming. A linux patch is required but a mac patch is not imo. Anyway, I hope they keep working on it cause there's quite some stuff to fix
|
You mean that This computer isn't designed for games? It can also ship with a PCI-x nVidia 6800 graphics card or ATI x800.
How is that not built for games?
|
21st October, 2004, 02:24 PM
|
|
Administrator
|
|
Join Date: Jun 2004
Location: Ghent (Belgium)
Posts: 1,380
|
|
There are two ways to make your platform good for gaming. Either you make sure that there is an enormous amount of users or you make it open source. MacOS doesn't fit any of those requirements.
|
21st October, 2004, 04:26 PM
|
Dominating
|
|
Join Date: Aug 2003
Posts: 112
|
|
Its not that its not built for games... its not built for THIS game... when they ported the game to macs.... they didn't do a very good job... otherwise games that are ported correctly for macs work great...
|
21st October, 2004, 04:51 PM
|
|
Holy Shit!!
|
|
Join Date: Apr 2003
Posts: 4,029
|
|
Quote:
Originally Posted by AnthraX
There are two ways to make your platform good for gaming. Either you make sure that there is an enormous amount of users or you make it open source. MacOS doesn't fit any of those requirements.
|
I'm not sure what you mean there. Both of the criteria you've cited could also be used to simply define those respective operating systems. If you consider userbase, a striking counter example would be a new games console. You don't know it will succesful (you can only hope...) but such a platform can jump from 0 users to thousands and even millions. Plus, consoles are the most proprietary platform you can think of. Yet, Unreal engine games are being adapted to consoles.
Anyway, saying that Macintoshes aren't gaming machines is slight ignorance. These machines were graphical from day 1 and the only reason that gaming hasn't taken off in a big way is because dad and mom want to buy a PC because they have some at work and their neighbours also have one. Macs also introduced the precursor of DirectX. You'll find some interesting articles about something called game sprockets on the net. Sure, Macs aren't open source (some of the source has been released in fact) but I'm certain that someone at Apple would be more than happy to help out developping or porting a game. The only reason companies don't do that is because they generate enough profit from the PC platform and can't justify porting code when the returns are smaller.
__________________
How to feck up a perfectly good game:
UT (1999) = UnbelievableGameSoCoolIMustHelpBringNewPlayers Tournament
UT (2008) = Unreal ThrustMyPrivatePartsInYourFaceBish
And that's probably why UTIII was a relative flop. New game, same sh*thead players ^^.
|
21st October, 2004, 10:54 PM
|
Holy Shit!!
|
|
Join Date: Apr 2004
Posts: 1,004
|
|
what they need to do is make an unmoddable version of ut. they could take the mods/mutators most commonly used (oh, Zark comes to mind), and write them and release them, also. I mean really, skins and voice packs are silly. Weapon mods are different. Call it Unreal Tournament Tournament version, I guess. If you want a mod/mute, submit it.
They also need to realize that it's not just a game, it's THE game they are dilly dallying with, and either quit "other projecting" around, or let someone who has time work on it.
|
21st October, 2004, 10:56 PM
|
Holy Shit!!
|
|
Join Date: Apr 2004
Posts: 1,004
|
|
Quote:
Originally Posted by DarkMantle
|
Ummm, weren't Yugos designed for driving?
LOL sorry, that just popped in meh head. shoot it down all you want, I deserve it.
|
22nd October, 2004, 05:34 AM
|
|
Killing Spree
|
|
Join Date: Jul 2002
Location: Netherlands.gif
Posts: 30
|
|
Quote:
Originally Posted by Rush
I just hope that they're working in reducing Linux version's CPU usage ....
|
Idd the CPU usage is mega. Hoping for a quick decend release soon
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|