|
|
 |
09-04-2005, 08:06 AM
|
#1
|
|
Rookie
Join Date: Sep 2005
Posts: 27
|
Compiling Tool
Hi,
im new to coding and modding so could someone post a link where i could download a compiling tool or whatever i need.
greatly appreciate it
i been searching my own but i couldnt find one.
|
|
you may:
quote & reply,
|
09-04-2005, 12:40 PM
|
#2
|
|
The Stig
Join Date: Nov 2004
Location: Sawtooth Cauldron
Posts: 1,242
Current Game: Borderlands 2
|
what are you using to develop your mod ?
ms vc++ is good... (has its own compiler)
gcc is a compiler that can be used in windows and linux.
|
|
you may:
quote & reply,
|
09-04-2005, 01:59 PM
|
#3
|
|
Rookie
Join Date: Sep 2005
Posts: 27
|
anyway i got Mc Vc++ but when i try to compile i get only bunch of errors.
|
|
you may:
quote & reply,
|
09-04-2005, 04:57 PM
|
#4
|
|
The Stig
Join Date: Nov 2004
Location: Sawtooth Cauldron
Posts: 1,242
Current Game: Borderlands 2
|
be more specific ...
what errors?
did you modify anything or did you try to compile it right out of the box?
|
|
you may:
quote & reply,
|
09-05-2005, 07:18 AM
|
#5
|
|
Rookie
Join Date: Sep 2005
Posts: 27
|
there was a MakeAMod_readme.txt with JEDI_Academy_SDK so i modified some rocket_Velocity and when i give the command to compile it gives a errors.
this is a part of the errors, i think everything isnt neede becuse all is the same.
------ Build started: Project: JK2game, Configuration: Debug Win32 ------
Compiling...
WalkerNPC.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
c:\projects\jedi_academy_sdk\codemp\game\walkernpc .c(63) : warning C4005: 'sqrtf' : macro redefinition
f:\microsoft visual studio 8\vc\include\math.h(295) : see previous definition of 'sqrtf'
w_saber.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
w_force.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
tri_coll_test.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
SpeederNPC.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
c:\projects\jedi_academy_sdk\codemp\game\speedernp c.c(64) : warning C4005: 'sqrtf' : macro redefinition
f:\microsoft visual studio 8\vc\include\math.h(295) : see previous definition of 'sqrtf'
q_shared.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
q_math.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
c:\projects\jedi_academy_sdk\codemp\game\q_math.c( 1476) : error C2059: syntax error : 'type'
NPC_utils.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_stats.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_spawn.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_sounds.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_senses.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_reactions.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_move.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_misc.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_goal.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_combat.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_behavior.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Wampa.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Utils.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
Generating Code...
Compiling...
NPC_AI_Stormtrooper.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Sniper.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Sentry.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Seeker.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Remote.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Rancor.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_MineMonster.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Mark2.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Mark1.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Jedi.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Interrogator.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_ImperialProbe.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Howler.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_Grenadier.c
c:\projects\jedi_academy_sdk\codemp\game\q_shared. h(1242) : error C2059: syntax error : 'type'
NPC_AI_GalakMech.c
Build log was saved at "file://c:\projects\JEDI_Academy_SDK\codemp\Debug\JK2game\ BuildLog.htm"
JK2game - 35 error(s), 2 warning(s)
Last edited by Astelraid; 09-05-2005 at 08:35 AM.
|
|
you may:
quote & reply,
|
09-05-2005, 09:33 PM
|
#6
|
|
The Stig
Join Date: Nov 2004
Location: Sawtooth Cauldron
Posts: 1,242
Current Game: Borderlands 2
|
which version of ms vc++ are you running and which jedi academy sdk did u get and where from.
actually i see in your errors it says vs 8 which is .net 2005 beta...
i read at d3w that you need to do some different things to get it to work properly with some things, i could be wrong though...
http://www.doom3world.org
|
|
you may:
quote & reply,
|
09-06-2005, 06:40 AM
|
#7
|
|
Rookie
Join Date: Sep 2005
Posts: 27
|
yes i use mc++ 2005 beta 2.
hmm i got the Jedi academy SDK from www.map-center.com
so i need a diffrent compiling tool?
|
|
you may:
quote & reply,
|
09-06-2005, 10:06 PM
|
#8
|
|
The Stig
Join Date: Nov 2004
Location: Sawtooth Cauldron
Posts: 1,242
Current Game: Borderlands 2
|
mmm no i think that ms vc .net 2005 beta doesnt have all the files included or something.
|
|
you may:
quote & reply,
|
09-07-2005, 11:16 AM
|
#9
|
|
Rookie
Join Date: Sep 2005
Posts: 27
|
wll i downloaded VC++ 6 but when i try to install it it gives a error "C:\....\acmsetup.stf" not found.
i downloaded from many places but still with every install it gives the error. any idea whats the problem? or how can i fix it?
PS. Its Visual C++ 2005 Express Edition Beta 2
Last edited by Astelraid; 09-07-2005 at 11:28 AM.
|
|
you may:
quote & reply,
|
09-07-2005, 11:21 AM
|
#10
|
Join Date: Aug 2002
Location: Philadelphia
Posts: 227
|
you need version 7 aka vs.net 2003
|
|
you may:
quote & reply,
|
09-07-2005, 11:28 AM
|
#11
|
|
Rookie
Join Date: Sep 2005
Posts: 27
|
ok ty il try to find it.
would be good if a link could be posted
Last edited by Astelraid; 09-07-2005 at 11:42 AM.
|
|
you may:
quote & reply,
|
09-07-2005, 12:12 PM
|
#12
|
Join Date: Aug 2002
Location: Philadelphia
Posts: 227
|
|
|
you may:
quote & reply,
|
09-07-2005, 09:11 PM
|
#13
|
|
The Stig
Join Date: Nov 2004
Location: Sawtooth Cauldron
Posts: 1,242
Current Game: Borderlands 2
|
Quote:
|
Originally Posted by Astelraid
ok ty il try to find it.
would be good if a link could be posted
|
yes and this would also be illegal.
|
|
you may:
quote & reply,
|
09-09-2005, 04:18 AM
|
#14
|
|
Rookie
Join Date: Sep 2005
Posts: 27
|
yeah i know i thought that its free.
|
|
you may:
quote & reply,
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Forum Jump
|
|
|
|
|
|