yea, I know this topic must have been brought up a million times but after an hour on google searching up my error I can't seem to find an answer. So here I am.
I've edited the .bat files to compile the source code for Quake 3. All is well.
I went into cgame.q3asm to edit it because it was giving some errors
I changed -o "\quake3\baseq3\vm\cgame" to -o "C:\quake3\source\code\cgame\vm\"
and when the cgame.bat is executed I get
Error opening cg_consolecmds.asm: No Such File or Directory
the odd thing is, I dont have a cg_consolecmds.asm file
the .q3asm looks like this:
-o "C:\quake3\source\code\vm\cgame"
"C:\quake3\source\code\cgame\cg_syscalls"
cg_consolecmds
cg_draw
cg_drawtools
cg_effects
cg_ents
cg_event"
cg_info
cg_localents
cg_marks
cg_main
cg_players
cg_playerstate
cg_predict
cg_scoreboard
cg_servercmds
cg_snapshot
cg_view
cg_weapons
bg_slidemove
bg_pmove
bg_lib
bg_misc
q_math
q_shared
any help is greatly appreciated. I really want to figure out why I can't get the cgame folder to compile. I can't find the old article I used a few years ago to get it working.
Thanks,
Caldiar
.q3asm files
-
- Posts: 190
- Joined: Sat Sep 07, 2002 7:00 am
you might wanna have a look at my site:
http://q3devel.6x.to/
from what you said, I'd say your .asm files are not in the q3asm.exe working directory
http://q3devel.6x.to/
from what you said, I'd say your .asm files are not in the q3asm.exe working directory
-
- Posts: 2237
- Joined: Sat Mar 12, 2005 10:49 pm
-
- Posts: 2237
- Joined: Sat Mar 12, 2005 10:49 pm
Did the compilation phase succeed? Then you should have all the .asm files in the cgame/vm dir. Including cg_consolecmds.asm.
Otherwise, you need to fix the compilation before bothering with the assembling.
You could post the errors you get, and your cgame.bat.
And make sure that you use cmd.exe, not command.com to run the batch files with.
Otherwise, you need to fix the compilation before bothering with the assembling.
You could post the errors you get, and your cgame.bat.
And make sure that you use cmd.exe, not command.com to run the batch files with.
[url=http://www.smokin-guns.org]Smokin' Guns[/url]
[url=https://sites.google.com/site/monsterbrowser//]Monster Browser[/url]
[url=https://sites.google.com/site/monsterbrowser//]Monster Browser[/url]