List of problems

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
YTF
First Lance Corporal
First Lance Corporal
Posts: 124
Joined: Thu Jul 10, 2008 3:53 pm

List of problems

Post by YTF »

Since I've been posting so many topics lately, I decided to save you all some trouble and pile my current troubles into one post.

A) I'm getting a TerrainMunge error whenever I try to munge my map. I think it's because I'm using terrain-cutting objects (bunkers and trenches from Hoth), because I read somewhere that placing too many will cause problems. By my last count, I think I have 5 or 6 placed. I don't think I'm over the limit, but I don't know for sure.

B) I'm also working on a space map, and I have both a planet sky prop and a Death Star sky prop. When I load the game, however, the Death Star prop looks like it's merged somehow with the planet. How do I move sky props in my .sky file?

If anyone can help, that would be great. Thanks.
User avatar
Laserblast
Second Lance Corporal
Second Lance Corporal
Posts: 105
Joined: Sat Sep 17, 2005 12:25 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Re: List of problems

Post by Laserblast »

My best guess for the second one is perhaps the offset has to do with location of the objects. Honestly, I never really messed with it, but I doubt MovementScale is significant to location. As to where I am getting this from:

Code: Select all

    DomeModel()
    {
        Geometry("geo_sky_arena");
        Offset(-20.0);
        MovementScale(0.995);
    }
Unfortunately, I have no idea about there munge error. In any case, good luck with the maps.
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: List of problems

Post by ANDEWEGET »

try to delete some of the terraincutters and see if this works. have you tested with sptest?
YTF
First Lance Corporal
First Lance Corporal
Posts: 124
Joined: Thu Jul 10, 2008 3:53 pm

Re: List of problems

Post by YTF »

I deleted most of the terrain cutters and it works now. Turns out I had about 5 hidden underground 0_o. So we can scratch problem A. Thanks for all the help.

Still don't know how to move the Death Star prop, though . . . I just want to move it to the other side of the sky, but it isn't moving at all whenever I change my .sky file. Any ideas?
User avatar
ANDEWEGET
Ancient Force
Ancient Force
Posts: 1266
Joined: Tue Apr 01, 2008 8:42 am
Location: Germany
Contact:

Re: List of problems

Post by ANDEWEGET »

it should work with offset, type for Offset(-20.0); for example 300 to try what happens
Post Reply