Jump to content

Arc Pistol Please


Yohlazy

Recommended Posts

I know there is a mod that makes the arc thrower a pistol but it is a total combat/game play overhaul that I dont want right now i just want the arc thrower as a pistol can anyone make a simple mod to do this or explain to me a way to do so?
Link to comment
Share on other sites

Ok, this is easy.

Get ResourceHacker, and run it

open your x-com game

on the left hand side click RCDATA then 1020 > 1033

your gonna see a lot of text.

scroll down until you see : Weapons=(iType=eItem_ArcThrower

 

Every thing to the right of that Weapons=(iType=eitem_ArcThrower is what makes the arc thrower.

 

Now look for the properties strings on the same LINE as your arc thrower (basically to the right of it), it should be properties[0] properties [1] ect ect...

 

Scroll to the right until you see Properties[0]=eWP_

 

this is a property of the weapon, and you want to change it so that it says:

Properties[0]=eWP_Pistol

Now it can be put in the pistol slot.

Click compile

then click save

Link to comment
Share on other sites

Ok, this is easy.

Get ResourceHacker, and run it

open your x-com game

on the left hand side click RCDATA then 1020 > 1033

your gonna see a lot of text.

scroll down until you see : Weapons=(iType=eItem_ArcThrower

 

Every thing to the right of that Weapons=(iType=eitem_ArcThrower is what makes the arc thrower.

 

Now look for the properties strings on the same LINE as your arc thrower (basically to the right of it), it should be properties[0] properties [1] ect ect...

 

Scroll to the right until you see Properties[0]=eWP_

 

this is a property of the weapon, and you want to change it so that it says:

Properties[0]=eWP_Pistol

Now it can be put in the pistol slot.

Click compile

then click save

 

 

Ok did all of it but still cant use it as a pistol it still shows in the items, do I have to start a new game or something in the game I am trying to do this I just researched the thrower but hadn't manufactured any yet. When i tested it I make like 3 and tryied to give one to my support but i wouldnt show up in pistol it still shows and equips as an Item is there another property that needs changed?

Link to comment
Share on other sites

Weapons=(iType=eItem_ArcThrower,ABILITIES[0]=eAbility_ShotStun,ABILITIES[1]=eAbility_NONE,ABILITIES[2]=eAbility_NONE,ABILITIES[3]=eAbility

_NONE,ABILITIES[4]=eAbility_NONE,ABILITIES[5]=eAbility_NONE,Properties[0]=eWP_Pistol,Properties[1]=eWP_NoReload,Properties[2]=

eWP_CantReact,Properties[3]=eWP_Secondary,Properties[4]=eWP_Backpack,Properties[5]=eWP_None,iDamage=0,iEnvironmentDamage

=0,iRange=27,iReactionRange=-1,iReactionAngle=200,iRadius=0,iCritical=0,iOffenseBonus=0,iSuppression=0,iSize=eItemSize_Small,iHPB

onus=0,iWillBonus=0)

 

 

This is the entire Arcthrower line as of my change

Edited by Yohlazy
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...