View unanswered posts | View active topics It is currently Mon Jan 06, 2025 11:35 pm



Reply to topic  [ 3 posts ] 
 Problem With My Map (AI)[fixed!] 
Author Message
User avatar

Joined: Sun Apr 25, 2010 12:04 am
Posts: 303
Location: Australia
Reply with quote
Post Problem With My Map (AI)[fixed!]
How do I make AI spawn on my map, i've checked the Wiki but it seems to be dead.

The Code:
Code:
//////////////////////////////////////////////////////////
// LongLand

AddScene = Scene
   PresetName = LongLand
   LocationOnPlanet = Vector
      X = 110
      Y = -64
   // Gravity acceleration, m/s^2
   GlobalAcceleration = Vector
      X = 0
      Y = 20

   // Terrain SceneLayer
   Terrain = SLTerrain
      PresetName = LongTerrain
      BitmapFile = ContentFile
         Path = LongLand.rte/LongLand.bmp
      WrapX = 0
      WrapY = 0
      ScrollRatio = Vector
         X = 1.0
         Y = -1.0
      BackgroundTexture = ContentFile
         Path = Base.rte/Scenes/Textures/DirtDark.bmp
         
      /////////////////////////////////////////
      // Material frostings
      
      AddTerrainFrosting = TerrainFrosting
         TargetMaterial = Material
            CopyOf = Topsoil
         FrostingMaterial = Material
            CopyOf = Grass
         MinThickness = 5
         MaxThickness = 7
         InAirOnly = 1

      /////////////////////////////////////////
      // Terrain Debris which is scattered
   
      AddTerrainDebris = TerrainDebris
         CopyOf = Gold

      AddTerrainDebris = TerrainDebris
         CopyOf = Plants

   // Background scene layer definitions
   AddBackgroundLayer = SceneLayer
      CopyOf = Near Layer
   AddBackgroundLayer = SceneLayer
      CopyOf = Clouds Layer
   AddBackgroundLayer = SceneLayer
      CopyOf = Sky Layer
      


Last edited by Dylanhutch on Thu May 20, 2010 8:37 am, edited 1 time in total.



Wed May 19, 2010 10:26 am
Profile
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Reply with quote
Post Re: Problem With My Map (AI)
They do spawn, but the problem with non looping maps is that, the enemy tends to spawn to the right, so building your base to the all the way to left should help.


Wed May 19, 2010 11:07 pm
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: Problem With My Map (AI)
If that's not acceptable, you'll just have to set xwrap to 1.


Wed May 19, 2010 11:50 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: Google [Bot]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.141s | 14 Queries | GZIP : Off ]