OpenXcom Forum

Modding => Work In Progress => Topic started by: mrcalzon02 on August 28, 2017, 12:32:37 am

Title: Base defense Reqires 2 height blocks?
Post by: mrcalzon02 on August 28, 2017, 12:32:37 am
Oookay. hum so the base defense mission seams to require Just 2 tall map segments, how would i change that? just finished designing vanilla base tiles with a whole 2 extra levels for "surface facility" but it can not use them...   
Title: Re: Base defense Reqires 2 height blocks?
Post by: Dioxine on August 28, 2017, 02:08:51 am
See alienDeployments.rul and find STR_BASE_DEFENSE:

Code: [Select]
  - type: STR_BASE_DEFENSE
    width: 60
    length: 60
    height: 2

Add this to your mod and change Height to whatever you need.
Title: Re: Base defense Reqires 2 height blocks?
Post by: mrcalzon02 on August 28, 2017, 04:36:02 am
well it worked! mostly.... looks like some sort of tileset issue now.. but It worked!...mostly.
That mess of stairs screens and tile walls is supposed to be forest tiles.... might be because im using the editor from the steam installed xcom location. not the openxcom location. Crap another question, how do i do elevators in the Map editor (the one from the Master tools git.) Wlll crap i tried to move where the editor was drawing its assests and borked everything, now i need to rebuild the map tree to the custom maps i was working on and it seams to have lost the forest tile references for the surface-mapped base maps.(i will figure out how to rebuild my map tree and rebuild my tiles later)* i am a huge derp for not saving my maptree i guess?

I have been told the error in the image here is due to maps not allowing more than a certain number of tiles. :( will attempt to find ways to work within this limit.)
Title: Re: Base defense Reqires 2 height blocks?
Post by: davide on August 30, 2017, 09:17:31 am
In these topics there is the right solution of your needs

https://openxcom.org/forum/index.php/topic,5108.msg75543.html#msg75543 (https://openxcom.org/forum/index.php/topic,5108.msg75543.html#msg75543)

https://openxcom.org/forum/index.php/topic,5316.msg79491.html#msg79491 (https://openxcom.org/forum/index.php/topic,5316.msg79491.html#msg79491)

 ;)
Title: Re: Base defense Reqires 2 height blocks?
Post by: Dioxine on August 30, 2017, 11:22:25 am
In short you cannot exceed 255 tiles in all tilesets you use combined (the ones you use to draw map at least), also no tileset is allowed to go over about 64kb physical size.