project-navigation
Personal tools

Author Topic: I can't get tactical missions to work.  (Read 5117 times)

Arnos

  • Guest
I can't get tactical missions to work.
« on: December 27, 2007, 10:07:50 pm »
I have the latest SVN version compiled and I've managed to use the python script to compile the maps.  The game runs but whenever I move a transport to a mission and press start nothing happens.  Please help.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: I can't get tactical missions to work.
« Reply #1 on: December 27, 2007, 10:19:26 pm »
what is the console output?

Arnos

  • Guest
Re: I can't get tactical missions to work.
« Reply #2 on: December 28, 2007, 08:32:35 pm »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: I can't get tactical missions to work.
« Reply #3 on: December 29, 2007, 10:48:00 am »
looks like the game.so / game.dll is not compiled correctly.

Arnos

  • Guest
Re: I can't get tactical missions to work.
« Reply #4 on: December 29, 2007, 10:38:55 pm »
How can I fix that?

Punkiee

  • Guest
Re: I can't get tactical missions to work.
« Reply #5 on: January 03, 2008, 10:55:27 am »

Arnos

  • Guest
Re: I can't get tactical missions to work.
« Reply #6 on: January 06, 2008, 01:28:37 am »
I'm running windows.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: I can't get tactical missions to work.
« Reply #7 on: January 06, 2008, 01:44:19 pm »
compile the game.dll with codeblocks

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Re: I can't get tactical missions to work.
« Reply #8 on: January 06, 2008, 02:15:45 pm »
And to forestall the next question:
http://ufoai.ninex.info/wiki/index.php/Code::Blocks

Offline Davidkra

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: I can't get tactical missions to work.
« Reply #9 on: January 07, 2008, 09:10:51 pm »
I've got the same problem on Linux... game.so installed in /usr/lib/ufoai, +set s_libdir /usr/lib/ufoai/ at startup script

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: I can't get tactical missions to work.
« Reply #10 on: January 07, 2008, 10:43:32 pm »
please try to start with ./ufo +set developer 4

Offline Davidkra

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: I can't get tactical missions to work.
« Reply #11 on: January 07, 2008, 10:50:49 pm »
nothing changed in the console output:
Code: [Select]
LoadLibrary failed (game.so
failed to load game library

Offline Davidkra

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: I can't get tactical missions to work.
« Reply #12 on: January 08, 2008, 08:41:49 pm »
solved, symlinked /usr/lib/ufoai/game.so with /usr/share/ufoai/base/game.so