Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Help Getting Started Coding.

Page: 1 of 1
 AzureAngel
12-18-2004, 5:08 PM
#1
Ok 2 things ,

One, where exactly are the .C files?

Two, If they are in the .DLL files how do I edit them?
 GangsterAngel
12-19-2004, 9:37 AM
#2
you download the SDK ,,
the files are in there....
jka-universalSource\codemp\game.
 razorace
12-19-2004, 4:54 PM
#3
I suggest you don't use the universal SDK unless you have Visual Studios v6.0.

Secondly, the .c sources files are in the second JKA SDK package, which you can find on all the major jka file servers. The .dll files are the compiled version of the .c files. You'll need a compiler that can do .dll files (like Visual Studios).
 AzureAngel
12-20-2004, 4:49 PM
#4
alright

So I got the sdk and found the .C files
But instead I have DevC++(I was rumaging thru the forum and someone recomended it), Are there any special tools in Visual Studio that arent in DevC++?
 Tinny
12-20-2004, 6:04 PM
#5
A lot of debugging tools i think, plus i think its easier to search for things in visual studio and searching is sooo important because its tons and tons of lines of code.
Page: 1 of 1