Originally posted by Thetargos
View Post
Announcement
Collapse
No announcement yet.
One Year Later There's No UT3 Client For Linux
Collapse
X
-
Originally posted by superppl View PostHell, if the chaos mod for UT3 was canceled, then there really isn't a large enough player base to make the game worthwhile. And if there isn't a player base, then the game must really suck.
Know what would be awesome on Epic's part? If they released a high def expansion for UT99 with high res textures and everything.
Comment
-
What would be sweet is if Sweeney and Reign would finally Open Source UE1 (highly unlikely seeing how are there projects still based on that engine [not games, though] ). And I do believe trying to adapt Unreal models/textures to the quake engine would require some major work (not to mention the violation of copyrigted material being made available for another engine)
Comment
-
Originally posted by Thetargos View PostWhat would be sweet is if Sweeney and Reign would finally Open Source UE1 (highly unlikely seeing how are there projects still based on that engine [not games, though] ). And I do believe trying to adapt Unreal models/textures to the quake engine would require some major work (not to mention the violation of copyrigted material being made available for another engine)
Even a mod pack for UT2004 to convert it to UT99 would be a welcome change.Last edited by deanjo; 24 November 2008, 09:34 PM.
Comment
-
Suppose the models are indeed recreated, but the textures... The redone textures would have to keep at least some resemblance to those found in the game (suppose the textures used are the S3TC compressed ones, which could be taken as a basis [reference] for generating other, improved ones)... True, they wouldn't be the same as such, but one thing (besides music and sound effects) that would be really hard to not re-use (at least partially) are model skins. Simply put, Malcom wouldn't be the same with any other skin, and even so, it would be recognizable as such, hence the copyright might be enforced (as a derivative work? IANAL, but maybe some legal action could be enforced?)... And while looking at the so many ways to avoid being stung by the copyright bugs, the end result would certainly be something completely different than the original goal, i.e, not recreating Unreal Tournament 1.Last edited by Thetargos; 24 November 2008, 10:14 PM.
Comment
-
Originally posted by Thetargos View PostWhat would be sweet is if Sweeney and Reign would finally Open Source UE1 (highly unlikely seeing how are there projects still based on that engine [not games, though] ). And I do believe trying to adapt Unreal models/textures to the quake engine would require some major work (not to mention the violation of copyrigted material being made available for another engine)
Comment
-
The only one I am aware of is an architecture program that utilizes the UE1 engine to create real-time fly-by presentations of actual architectural projects. AFAIK this program (of which I cannot remember the name, sorry) is still maintained and patched and supported (I know of this program due to an uncle of mine, and architect, who uses it). There are several versions of this program (there's even one using the UE3 in the works, AFAIK), but for the computer my uncle uses, the only one that would run "decently" is the UE1 based. Also these "professional" applications of the UE apparently make more use of features found on professional grade hardware like Quadros, etc. (and I know this from experience, as this program would run much fluid in a Quadro based GPU than a GeForce comparatively the same grade, dunno exactly what are the differences anymore). I'll try to dig out the name of this program for you, though I cannot promise much as I'm all out of contact with that side of the family
Comment
-
There is still some pretty cool stuff that is available for UT99 like a DX9 and enhanced openGL renderers. http://cwdohnal.home.mindspring.com/utglr/ I'm not sure how picky Epic would get since the UT:GOTY edition came with all the textures on a separate disk to freely use at your own will.
By the way, the original UT99 source code was released by epic. You can download it here.
Readme File:
Unreal Public Source Distribution
Copyright
All files contained here are the property of Epic Games, Inc. They are provided without warranty, and under the same terms as the Unreal retail license agreement: You may use them for your personal, non-profit enjoyment, but you may not sell or otherwise commercially exploit the source or things you created based on the source.
Installation
Unzip the source distribution into your root Unreal directory, for example c:\Unreal. You must use the exact same version of Unreal patch and public source distribution. If you have different versions, then the DLL's you recompile with the source distribution will almost certainly fail to run.
Tools Required
To recompile the source, you must have Microsoft Visual C++ 6.0, either with no service packs, or with SP1. The source does not work with previous versions of Visual C++. The source may or may not work with subsequent versions and service packs. If you are using anything other than this exact version, don't even think about emailing us asking why it doesn't work.
How Each Package (.DLL) Is Structured
Unreal packages are described in detail in the Package Documentation. The source code for each package (for example, MyPackage) that contains a C++ .DLL component is as follows:
* C:\Unreal\MyPackage\Src\MyPackage.dsp: Microsoft Developer Studio project files.
* C:\Unreal\MyPackage\Src\*.cpp: C++ source code.
* C:\Unreal\MyPackage\Src\*.h: Private C++ header files, which are only used internally by this package.
* C:\Unreal\MyPackage\Inc\*.h: Public C++ header files, which are exposed to all other packages.
* C:\Unreal\MyPackage\Classes\*.upkg: UnrealScript package definition file.
* C:\Unreal\MyPackage\Classes\*.uc: UnrealScript class source files.
Directory Structure
* \Unreal\UnrealPubSrc.dsw: Microsoft Visual C++ workspace file.
* \Unreal\Core: Unreal engine core components (non-game code, such as low-level object handling, script interpretter, file processing, configuration, and platform-specific support).
* \Unreal\Engine: Unreal engine game components.
* \Unreal\Setup: Unreal Windows installer/uninstaller (Setup.exe).
* \Unreal\GlideDrv: Unreal Glide support. Note: To compile this code, you need the latest version of the Glide SDK from 3dfx's web site.
* \Unreal\Help: A small amount of documentation.
* \Unreal\Launch: Unreal Windows startup code (Unreal.exe).
* \Unreal\OpenGLDrv: Unreal's OpenGL support.
* \Unreal\System: Unreal's system directory.
* \Unreal\UCC: Platform-neutral command line runner. Launches "commandlets" such as the script compiler, installation generator, and command-line server.
* \Unreal\Window: Windows encapsulation.
Now if only we could get Ryan to release the linux blob as opensource.Last edited by deanjo; 24 November 2008, 11:11 PM.
Comment
-
Originally posted by deanjo View PostThere is still some pretty cool stuff that is available for UT99 like a DX9 and enhanced openGL renderers. http://cwdohnal.home.mindspring.com/utglr/ I'm not sure how picky Epic would get since the UT:GOTY edition came with all the textures on a separate disk to freely use at your own will.
Originally posted by deanjoNow if only we could get Ryan to release the linux blob as opensource.
Comment
Comment