Results 1 to 10 of 10

Thread: Working with the Quake 3 Engine..

  1. #1

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Working with the Quake 3 Engine..

    Anyone compiled the source for the Quake 3 engine source yet? Was wondering whether or not if its hard to compile and what your left with.. whether you can just start playing the game or if you've gotta set it up to load a map and what not? Was kinda hoping to just have it all run, I can enter my little map I would be making and it would just go.

    Cheers
    Last edited by Pc_Madness; Aug 22nd, 2005 at 05:24 AM.
    Don't Rate my posts.

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Working with the Quake 3 Engine..

    If its anything like the the others (like the Half-Life 1 Source, etc), then you just need to have it in the Quake 3 directory, and it will be ready to go. I've never actually worked with the Quake 3 engine before, but I was told its similar (aswell as the Quake 2 engine) in structure, so I assume I'm correct

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  3. #3
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051

    Re: Working with the Quake 3 Engine..

    The Q3 engine source cose has been replease?!?!?!?!
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  4. #4
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Working with the Quake 3 Engine..

    I've had someone tell me it was (or they'd seen it). They told me it was similar to the Quake 2 engine in alot of ways.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  5. #5

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Re: Working with the Quake 3 Engine..

    ftp://ftp.idsoftware.com/idstuff/sou...32b-source.zip

    Compiled it at uni, all went well, but running it causes it to crash with a memory error about a missing PK3 (to be expected). So I'm not quite sure where to go from here.. I guess I can copy some of the PK3's from Quake 3 Arena and use that to load a map.

    I think I'm compiling it into .Net as well... need to figure out how to compile it as a normal exe (they provide a .sln file that will compile it all for you..)
    Don't Rate my posts.

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Working with the Quake 3 Engine..

    Whats the point of using .net's C++ compiler if you are going to make a normal EXE with it? Unless its the only compiler you have got it's a waste of time because you'd be removing all the managed .Net bits anyway.
    I don't live here any more.

  7. #7

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Re: Working with the Quake 3 Engine..

    Quote Originally Posted by wossname
    Whats the point of using .net's C++ compiler if you are going to make a normal EXE with it? Unless its the only compiler you have got it's a waste of time because you'd be removing all the managed .Net bits anyway.
    As far as I'm aware, its all Visual C++ 6 code, but they provide solution files to compile it on Visual Studio 7, and we don't have Visual Studio 6 at uni. Not that it matters anyway, since this is purely to see if I can get it to work, rather than compiling for speed.
    Don't Rate my posts.

  8. #8
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Working with the Quake 3 Engine..

    The solution file should handle all the settings to compile it natively instead of managed, it should jsut be a case of loading the SLN and hitting F5

    *Hows that for a kiss of death, sorry*
    I don't live here any more.

  9. #9

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Re: Working with the Quake 3 Engine..

    Quote Originally Posted by wossname
    The solution file should handle all the settings to compile it natively instead of managed, it should jsut be a case of loading the SLN and hitting F5

    *Hows that for a kiss of death, sorry*
    Might be what its doing then, dunno didn't look to be perfectly honest.

    It was very sloppy. :\
    Don't Rate my posts.

  10. #10
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Working with the Quake 3 Engine..

    That was the case for an earlier version of the Quake engine wasn't it? They were missing files..

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width