Simple Weapon Modding

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
Iweryn
Posts: 11
Joined: Mon, 5. Oct 09, 20:35
x3

Simple Weapon Modding

Post by Iweryn » Mon, 11. Jul 22, 22:53

Hello,
I dont know if i am stupid or what.
I followed the guide to basic weapon modding but i cant get my mod to work.
I just tried simple increase of fire rate on Teran proton barrage to see if i could make it go BRRRRRT.
I used X4_Editor ( https://www.nexusmods.com/x4foundations ... escription )
I extracted the terran DLC using the official tool by egosoft, then i linked it in the editor. I changed the value, generated "mod" and inserted it in extensions folder.
And stil nothing. My guns still dont go brrrrt. I have the steam version of the game.

could anyone help me please ?

i forgot to mention that i can see the mod in extensions in main menu

DeadAirRT
Posts: 1008
Joined: Fri, 25. Jan 19, 03:26
x4

Re: Simple Weapon Modding

Post by DeadAirRT » Tue, 12. Jul 22, 01:03

Sounds like a problem with whatever the editor you used was

Iweryn
Posts: 11
Joined: Mon, 5. Oct 09, 20:35
x3

Re: Simple Weapon Modding

Post by Iweryn » Tue, 12. Jul 22, 07:10

I used this editor
viewtopic.php?f=181&t=421306
Anyone please ?

DeadAirRT
Posts: 1008
Joined: Fri, 25. Jan 19, 03:26
x4

Re: Simple Weapon Modding

Post by DeadAirRT » Tue, 12. Jul 22, 13:29

an easy way to do it successfully would be to grab a mod that adjusts the weapon (like vro), copy their diff for it and mimic the folder structure, and put it in your own mod

since it's a terran dlc weapon the diff file needs to be in yourmod/extensions/assets/fx/weaponfx/macros

sprIder
Posts: 92
Joined: Sat, 3. Jul 10, 23:23
x4

Re: Simple Weapon Modding

Post by sprIder » Tue, 12. Jul 22, 16:25

DeadAirRT wrote:
Tue, 12. Jul 22, 13:29
since it's a terran dlc weapon the diff file needs to be in yourmod/extensions/assets/fx/weaponfx/macros
i'm sorry, but you forgot the dlc name.
The correct path would be:
yourmod\extensions\ego_dlc_terran\assets\fx\weaponfx\macros

DeadAirRT
Posts: 1008
Joined: Fri, 25. Jan 19, 03:26
x4

Re: Simple Weapon Modding

Post by DeadAirRT » Tue, 12. Jul 22, 16:27

sprIder wrote:
Tue, 12. Jul 22, 16:25
DeadAirRT wrote:
Tue, 12. Jul 22, 13:29
since it's a terran dlc weapon the diff file needs to be in yourmod/extensions/assets/fx/weaponfx/macros
i'm sorry, but you forgot the dlc name.
The correct path would be:
yourmod\extensions\ego_dlc_terran\assets\fx\weaponfx\macros
Truth

Post Reply

Return to “X4: Foundations - Scripts and Modding”