Forum

Engine what???

Discuss programming topics for the various GPL'd game engine sources.

Moderator: InsideQC Admins

Engine what???

Postby frsotywinters » Wed Feb 22, 2006 2:24 pm

Ok i downloaded the Quake 3 Arena Engine (quake3-1.32) which is avaible under GPL fom the IDsoftware website.

Now i was just wondering if anyone could fill in a few gaps for me!!

All i want the Game Engine to do is run a map that i have created, (ie i dont want to play the quake 3 game just this one map) and implement a game i wrote in QuakeC. So ill have my own one level game.

Does anyone know if i need to add files to the game engine i downloaded or what?? Im stumped!!!
frsotywinters
 
Posts: 14
Joined: Wed Jan 25, 2006 11:34 am

Postby Dr. Shadowborg » Wed Feb 22, 2006 5:31 pm

Okay, I'm no expert on the Quake3 engine, but...

First off, if you intend to run a QuakeC progs.dat, forget it. You need a regular Quake engine, such as Darkplaces. Same story for .bsp files designed for regular Quake. Unless you've added a QuakeC interpreter to the quake3 engine.

Second, odds are good, that you'll need an engine modification to even run a quake3 map standalone with the engine without needing the original quake3 files. (e.g. .pk3 files, etc)

I'd recommend you check out Cheapy's OpenArena project over at planetgargoyle.
User avatar
Dr. Shadowborg
InsideQC Staff
 
Posts: 1110
Joined: Sat Oct 16, 2004 3:34 pm

Postby leileilol » Wed Feb 22, 2006 7:27 pm

Why not use Darkplaces? That supports q3bsp pretty well.
i should not be here
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Postby frsotywinters » Thu Feb 23, 2006 10:01 pm

Mmmm darkplaces, is that a game engine?? Get anybody explain exactly what it is??
frsotywinters
 
Posts: 14
Joined: Wed Jan 25, 2006 11:34 am

Postby DarkSnow » Thu Feb 23, 2006 11:25 pm

frsotywinters wrote:Mmmm darkplaces, is that a game engine?? Get anybody explain exactly what it is??


DarkPlaces (DP) is a glQuake1 based engine, but with lots of alterations such as per pixel lightning, md3 models, targa/png texture replacement, q3bsp maps, vorbis ogg support etc.

You will find darkplaces, screenshots and more info at:
http://icculus.org/twilight/darkplaces/


To run your mod,

* create a new folder in the quake1 directory (ie c:\quakle1\_mymod_ | replace _mymod_ with your mods name)

* Compile the qc files to a progs.dat file using frikqcc, fteqcc, proqcc (or any other qc-compiler)

* Copy the progs.dat to your mod folder

* run the engine by command line with -game parameter to the mod directory name (ie glquake.exe -game _mymod_ | replace glquake.exe with the name of the executable for your engine and replace _mymod_ with your mods name)
DarkSnow
 
Posts: 67
Joined: Wed Mar 02, 2005 12:27 am
Location: Sweden

Postby FrikaC » Mon Feb 27, 2006 2:15 pm

ProQCC? You dare mention *that*?
FrikaC
Site Admin
 
Posts: 1026
Joined: Fri Oct 08, 2004 11:19 pm

Postby frsotywinters » Mon Feb 27, 2006 3:11 pm

Thanks guys your a great help!!!
frsotywinters
 
Posts: 14
Joined: Wed Jan 25, 2006 11:34 am

Postby DarkSnow » Tue Feb 28, 2006 5:59 am

FrikaC wrote:ProQCC? You dare mention *that*?

Hey, it were the compiler that got myself jumpstarted :P
DarkSnow
 
Posts: 67
Joined: Wed Mar 02, 2005 12:27 am
Location: Sweden


Return to Engine Programming

Who is online

Users browsing this forum: No registered users and 1 guest