Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Falcon on June 29, 2004, 10:49:26 am
-
Is there a possibility of creating nanobots that could do ship repairs in a matter of seconds. Im getting tired of waiting for the support ship always coming and docking it just takes to long. IF there is a way please think about it.
-
What? What are going to do? hose them down with Nanobots?
-
No the ships would come stocked with them like they are with countermeasures....
-
I'd imagine this would be very easy to do.
Just use a SEXP to fix the ships hull when it gets within a certain distance of a ship or ship subsystem.
Originally posted by Falcon
No the ships would come stocked with them like they are with countermeasures....
Still easy. I could make a mission with that feature in less than five mins. You simply repair the ships hull when the player presses 1. It wouldn't be hard at all to chain this to a variable so that you could deplete the number of nanobots you had.
With the changes to the HUD you could probably have a counter that showed how many were left but that's a MOD thing not a FRED thing so that would be a bit harder for me to do :)
-
Well Im more considering this each ship has their own stock of nanobots some ships have different numbers each time they press a key it would repair a percentage of the hull. That sort of thing. The capacity of course would be in the ships.tbl
-
Like Freelancer?
Speaking of which, you could also throw in little "battery cells" or something. They would provide a small spike or reactor power, for recharging weapons and shields and stuff.
I'd get the nanobots working first though, before anybody tries anything REALLY complicated.
-
Im sure the GTVA has the technology for them.....
-
Maybe, maybe not. We've never seen any evidence of natnotechnology in the GTVA, and while I would not be surprised if there is any, I also don't think 'living metal' (GURPS term, sorry) is something that would be in the setting without our knowledge. At least, I doubt it would be field-deployed except (possibly) as a one-of-a-kind SOC prototype.
-
The GTVA has the tech? I doubt it. Otherwise, ships would actually be repairing themselves. What you want is a cover for your horrible pilotting skills. :p
-
So...... who care about my horrible piloting skills *flys into a beam*
-
I think we've all done that. My personal favorite's getting rammed by a destroyer jumping in.
-
I like dying by my own mssile's shockwave, that's fun.
-
I think I've been killed more often by friendly anticap beams than by hostile ones :(
-
See, that's usually my problem in HALO... Friendly fire, either me killing Keys, or the other marines killing me.
-
For TBP, allowing ships to self-repair their own hulls and subsystems (for ships larger than fighter/bomber) would allow simulating of ships like the Whitestar, which has organic hull plating. We need a hull repair flag that works for any ship, and a subsystem regenerate flag for cap-ships and other large vessels. Their regeneration rate would be table defined in the ships' entries. We'd also probably need sexps to disable or enable these features, for special circumstances.
Later!
-
i have a self-repair module and an energy capacitor that would replenish laser/AB/shield energy planned for a tertiary "weapon". i need to start working on those :nervous:
-
Originally posted by Raa Tor'h
I like dying by my own mssile's shockwave, that's fun.
The number of times I've died because I didn't fly fast enough in TVWP...
-
Originally posted by Falcon
Well Im more considering this each ship has their own stock of nanobots some ships have different numbers each time they press a key it would repair a percentage of the hull. That sort of thing. The capacity of course would be in the ships.tbl
Still do-able. :D
Until the table was edited to allow this you simply set the variable holding the number of nanobots to equal one set at the start of the campaign in a persistant variable.
Solotar : If I remember correctly one of the Special check options allows you to regenerate the shield so you could probably do that too by this method :)
Of course when Phreak finishes his work this will all be redundant :)
Originally posted by Trivial Psychic
For TBP, allowing ships to self-repair their own hulls and subsystems (for ships larger than fighter/bomber) would allow simulating of ships like the Whitestar, which has organic hull plating. We need a hull repair flag that works for any ship, and a subsystem regenerate flag for cap-ships and other large vessels. Their regeneration rate would be table defined in the ships' entries. We'd also probably need sexps to disable or enable these features, for special circumstances.
That would be nice to have as a table option but it's pretty easy to simulate right now.