Author Topic: Tools Request  (Read 1515 times)

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Tools Request
« on: December 11, 2005, 05:10:42 PM »
Just wondered what tools people think we need??

Dont say gfx editor because we allready know thats needed.

Offline Sirbomber

  • Hero Member
  • *****
  • Posts: 3237
Tools Request
« Reply #1 on: December 11, 2005, 05:39:52 PM »
Something that makes giving Eden laser gps/lynx/etc and Plymouth mic gps/lynx/etc at the start easier.

How do you do that anyways?  :huh:  
"As usual, colonist opinion is split between those who think the plague is a good idea, and those who are dying from it." - Outpost Evening Star

Outpost 2 Coding 101 Tutorials

Offline HaXtOr

  • Sr. Member
  • ****
  • Posts: 423
    • http://www.wtfmoogle.com
Tools Request
« Reply #2 on: December 11, 2005, 08:47:59 PM »
Need a map planner that lets you place out your buildings and tubes so that you can get the locations right and make things look the way you want them too.

 

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Tools Request
« Reply #3 on: December 12, 2005, 06:38:19 AM »
Erm Moogle dosent the mapper do that?!

Offline Sirbomber

  • Hero Member
  • *****
  • Posts: 3237
Tools Request
« Reply #4 on: December 12, 2005, 07:24:35 AM »
I think he means he wants the mapper/etc to set it up in BaseData format so instead of everything being...

Code: [Select]
CreateUnit...
CreateUnit...
CreateUnit...

...it's more like...

Code: [Select]
struct BuildingInfo buildingSet1[] = 
{
{ 0,  0, mapCommandCenter},
etc...
« Last Edit: December 12, 2005, 07:24:50 AM by Sirbomber »
"As usual, colonist opinion is split between those who think the plague is a good idea, and those who are dying from it." - Outpost Evening Star

Outpost 2 Coding 101 Tutorials