I had some good ideas in terms of weapons, I'm not asking for modeling tutorials, I'm asking if anyone knows or can tell me how you make the .pk3 and such (with pakscape). Like scripting and such related to weapons!
Thanks
Tutorials on weapon making?
Moderator: Moderators
- swbf_lase
- Major General
- Posts: 647
- Joined: Fri Jul 08, 2005 7:07 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: 127.0.0.1:465
- Contact:
- Teancum
- Jedi Admin
- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Tutorials on weapon making?
pk3 files are just zip files with no compression. Rename the file extension to .zip and it'll open. Make the changes then rename to .pk3.
- swbf_lase
- Major General
- Posts: 647
- Joined: Fri Jul 08, 2005 7:07 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: 127.0.0.1:465
- Contact:
Re: Tutorials on weapon making?
Yeah, I know that, I meant like, how do you go about making the weapon?
- Teancum
- Jedi Admin
- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Tutorials on weapon making?
The weapons are coded into the exe and dll files. All you can do is model replacements and smaller stuff if I remember right. (like saber blade lengths and whatnot) You can't really create an new type of weapon. You can do all of that in the weapons.dat file (opens in wordpad). For Jedi Outcast it's in assets0.pk3/ext_data. I'm not sure about Academy since I don't have that installed, but I'd assume it's in the same place.
- swbf_lase
- Major General
- Posts: 647
- Joined: Fri Jul 08, 2005 7:07 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: 127.0.0.1:465
- Contact:
Re: Tutorials on weapon making?
Then how to people make things like a Lord Of The Ring sword pack 0_o?
- Teancum
- Jedi Admin
- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Tutorials on weapon making?
Just like I said above. There's weapons.dat for the small things. So in there they change the saber sounds, set the saber blade length to zero (or make a new png for the saber with 100% alpha), change the sounds and boom -- invisible sword. Then they just add the sword model. Easy enough.
You should check out weapons.dat to see what all you can do. It's not a ton, but it might be enough for what you want.
You should check out weapons.dat to see what all you can do. It's not a ton, but it might be enough for what you want.
- swbf_lase
- Major General
- Posts: 647
- Joined: Fri Jul 08, 2005 7:07 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: 127.0.0.1:465
- Contact:
Re: Tutorials on weapon making?
Oh, thanks teancum