I was wondering where you can find the files that show what weapons, characters and Npcs have so I can change them, or is that even possible? Another question Where can you find the amount of damage each weapon does, and is it possible to change that? I'm kinda new to this modding stuff. Thanks.
NPC files are what holds the info for what weapon a npc has; and yes, you can change what weapon they have, that's the wonderful thing about Jedi Academy npcs. They're located in assets1.pk3 under ext_data/npcs. Now, as for damage a weapon does, that I am not sure you can as easily edit. I think someone on here before said something about that is in the code files that are part of the SDK. Maybe someone else can clarify on that, as I am not sure about that one.
you want to make your guns stronger ? open : assets1.pk3/ext_data/weapons.dat with a text editor :o make your changes and save
No, Forceboat is right, the damage dealt is coded (in g_weapon.c). Which brings up the question, do you want to change it for the mp game (possible) or the sp game (not so possible, for the time being)?
Well I was hoping to change it for SP, seeing how I don't play MP that much. But if it's only possible for MP, then I would just change the .dat files, right? Or is there another way? Thanks.
You have to get the SDK and edit the game's dll's with C++.
edeholland;4969288You have to get the SDK and edit the game's dll's with C++.
It's written in C, not C++.