project-navigation
Personal tools

Author Topic: Worker Disassembly  (Read 10463 times)

Offline Murphy

  • Rookie
  • ***
  • Posts: 10
    • View Profile
Re: Worker Disassembly
« Reply #15 on: August 26, 2010, 07:42:03 pm »
Here's an extract of rs_craft_scout from the research.ufo file:
Code: [Select]
//========================
// Crafts - UFOs
//========================

tech rs_craft_ufo_scout
{
name "_UFO - Scout"
type craft
up_chapter crafts

description {
default "_ufo_scout_txt"
}
pre_description {
default "_ufo_scout_pre_txt"
}

mail_pre
{
from "_mail_from_paul_navarre"
to "_mail_to_base_commander"
// subject defined by "name"
icon icons/tech
}

mail
{
from "_mail_from_paul_navarre"
to "_mail_to_base_commander"
// subject defined by "name"
icon icons/tech
}

require_AND
{
ufo craft_ufo_scout 1
tech rs_alien_ufo_theory
}

provides "craft_ufo_scout"
time 4500
producetime -1

mdl ufo_scout
}

As you can see it had a producetime of -1. I cant find anything else in the file that appears to have anything to do with UFO craft apart from the other entries that are the same as the above but for the other UFO types.

Offline Thrashard96

  • Squad Leader
  • ****
  • Posts: 260
    • View Profile
Re: Worker Disassembly
« Reply #16 on: August 26, 2010, 11:09:45 pm »
Bad news: my computer failed me again. I know that's the wrong forum, but the system is down again and it keeps harder to fix it.

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: Worker Disassembly
« Reply #17 on: August 27, 2010, 01:43:23 am »
Ok what a mess ;D, but I think I've found it:

In the file components.ufo:
You'll see entries like craft_ufo_* and there should be a line that reads time you only have to cahnge it to a lower value, and that's it

Offline Murphy

  • Rookie
  • ***
  • Posts: 10
    • View Profile
Re: Worker Disassembly
« Reply #18 on: August 27, 2010, 04:58:59 am »
Ah already found it my self and been spending the last few hours disassembling all the UFO's in my 5 UFO yards :-p. Thanks again though guys, your help was greatly appreciated. No doubt you shall see more of me over the coming months!

 Cheers!
      Murphy.

Offline Thrashard96

  • Squad Leader
  • ****
  • Posts: 260
    • View Profile
Re: Worker Disassembly
« Reply #19 on: August 27, 2010, 09:36:59 am »
I forgot to mention that i'm the only computer specialist in our neighborhood, while my older friend Albert is away... (wrote from my mobile with 3g)

Writing from my pc in safe mode: it kind of works, but i have to start without startup items.
« Last Edit: August 27, 2010, 10:08:59 am by PAUL1UZ5 »