NathanRahl Posted August 20, 2002 Share Posted August 20, 2002 I'm searching for a good place to start making bots for JK2... Is there any place with tutorials, how-to's or sample code? I'm a quite competent programmer, have done some (small) games myself, but am new to the bot/mod scene... Anything helpful is appreciated! Link to comment Share on other sites More sharing options...
Project_Fusion Posted August 21, 2002 Share Posted August 21, 2002 Hey, Do you learn fast? Like c++ ect? If so, your just like me. lol Okay, it's really quite simple, if you just want to make a bot do the following: Open up GameData/Tools/Bottutorial/example.bot(this sets saber color, skin and points to your peersonality) simply edit this to your needs. save as yourbot.bot Open up example.jkb and again edit to your needs (This is the personality/skill file) save as yourbot.jkb Stick the .jkb in /botfiles and the .bot in /scripts within your .pk3. If you ant a custom skin, make it and then just shove those two files above in /botfiles and /scripts within the skin.pk3 hope that helped, Rich Link to comment Share on other sites More sharing options...
NathanRahl Posted August 21, 2002 Author Share Posted August 21, 2002 Is there any way to dig deeper into the bot's algorithms? I'd like to do something a bit more than just adjust the numbers... Do I have to make a mod for this? How could this be done? Link to comment Share on other sites More sharing options...
Jaii der Herr Posted August 21, 2002 Share Posted August 21, 2002 look in the game ai files in the MP SDK Source code. If you are not familar with C learn C or forget it Link to comment Share on other sites More sharing options...
NathanRahl Posted August 21, 2002 Author Share Posted August 21, 2002 I'm well familiar with C/C++... just wasn't aware there is an SDK out! Know where I can find it? Link to comment Share on other sites More sharing options...
Jaii der Herr Posted August 21, 2002 Share Posted August 21, 2002 raven nearly all JK2 relatet sites Link to comment Share on other sites More sharing options...
NathanRahl Posted August 21, 2002 Author Share Posted August 21, 2002 Just to clarify: SDK = Editing Tools? Just wondering since there's only header files in there but no source... or have I overlooked? Link to comment Share on other sites More sharing options...
NathanRahl Posted August 21, 2002 Author Share Posted August 21, 2002 Ahem, you did mean the "code" directory, didn't you? Somehow I saw .c files and ignored them - I'm too used to C++... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.