project-navigation
Personal tools

Author Topic: Campaign editor  (Read 4721 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Campaign editor
« on: June 30, 2006, 03:59:39 pm »
I've written a little campaign editor. Currently the program is only able to generate missions for a campaign. I will extend the editor from time to time - until it is able to edit existing campaigns and do some more ufo related stuff. As i'm new to gtk - any help is welcome.




Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Campaign editor
« Reply #1 on: June 30, 2006, 04:24:52 pm »
Aren't normal missions supposed to be automatically generated, though? I imagine the only missions you would want to create by hand are ones that have some scripted events in them, with fixed starting positions for both the player and the aliens. And that's not what this tool is for, is it?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Campaign editor
« Reply #2 on: June 30, 2006, 04:31:19 pm »
this tool is (currently only) for putting the missions on geoscape. see http://ufo.myexp.de/wiki/index.php/Create_campaign and http://ufo.myexp.de/wiki/index.php/Adding_mission

TorF

  • Guest
Campaign editor
« Reply #3 on: July 01, 2006, 03:08:01 am »
autogen.sh give me this error :

Code: [Select]
checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 >= 2.0.0) were not met:

No package 'gtk+-2.0' found

With ubuntu, i don't know the name of package to install.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Campaign editor
« Reply #4 on: July 01, 2006, 07:45:41 am »
i've installed gnome-devel
but there should be something like gtk2.0-dev

Offline Bandobras

  • Captain
  • *****
  • Posts: 586
    • View Profile
Campaign editor
« Reply #5 on: July 01, 2006, 11:39:35 pm »
In Debian unstable it is libgtk2.0-dev, I see.