Astelraid Posted September 4, 2005 Share Posted September 4, 2005 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. Link to comment Share on other sites More sharing options...
ensiform Posted September 4, 2005 Share Posted September 4, 2005 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. Link to comment Share on other sites More sharing options...
Astelraid Posted September 4, 2005 Author Share Posted September 4, 2005 anyway i got Mc Vc++ but when i try to compile i get only bunch of errors. Link to comment Share on other sites More sharing options...
ensiform Posted September 4, 2005 Share Posted September 4, 2005 be more specific ... what errors? did you modify anything or did you try to compile it right out of the box? Link to comment Share on other sites More sharing options...
Astelraid Posted September 5, 2005 Author Share Posted September 5, 2005 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\speedernpc.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) Link to comment Share on other sites More sharing options...
ensiform Posted September 6, 2005 Share Posted September 6, 2005 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 Link to comment Share on other sites More sharing options...
Astelraid Posted September 6, 2005 Author Share Posted September 6, 2005 yes i use mc++ 2005 beta 2. hmm i got the Jedi academy SDK from http://www.map-center.com so i need a diffrent compiling tool? Link to comment Share on other sites More sharing options...
ensiform Posted September 7, 2005 Share Posted September 7, 2005 mmm no i think that ms vc .net 2005 beta doesnt have all the files included or something. Link to comment Share on other sites More sharing options...
Astelraid Posted September 7, 2005 Author Share Posted September 7, 2005 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 Link to comment Share on other sites More sharing options...
stubert Posted September 7, 2005 Share Posted September 7, 2005 you need version 7 aka vs.net 2003 Link to comment Share on other sites More sharing options...
Astelraid Posted September 7, 2005 Author Share Posted September 7, 2005 ok ty il try to find it. would be good if a link could be posted Link to comment Share on other sites More sharing options...
stubert Posted September 7, 2005 Share Posted September 7, 2005 http://www.bestbuy.com Link to comment Share on other sites More sharing options...
ensiform Posted September 8, 2005 Share Posted September 8, 2005 ok ty il try to find it. would be good if a link could be posted yes and this would also be illegal. Link to comment Share on other sites More sharing options...
Astelraid Posted September 9, 2005 Author Share Posted September 9, 2005 yeah i know i thought that its free. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.