Jump to content

Home

Using OJP


Chebawizz

Recommended Posts

Posted

hello

i'm gonna make a mod based on OJP Basic for my clan. I downloaded TortoiseSVN and successfully downloaded the sources (checkout ...)

i want to know how can I use svn to work on my mod but still receive the "updates" of the OJP code..

 

chewie :vsd:

Posted

Thanks!

I have another problem... It is normal that when I lauch JK in debugging (via VS2005), it seems that the client side plugin isn't loaded.. it is normal? I followed the "tutorial" in the SVN..

Posted

Yes, in the ojpbasic folder, there are the 3 dll.

ingame, I see the menus, I can select rgb saber or pimp saber but the blade stay blue, etc.. but the server side is loaded (server cvars and cmd are available)

Posted

There may be 3 dll in the ojpbasic dir in your game dir but that doesn't mean they are actually the OJP ones for cgame and ui, they might not have actually compiled and the game may have just stuck the base ones there and the real ones need to be in a pk3 for things to work properly.

Posted

they are the good ones because when I put them in a pk3 and put the pk3 in the GameData/ojpbasic folder (from my game) and run ojpbasic with the bat file, it works well.. but when I do debug with VS2005, i don't have client features (rgb sabers etc..)

Posted

When you're debugging, you don't want the dlls to be in a .pk3. That would prevent you from being able to make dynamic changes to the code. Plus, I'm not sure the debugger would even work.

Archived

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

×
×
  • Create New...