Jump to content

RageNClear

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by RageNClear

  1. There's this weird shotgun shell model inside of this custom gun. this gun uses Riot Shotgun's animation, 2hareloadi https://i.imgur.com/l7CB4lu.png Here the gun plays a jam animation. Notice how there's a misplaced shotgun shell inside the gun. https://i.imgur.com/I3zoYaF.jpg Here I took a look at the weapon .nif meshes and I see no shotgun shell in the weapon mesh. Is there something going on in the 2hareloadi jam animation?
  2. I think I know what to do now. I create a supermutant copy of the AK that has an identical WithAmmoXXXLoot and displays the same name 'Chinese Rifle' and is in the supermutant leveled list. I copy the VLegateSword Script from Lanius's (unplayable) sword and change it into the playable AK. In theory at least. Edit: If I do it like your first inital script. The value/condition of the gun won't change as the player won't be able to hover over the weapon to check the value. Downside is I'll have to check the 'Can't Drop' so you can't shoot it out of their hands. Unless I don't know there's some kind of code that checks if the (unplayable) gun is out of the supermutant's inventory before they die. If I do it my way, then the value would be inconsistent as it might lower or raise the value/condition after being added into the player's inventory Begin OnAdd Player If AddOnce != 1Player.AddItem WeapNVLegateSword2 1Set AddOnce to 1RemoveMeEndif This script from the Legate Swords is fine because it always gives you the max condition sword. But if I use CondMyWeaponLoot into the the AddItem it might change the value/cond of the gun than what you initially see when you hover your mouse over the (nonplayable) gun. Also, how do I write down code in this post?
  3. In gameplay, supermutants are very limited on what they can use. From my observation, They can only use 2hareloadF automatics (assault carbine) and 2hareloadi automatics (lightmachinegun). Now I have an AK that uses 2hareloadM, it's custom so I'm gonna assume supermutant won't be able to use it. I'm thinking of creating a non-playable AK that uses 2hareloadi that's usable by supermutant, but when they die/drop the gun, the gun would turn into the playable 2hareloadM version of the gun. Question is, how can I write a script that does that?
  4. I have a brand new 25mm Grenade Weapon. Now the current 25mmGrenadeProjectile has very low speed. so I decide to create a new projectile that is exclusively used by this new weapon. Problem is I don't know how can I apply it to other 25mm Grenade variants to have the same/similar speed of my new projectile. I would have to create a copy of the projectile for every single 25mm Grenade variants but how can I have these specific projectiles apply on to specific weapon when loading their respective ammo into the gun? I learn that JIP have a function that would set a new projectile onto the weapon. Problem is I have almost zero scripting experience. I only how to scrip level list and form list of weapons. Can anyone help me?
  5. Playing a Sneak character with companions can be a hit-or-miss. When you sneak kill an enemy and their buddies go into [CAUTION], You should be able to hide until they return to whatever they're doing. But when you bring your companion, your companion will immediately attack the moment it turns into [CAUTION], giving away your position. Is there any mod that rectify this problem?
×
×
  • Create New...