So I did the SVN thing and got FTE quake yadadadada. But when I used FTEQCC and compiled the .qc files for Quake-Life and this is what I get:
Source file: progs.src
Outputfile: ../qwprogs.dat
Outputfile: ../progs.dat
Recognised progs as regular Quake
Progs should run on any Quake executor
defs.qc:604: warning: swim_flag no references
hl_defs.qc:14: warning: changetarget no references
hl_defs.qc:57: warning: landmark_ent no references
hl_defs.qc:150: warning: drag no references
hl_defs.qc:151: warning: cshift no references
misc.qc:474: warning: viewthing no references
hl_misc.qc:446: warning: notfilestart no references
hl_misc.qc:767: warning: i3 no references
hl_misc.qc:769: warning: ff4 no references
hl_train.qc:142: warning: orgsv no references
hl_train.qc:143: warning: orgs no references
hl_train.qc:143: warning: realnewtarg no references
hl_train.qc:144: warning: newtarg no references
hl_train.qc:145: warning: lastdist no references
176968 strofs (of 1000000)
38905 numstatements (of 52428
2805 numfunctions (of 16384)
7864 numglobaldefs (of 3276
351 numfielddefs (321 unique) (of 204
8010 numpr_globals (of 65536)
Writing ../progs.dat
687136 TOTAL SIZE
Writing ../progs.lno
262 unique precache_sounds
134 unique precache_models
104 unique precache_files
Compile Complete
optres_shortenifnots 166
optres_overlaptemps 14905
optres_constantarithmatic 42
optres_nonvec_parms 6586
optres_assignments 771
optres_unreferenced 23
optres_dupconstdefs 42
numtemps 220
14 warnings
So no new files are in my quakelife folder which is in my c:\quake folder. Also, launching FTEQW with -game halflife +map c0a10 on the parameters, it dosent work. The console says it cant find the c0a10 file. Any help?
Source file: progs.src
Outputfile: ../qwprogs.dat
Outputfile: ../progs.dat
Recognised progs as regular Quake
Progs should run on any Quake executor
defs.qc:604: warning: swim_flag no references
hl_defs.qc:14: warning: changetarget no references
hl_defs.qc:57: warning: landmark_ent no references
hl_defs.qc:150: warning: drag no references
hl_defs.qc:151: warning: cshift no references
misc.qc:474: warning: viewthing no references
hl_misc.qc:446: warning: notfilestart no references
hl_misc.qc:767: warning: i3 no references
hl_misc.qc:769: warning: ff4 no references
hl_train.qc:142: warning: orgsv no references
hl_train.qc:143: warning: orgs no references
hl_train.qc:143: warning: realnewtarg no references
hl_train.qc:144: warning: newtarg no references
hl_train.qc:145: warning: lastdist no references
176968 strofs (of 1000000)
38905 numstatements (of 52428

2805 numfunctions (of 16384)
7864 numglobaldefs (of 3276

351 numfielddefs (321 unique) (of 204

8010 numpr_globals (of 65536)
Writing ../progs.dat
687136 TOTAL SIZE
Writing ../progs.lno
262 unique precache_sounds
134 unique precache_models
104 unique precache_files
Compile Complete
optres_shortenifnots 166
optres_overlaptemps 14905
optres_constantarithmatic 42
optres_nonvec_parms 6586
optres_assignments 771
optres_unreferenced 23
optres_dupconstdefs 42
numtemps 220
14 warnings
So no new files are in my quakelife folder which is in my c:\quake folder. Also, launching FTEQW with -game halflife +map c0a10 on the parameters, it dosent work. The console says it cant find the c0a10 file. Any help?
Comment