How to modify Zone in HoL

The place to discuss scripting and game modifications for X Rebirth.

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

kewlpatate
Posts: 9
Joined: Fri, 29. Nov 13, 18:50

How to modify Zone in HoL

Post by kewlpatate »

Hi,

With
[code]
<diff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<replace sel="/macros/macro[@name='tzoneCluster_L_Sector03_Zone005_macro']">
<macro name="tzoneCluster_L_Sector03_Zone005_macro" class="zone">
...
[/code]

It's doesn't work. Do I need a special filename( I have try with zones.xml, dl2_zones.xml, patate_zones.xml) or anything else?

Thx

Edit: macros.xml was missing. Still doesn't work.
UniTrader
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 14571
Joined: Sun, 20. Nov 05, 22:45
x4

Post by UniTrader »

macros.xml is only relevant if you add a new file to the gme, not editing an existent one.

did you use the correct file Path ? namely

extensions/***your extension***extensions/ego_dlc_2/maps/XU_ep1_universe/dlc_2_zones.xml
if not stated otherwise everything i post is licensed under WTFPL

Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter ;)

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help ;)
kewlpatate
Posts: 9
Joined: Fri, 29. Nov 13, 18:50

Post by kewlpatate »

I need a folder like

xrebirth/extensions/patate_mod/ego_dlc_2/maps/...

instead of

xrebirth/extensions/patate_mod/maps/... ?
Clownmug
Posts: 419
Joined: Wed, 11. Dec 13, 02:39
x4

Post by Clownmug »

kewlpatate wrote:I need a folder like

xrebirth/extensions/patate_mod/ego_dlc_2/maps/...

instead of

xrebirth/extensions/patate_mod/maps/... ?
He's saying to do it like this:

xrebirth/extensions/patate_mod/extensions/ego_dlc_2/maps/...
kewlpatate
Posts: 9
Joined: Fri, 29. Nov 13, 18:50

Post by kewlpatate »

k thx.

Edit: 1st Step completed for the monkey (me).

It's prolly the same thing with the factions.xml modification right ?

Edit: Yes.

Thx for your help ;)

Return to “X Rebirth - Scripts and Modding”