IDs/Groups for Terran Shields

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

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

User avatar
Benman2785
Posts: 49
Joined: Wed, 29. Jul 09, 03:37
x4

IDs/Groups for Terran Shields

Post by Benman2785 »

Hi,

i altered a mod to make an Split S MK4 Shield available so that i will have a Terran S MK4 Shield - i can buy it, equip it etc - but i have the wrong IDs/Groups

main problem is i dont know the correct values for:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<diff>
	<add sel="/language">
		<page id="958924254" title="ter_s_mk4_shield" descr="L" voice="yes">
			<t id="1181">(Shield Generator){*****,***}</t>
			<t id="1182">{*****,***}(No information available)</t>
			<t id="1183">(Shield){*****,***}</t>
			<t id="1184">(TER S Shield Generator Mk4){*****,***} {*****,***} {*****,***} {*****,***}</t>
			<t id="1185">(Shield Mk4){*****,***} {*****,***}</t>
		</page>
	</add>
</diff>
can you help me - would be great to find the correct Values.
i searched the internet and didnt find any table that was useful for me
User avatar
Benman2785
Posts: 49
Joined: Wed, 29. Jul 09, 03:37
x4

Re: IDs/Groups for Terran Shields

Post by Benman2785 »

found it :)

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<diff>
	<add sel="/language">
		<page id="958924254" title="ter_s_mk4_shield" descr="L" voice="yes">
			<t id="1181">(Shield Generator){20106,1001}</t>
			<t id="1182">{20006,102}(No information available)</t>
			<t id="1183">(Shield){20106,1003}</t>
			<t id="1184">(TER S Shield Generator Mk4){20202,703} {20111,5011} {20106,1181} {20111,401}</t>
			<t id="1185">(Shield Mk4){20106,1183} {20111,401}</t>
		</page>
	</add>
</diff>

Return to “X4: Foundations - Scripts and Modding”