Posted by: marchhill
« on: November 14, 2017, 06:10:37 AM »Thanks for the help guys i currently have the folders in my root directly with developer mode on. I will make a kpf and post it when I get home.
Posted by: marchhill« on: November 14, 2017, 06:10:37 AM »Thanks for the help guys i currently have the folders in my root directly with developer mode on. I will make a kpf and post it when I get home.
Posted by: Rok« on: November 13, 2017, 11:58:27 PM »Welcome.
Posted by: Snake Plissken« on: November 13, 2017, 07:11:50 PM »
Your a modder like myself. In that we do not know what your install is looking like, you could have developer mode enabled and something loosely conflicting with your work. Try turning off developer mode, have everything in a .kpf and get back to us. Posted by: Duke64« on: November 13, 2017, 06:22:51 PM »Yeah from the looks of this here you have what you need to do that. Possibly packing the .kpf wrong? Doesn't seem like you are doing that wrong either based on the description at least. Yeah I would retrace my steps and do one by one first. Starting with getting the weapon on the weapon wheel and on screen with positioning and then worry about the goodies
![]() Posted by: BehemothProgrammer« on: November 13, 2017, 06:00:47 PM »I copy and pasted what you did and it works just fine for me. It shows up in the weapon selection carousel. You need to lower the priority value to something like 7950 for it to show up on the weapon wheel with those slot and quickslot values, but other than that it should be working fine. Maybe you did something else and forgot about it? Try starting over. Copy just the script additions you've done and don't copy the materials, icons, models just yet and see if it works.
Posted by: marchhill« on: November 13, 2017, 01:13:23 PM »![]() I am trying to add a custom weapon called "blaster" to turok 2, however, the weapon is not showing up in the weapon selection carousel or anywhere else ingame. I set up developer mode and the filesystem then made these changes:
Code: [Select] #define kActor_Wpn_Blaster 1525
Code: [Select] Weapon kWpn_Blaster
Code: [Select] Blaster kActor_Wpn_Blaster Any help would be greatly appreciated I would love to start making mods for this great game! |