Jump to content
Sign in to follow this  
cell7

Mustang GTR

Recommended Posts

I am working towards my first release. It will be ready soon for those who want it. I want to use door script to open and close the doors. Can anyone help with that? I want to post images of the Mustang but havn't worked out how.....how?

Share this post


Link to post
Share on other sites

Having worked on mustangs a lot not really wild about them like I used to be but this I can like..

Share this post


Link to post
Share on other sites
Having worked on mustangs a lot not really wild about them like I used to be but this I can like..

Yeah me too. I don't really like mustangs that much. But this one is nice.

Share this post


Link to post
Share on other sites
wow_o.gif Ahhh that looks great !!! Keep it up.

EDIT: Might want to make the inside a bit lighter. It looks really dark. Just a suggestion.

The screen shot was taken at dusk for the dash lights to take affect. The interior is more visable in the day light.

GTR05.jpg

Share this post


Link to post
Share on other sites
wow_o.gif Damn! Looks fantastic, it seems Ford did a good job on the '05 Mustang, and you did a great job with this addon. I know if I had the chance to drive one like this I wouldn't pass it up.

Share this post


Link to post
Share on other sites
wow_o.gif Ahhh that looks great !!! Keep it up.

EDIT: Might want to make the inside a bit lighter. It looks really dark. Just a suggestion.

The screen shot was taken at dusk for the dash lights to take affect. The interior is more visable in the day light.

[Pic here >< ]

What are those Castle thing on the pic ? it's looking cool

And your car look good

Share this post


Link to post
Share on other sites

no need for script dude

all you need is to add this at bottom of your cpp

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Animations

{

class FdoorR

{

type="rotation";

animPeriod=1.5;

selection="FdoorR";

axis="osa_FdoorR";

angle0=0;

angle1=+1.300000;

};

class FdoorL

{

type="rotation";

animPeriod=1.5;

selection="FdoorL";

axis="osa_FdoorL";

angle0=0;

angle1=-1.300000;

};

class BdoorR

{

type="rotation";

animPeriod=1.5;

selection="BdoorR";

axis="osa_BdoorR";

angle0=0;

angle1=+1.300000;

};

class BdoorL

{

type="rotation";

animPeriod=1.5;

selection="BdoorL";

axis="osa_BdoorL";

angle0=0;

angle1=-1.300000;

};

};

class UserActions

{

class DriverDooropen

{

displayName="Open Driver Door";

position="FdoorL";

radius=1;

condition="this animationPhase ""FdoorL"" < 0.5";

statement="this animate [""FdoorL"", 1];this say ""Opendoor"";[this] exec ""\TJFORDpd\ding.sqs""";

};

class DriverDoorclose

{

displayName="Close Driver Door";

position="FdoorL";

radius=1;

condition="this animationPhase ""FdoorL"" >= 0.5";

statement="this animate [""FdoorL"", 0];this say ""Closedoor""";

};

class PassengerDooropen

{

displayName="Open Passenger Door";

position="FdoorL";

radius=1;

condition="this animationPhase ""FdoorR"" < 0.5";

statement="this animate [""FdoorR"", 1];this say ""Opendoor""";

};

class PassengerDoorclose

{

displayName="Close Passenger Door";

position="FdoorR";

radius=1;

condition="this animationPhase ""FdoorR"" >= 0.5";

statement="this animate [""FdoorR"", 0];this say ""Closedoor""";

};

class RearLDooropen

{

displayName="Open Rear Left Door";

position="BdoorL";

radius=1;

condition="this animationPhase ""BdoorL"" < 0.5";

statement="this animate [""BdoorL"", 1];this say ""Opendoor""";

};

class RearLDoorclose

{

displayName="Close Rear Left Door";

position="BdoorL";

radius=1;

condition="this animationPhase ""BdoorL"" >= 0.5";

statement="this animate [""BdoorL"", 0];this say ""Closedoor""";

};

class RearRDooropen

{

displayName="Open Rear Right Door";

position="BdoorL";

radius=1;

condition="this animationPhase ""BdoorR"" < 0.5";

statement="this animate [""BdoorR"", 1];this say ""Opendoor""";

};

class RearRDoorclose

{

displayName="Close Rear Right Door";

position="BdoorR";

radius=1;

condition="this animationPhase ""BdoorR"" >= 0.5";

statement="this animate [""BdoorR"", 0];this say ""Closedoor""";

};

};

Share this post


Link to post
Share on other sites
wow_o.gif Ahhh that looks great !!! Keep it up.

EDIT: Might want to make the inside a bit lighter. It looks really dark. Just a suggestion.

The screen shot was taken at dusk for the dash lights to take affect. The interior is more visable in the day light.

[ig]http://img99.exs.cx/img99/6899/GTR05.jpg[/img]

What are those Castle thing on the pic ? it's looking cool

And your car look good

I think that's a bridge not a castle. tounge_o.gif And don't forget not to quote pictures. You will make placebo cry...

Share this post


Link to post
Share on other sites

Amazing Mustang and island... I thought the only islands featuring racetracks were the ones from the racing mod, the "Rennstrecke 002" and Treah Island...

Can't wait to race this new Mustang against the old one by Mehanic biggrin_o.gif

Share this post


Link to post
Share on other sites

I put the bridge on the Nogova. It's one of a few Australian landmark in Sydney I am working on and the racetrack is another project. It includes pits ,roads and barricades just for fun.

bgd016zf.jpg

bgd021ab.jpg

Thanks for the code "wizzywig", i'll give it a go.

Share this post


Link to post
Share on other sites
wow_o.gif Ahhh that looks great !!! Keep it up.

EDIT: Might want to make the inside a bit lighter. It looks really dark. Just a suggestion.

The screen shot was taken at dusk for the dash lights to take affect. The interior is more visable in the day light.

[ig]http://img99.exs.cx/img99/6899/GTR05.jpg[/img]

What are those Castle thing on the pic ? it's looking cool

And your car look good

I think that's a bridge not a castle.  tounge_o.gif And don't forget not to quote pictures. You will make placebo cry...

Lol no problem , and now I think it's bridge , too

From WWII bridge pack but not sure...

*edit*

Nevermind , i saw the new screen of cell

Share this post


Link to post
Share on other sites
I put the bridge on the Nogova. It's one of a few Australian landmark in Sydney I am working on and the racetrack is another project. It includes pits ,roads and barricades just for fun.

http://img92.exs.cx/img92/7526/Bdg01.jpg

http://img92.exs.cx/img92/3347/Bdg02.jpg

Thanks for the code "wizzywig", i'll give it a go.

I hope you know how to use sharp shading. That will make your bridge look yet a thousand times better wink_o.gif

Share this post


Link to post
Share on other sites

Ok. Got the cpp to open doors but havn't had success yet. Where can I find a car addon were the doors opens and closes for guidance?

Share this post


Link to post
Share on other sites
crazy_o.gif Thanks for your help guys, but I have a biggy. Can't get the doors to open. My experiance on cpp files is well ZERO. Any volunteers to help me. Whatever you need I'll send.

Share this post


Link to post
Share on other sites

I solved the cpp problem just in case anyone was wondering.

I have a question though. Has anyone tried to include turbo boost to their car for high speed. Some fighter planes have this but can it work on cars??

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×