Page 1 of 1
Compiling Question
Posted: 06 Oct 2012, 23:46
by atrey65789
When I compile.. what does it mean when I get the error that says, "Bad Index"?
Re: Compiling Question
Posted: 06 Oct 2012, 23:50
by [FGS]Kalman
Can you post a screenshot about the error message?
Re: Compiling Question
Posted: 06 Oct 2012, 23:57
by ~][FGS][Nobody~
When you got a "Bad Name Index" error, then you propably got DXMTL152b1 in your EditPackages list.
Re: Compiling Question
Posted: 07 Oct 2012, 00:43
by atrey65789
~][FGS][Nobody~ wrote:When you got a "Bad Name Index" error, then you propably got DXMTL152b1 in your EditPackages list.
But don't I need it in there when I compile a new gametype?
Re: Compiling Question
Posted: 07 Oct 2012, 00:54
by ~][FGS][Nobody~
If you compile a new gametype, basing on MTL (e.g. YourGame extends MTLTeam), then you need DXMTL152b1.
But you can't load it with UCC without crashing.
To extend a gametype from the MTL gametypes, you need the MTL extending pack.
Re: Compiling Question
Posted: 07 Oct 2012, 01:23
by atrey65789
OK, I got it workin now.. thanks