i got some Weapons work now, the game writes now the right name to the user.ini.
But Keys for some Weapons are still not shown, i decompiled ballisticprov55.u with ucc and found a file which contains the bindings: ballistickeybindings.uc
I can set Keys for all Weapons showed in this File but it contains not all weapons.
Code: Select all
// ====================================================================
// BallisticKeyBinding.
//
// Adds some new keys.
// ====================================================================
class BallisticKeyBinding extends GUIUserKeyBinding;
defaultproperties
{
KeyData(0)=(KeyLabel="Ballistic Weapons",bIsSection=True)
KeyData(1)=(Alias="Reload|OnRelease ReloadRelease",KeyLabel="Reload")
KeyData(2)=(Alias="WeaponSpecial|OnRelease WeaponSpecialRelease",KeyLabel="Weapon Special")
KeyData(3)=(Alias="WeaponSpecial 1|OnRelease WeaponSpecialRelease 1",KeyLabel="Weapon Special 2")
KeyData(4)=(Alias="ScopeView|OnRelease ScopeViewRelease",KeyLabel="Use Sights")
KeyData(5)=(Alias="DualSelect",KeyLabel="Dual Wield / Swap")
KeyData(6)=(Alias="SwitchWeaponMode|OnRelease WeaponModeRelease",KeyLabel="Switch Fire Mode")
KeyData(7)=(Alias="Mutate Loadout",KeyLabel="Loadout Menu")
KeyData(8)=(Alias="Mutate BStartSprint|OnRelease Mutate BStopSprint",KeyLabel="Sprint")
KeyData(9)=(Alias="CockGun",KeyLabel="Cock Weapon (optional)")
KeyData(10)=(Alias="GetWeapon BallisticProV55.X3Knife",KeyLabel="X3 Knife")
KeyData(11)=(Alias="GetWeapon BallisticProV55.A909SkrithBlades",KeyLabel="A909 Skrith Blades")
KeyData(12)=(Alias="GetWeapon BallisticProV55.EKS43Katana",KeyLabel="EKS43 Katana")
KeyData(13)=(Alias="GetWeapon BallisticProV55.M806Pistol",KeyLabel="M806 Pistol")
KeyData(14)=(Alias="GetWeapon BallisticProV55.RS8Pistol",KeyLabel="10mm RS8 Pistol")
KeyData(15)=(Alias="GetWeapon BallisticProV55.D49Revolver",KeyLabel="D49 Revolver")
....... some more
BallisticProV55.GRS9Pistol
BWBPRecolors3Pro.DragonsToothSword
BallisticProV55.RSDarkStar
and some more
Anyone a idea how to get the missing ones to work?
btw, i love this mod, great work!