Vehicles and Peds wont spawn after editing popgroups.ymt
-
Title says it all, I know obviously I messed something up with the file, but I just don't know what. Any ideas? I've edited the file before and this hasn't happened.
-
@maximumlink
Upload the file somwhere (Mediafire etc) & I'll take a look
-
@a63nt-5m1th sorry for late reply, here you go http://www.mediafire.com/file/069j61zdpy4w08j/popgroups.ymt/file
-
@maximumlink What program are you using to edit XML files? I see a whole bunch of missing new line enters.
This is one line
<Item><Name>enduro</Name><Variations type="NULL"/></Item>Should be 4 lines
<Item>
<Name>enduro</Name>
<Variations type="NULL"/>
</Item>
-
@InfiniteQuestion
It's cool, my file is like that too, the game reads it the sameTest this & see if it fixes it
<Item><Name>sultan2</Name><Variations type="NULL"/></Item> <Item><Name>kanjo</Name><Variations type="NULL"/></Item> <Item><Name>sugoi</Name><Variations type="NULL"/></Item> <Item><Name>penumbra2</Name><Variations type="NULL"/></Item> <Item><Name>seminole2</Name><Variations type="NULL"/></Item <!-- <<< You're missing the last '>' at end of this line. Should be '/Item>' --> </models> <flags>POPGROUP_AMBIENT POPGROUP_SCENARIO</flags> </Item> <Item> <Name>VEH_FREEWAY_MP</Name> <models> <Item><Name>burrito</Name><Variations type="NULL"/></Item> </models> <flags>POPGROUP_AMBIENT POPGROUP_SCENARIO</flags> </Item>