Okay, if i'm typoing something i can't see it for looking and there's no log message associated, but :
in the new MkVI OXP, i put the ship and the new missile i made into the demoships. the ship appears, not the missile. anything i'm missing?
Demo ship parade
Moderators: winston, another_commander
- Killer Wolf
- ---- E L I T E ----
- Posts: 2279
- Joined: Tue Jan 02, 2007 12:38 pm
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: Demo ship parade
Do you want to post demoships.plist so we can have a look, KW?
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Killer Wolf
- ---- E L I T E ----
- Posts: 2279
- Joined: Tue Jan 02, 2007 12:38 pm
Re: Demo ship parade
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>kwcobra6npc</string>,
<string>kwjidaMissile</string>,
</array>
</plist>
Code: Select all
// ***************************************************
// * N P C K I N G C O B R A *
// ***************************************************
{
"kwcobra6npc" =
{
// ai_type = "route1traderAI.plist";
etc
etc
"kwjidaMissile" =
{
ai_type = "hardMissileAI.plist";
exhaust = ("0.0 0.0 -4.5 2.0 2.0 4.0");
etc
etc
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: Demo ship parade
Looks OK at first glance, doesn't it? Have you sat through the whole sequence of demoships, as they may not apperar consecutively, and if there are a lot of demoships it could get 'lost in the crowd'.
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Wildeblood
- ---- E L I T E ----
- Posts: 2453
- Joined: Sat Jun 11, 2011 6:07 am
- Location: Western Australia
- Contact:
Re: Demo ship parade
Lose the commas.Killer Wolf wrote:<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>kwcobra6npc</string>, <------
<string>kwjidaMissile</string>, <------
</array>
</plist>
- Killer Wolf
- ---- E L I T E ----
- Posts: 2279
- Joined: Tue Jan 02, 2007 12:38 pm
Re: Demo ship parade
that did it. cheers bud