我才开始学习改,只是想单纯的改一下 盟军 多功能防御塔的防御范围和进入人数但是在 制作mod的时候出错无解,前来请教
我将Weapon.xml文件复制到 F:\RA3 MODSDK-X\Mods\mymod\data 下 修改
<WeaponTemplate
id="AlliedBaseDefenseRockets"
inheritFrom="ScatterableWeapon"
AttackRange="400.0" 就把这里的300改为400其他的什么都没动
在复制Mod.xml 修改
<?xml version="1.0" encoding="UTF-8"?>
<AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Tags></Tags>
<Includes>
<!--
mod.xml is the central include for mod setup data.
-->
<!-- These includes need to be in all mod.xml files -->
<Include type="reference" source="DATA:static.xml" />
<Include type="reference" source="DATA:global.xml" />
<Include type="reference" source="DATA:audio.xml" />
<Include type=”all” source=”DATA:mymod/Data/Weapon.xml”/>
</Includes>
</AssetDeclaration>
请问那里错了?