[GS] Updating Globalparameters in a new mod. help

_ViKinG_

BERSERKER
Joined
Mar 15, 2013
Messages
327
Im trying to make my first mod. just an easy small mod with updating Globalparameters. its not working in game. Someone know whats wrong and can help me please? And how do i update the in game text?

Here is the modinfo file:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Mod id="165ea0c7-ec16-4eac-bed0-7c3ad3137ac2" version="1">
  <Properties>
    <Name>Spec Ops longer paradrop</Name>
    <Description>Makes the Spec Ops Paradrop longer.
Short range from 7 to 15 tiles.
Long range from 12 to 20 tiles.</Description>
    <Teaser>Makes the Spec Ops Paradrop longer.
Short range from 7 to 15 tiles.
Long range from 12 to 20 tiles.</Teaser>
    <Authors>Viking</Authors>
     <AffectsSavedGames>0</AffectsSavedGames>
     <CompatibleVersions>2.0</CompatibleVersions>
  </Properties>
  <InGameActions>
    <UpdateDatabase id="NewAction">
      <File>Spec Ops.xml</File>
    </UpdateDatabase>
  </InGameActions>
  <Files>
    <File>Spec Ops.xml</File>
  </Files>
</Mod>
 
Last edited:
Back
Top Bottom