project-navigation
Personal tools

Author Topic: Cannot enter in mission  (Read 1858 times)

Sindarin

  • Guest
Cannot enter in mission
« on: November 12, 2016, 01:03:19 pm »
Hi, I have a problem with a mission,

it's called office complex and when the firebird is on top of it and the mission message pops up I hit enter but it doesn't work

in ufoconsole.log I find that
Code: [Select]
Can't find maps/office.bsp
searching for files in /share/ufoai/base/maps I only find an office.map file while other maps have few number of files (.bsp, .map, .ump and also a folder).

Is this a serious problem? May I ignore and play other missions?

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Cannot enter in mission
« Reply #1 on: November 12, 2016, 11:16:19 pm »
You can compile the office.map to a bsp using the ufo2map tool, or download the compiled one from our server: office.bsp.gz. If you choose to download the pre-compiled one, you need to know that it is compressed with gzip, you'll need to uncompress it.

-geever

Sindarin

  • Guest
Re: Cannot enter in mission
« Reply #2 on: November 13, 2016, 03:42:45 pm »
Hi geever,
thank you for your answer,

Downloaded and moved to the maps folder, only one question: when it's decompressed office.bsp is a folder with a file called data is it correct?
because the other maps are different.

I'll tell you if a mission in the map pops up.

THANKS

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Cannot enter in mission
« Reply #3 on: November 13, 2016, 04:49:26 pm »
The office.bsp as a file need to be copied to the maps directory, next to the office.map.

Sub directories and *.ump files are only needed for RMA kind of maps - where RMA stands for "Random Map Assembly" - which are composed semi-randomly from sub tiles. Office however is a single map.

-geever