Author Topic: Tanker or a model with two parts??  (Read 2316 times)

0 Members and 1 Guest are viewing this topic.

Tanker or a model with two parts??
I'd like to know if anyone considered this possiblity???
my idea was to create a model which has two parts
a tanker with a fuel probe which floats in space
just like a tanker bird of the navy ...
so the first part is the tanker itself and the second part is the fuel probe ...
my idea was that the fuel probe is a own model who follows the tanker in a defined distance behind the tanker and every time the tanker changes its direction the probe "slides" behind it...
the idea was to define a circle behind the tanker in which the probe is allowed to move...
which should look like this

the only problem i figured out, if my idea works, how to connect two models with a texture(the fuel tube of the probe)
« Last Edit: November 11, 2006, 01:55:48 pm by Cpt. Ramius »

 
Re: Tanker or a model with two parts??
You could probably do that with two models and some fancy SEXPing in FRED already.
"You need to believe in things that aren't true. How else can they become?" -DEATH, Discworld

 
Re: Tanker or a model with two parts??
yeah i thought about that but i got stuck in the point how to connect them with the fuel tube

and the next thing is how to do a refuel procedure for a ai and the player... but im not a coder, just the one with the idea

so my questin is: is it possible???
i really like to see that...

 
Re: Tanker or a model with two parts??
Ohhhh... yeah that's more complicated. I think you can do that by making the line and the probe submodels (a rare few models out there have actual moving parts), but that's advanced modeling, and I can't even put together a simple Truespace hierarchy. :p

As for refueling, you put a dockpoint on the tanker (or probe, whichever you want to dock with the player), and then in FRED tell it to dock with the player at the appropriate time.



Oh and by the way:

:welcome:
"You need to believe in things that aren't true. How else can they become?" -DEATH, Discworld

 

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Re: Tanker or a model with two parts??
I was just gonna suggest a submodel for the probe with a rotation point at the location where it connects to the main ship.  Then, using submodel animation (which may not have enough trigger types available right now), cause it to adjust its angle depending on the control inputs of the ship.  If the ship pulls up, the probe angles up in reference to the ship.  The difficult thing is gonna make it look genuine, so that the degree of angling is dependent on the degree of the maneuver and have a slight delay between the beginning of the ship's turn, and the angling of the probe.
The Trivial Psychic Strikes Again!

 
Re: Tanker or a model with two parts??
ahhh i got beamed  :shaking:

yeah some parts of that post seems to be a buit technobabble to me but im quite sure you know what your are talking about...   ;) i should go deeper in freding ...

hm.. may be the guys at bsg:btrl should consider this concept...
would be awesome to see that ...


anyway thank you all
never liked a limited engine which kills my ideas...  :mad:

attention noob question!!!
what is sexp?  :confused:


 
Re: Tanker or a model with two parts??
SEXP= Symbolic EXPression. They are the little codes used by FRED and numerous other game-maker programs to control the mission.
"You need to believe in things that aren't true. How else can they become?" -DEATH, Discworld

 

Offline Mathwiz6

  • Pees numbers
  • 27
Re: Tanker or a model with two parts??
Lol... limited engine..

Just you wait... someday :D

 

Offline AdmiralRalwood

  • 211
  • The Cthulhu programmer himself!
    • Skype
    • Steam
    • Twitter
Re: Tanker or a model with two parts??
Yes, that mystical Someday, when we're all running 6.9.5 RC12. Face it, it's limited.
Ph'nglui mglw'nafh Codethulhu GitHub wgah'nagl fhtagn.

schrödinbug (noun) - a bug that manifests itself in running software after a programmer notices that the code should never have worked in the first place.

When you gaze long into BMPMAN, BMPMAN also gazes into you.

"I am one of the best FREDders on Earth" -General Battuta

<Aesaar> literary criticism is vladimir putin

<MageKing17> "There's probably a reason the code is the way it is" is a very dangerous line of thought. :P
<MageKing17> Because the "reason" often turns out to be "nobody noticed it was wrong".
(the very next day)
<MageKing17> this ****ing code did it to me again
<MageKing17> "That doesn't really make sense to me, but I'll assume it was being done for a reason."
<MageKing17> **** ME
<MageKing17> THE REASON IS PEOPLE ARE STUPID
<MageKing17> ESPECIALLY ME

<MageKing17> God damn, I do not understand how this is breaking.
<MageKing17> Everything points to "this should work fine", and yet it's clearly not working.
<MjnMixael> 2 hours later... "God damn, how did this ever work at all?!"
(...)
<MageKing17> so
<MageKing17> more than two hours
<MageKing17> but once again we have reached the inevitable conclusion
<MageKing17> How did this code ever work in the first place!?

<@The_E> Welcome to OpenGL, where standards compliance is optional, and error reporting inconsistent

<MageKing17> It was all working perfectly until I actually tried it on an actual mission.

<IronWorks> I am useful for FSO stuff again. This is a red-letter day!
* z64555 erases "Thursday" and rewrites it in red ink

<MageKing17> TIL the entire homing code is held up by shoestrings and duct tape, basically.

 
Re: Tanker or a model with two parts??
limited engine, Freespace?

Blasphemer!!!

    |[===---(-         
    ||
 =(||==)_
    ||_____|
 =(||==)
    ||                   
    |[===---(-                             

"Take my love. Take my land. Take me where I cannot stand. I don't care, I'm still free. You can't take the sky from me. Take me out to the black, tell them I ain't comin' back. Burn the land boil the sea, you can't take the sky from me. There's no place I can be since I've found Serenity. But you can't take the sky from me." - Ballad of Serenity

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: Tanker or a model with two parts??
Somebody needs to make me a "You can DO it with SCRIPTING!!!" picture

Because I'm pretty sure you could. The variables to rotate a subsystem and gun are accessible via scripting. A fair chunk of the physics variables for ships are also accessible via scripting, so you should have just as much of an idea of what the ship's doing as in the code.
-C

 
Re: Tanker or a model with two parts??
ahh sexp=script  :yes:

oh christ no i didn't meant to declare the scp or freespace as limited... my appologies i did't want to insult someone... sorry :shaking:
did some of you ever tried to script in operationflashpoint???
it was hell in the early days: no open script references and stuff like that...
and a really bad collision system and stuff just the whole engine was in a way unfinished...
and i never manage it ...
as you see i'm not a good scripter(i can wirte a bit vbs stuff but nothing big)

that was my point

i kneel to the incredible work of the devs of scp and those great mod like tbp and trans and btrl ...





 

Offline Mathwiz6

  • Pees numbers
  • 27
Re: Tanker or a model with two parts??
No, sexp is a program section for FRED, that allows one to preform certain operations (like the spooky blackness in Transcend)

Carefully used, you can get things to follow other things, attack stuff, warp out, etc.

Don't think you offended anyone... Maybe 0.o

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
Re: Tanker or a model with two parts??
FS is funny in it has a psudo scripting system that the missions are built with and a recently added full scripting system that is used to over ride just about anything you want.
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

  

Offline Mathwiz6

  • Pees numbers
  • 27
Re: Tanker or a model with two parts??
Symbolic expression... it's a premade script... so yeah, guess you are right....