Issues with Ground in a Space Map [SOLVED]

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

Issues with Ground in a Space Map [SOLVED]

Post by YTF »

I've been trying to create a space map, but I keep running into one minor problem: the ground. Ingame, the sky looks nice with nebulae and planets floating around, but the pitch-black ground looks nothing like the sky. I was wondering if there's any way to make the ground see-through. I tried deleting the texture on the ground, but that just gave me a TerrainMunge error. Any ideas?
BattleBelk
Private First Class
Posts: 77
Joined: Thu Jun 28, 2007 7:08 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Russia
Contact:

Re: Issues with Ground in a Space Map

Post by BattleBelk »

open your .sky file and add in DomeInfo() scope

Code: Select all

TerrainEnable(0);
YTF
First Lance Corporal
First Lance Corporal
Posts: 124
Joined: Thu Jul 10, 2008 3:53 pm

Re: Issues with Ground in a Space Map

Post by YTF »

Worked like a charm, thanks! This can be locked now.
Post Reply