Jump to content

Home

Where is everything?


xzentric

Recommended Posts

all the saber coding is in g_saber.c (or somethign like that). The weapon firing functions are g_weapon.c, the weapon effects are, and almost all effects are c_main.c, energy used and firing speeds for weapons is in bg_weapons.c

 

All the source is split into three projects. If you have Microsoft Visual C++, then you should open up the jk2mp-SDK.dsw file. The three projects will be on the right side, and you switch between them with projects->set active in the top menu thingys. If you don't have MSVC++, the different projects each have their own folders. they are cgame, game, and ui. cgame handles all client side things, like graphics and prediction. game handles all server side stuff, like the way weapons work, damage, and almost everything the isn't visual. ui handles the user interface.

 

I hope this all helps you in some way or another.

 

P.S. Just incase you don't already have it (i'm guessing you do), you need the sdk, which will give you all the source and stuff. Then in the code folder of the sdk is where all the code is.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...