cell7 0 Posted November 16, 2004 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
Iblis 0 Posted November 16, 2004 www.Photobucket.com can host your images for free Share this post Link to post Share on other sites
Silent N Deadly 0 Posted November 16, 2004 Also www.imageshack.us Share this post Link to post Share on other sites
cell7 0 Posted November 17, 2004 Thanks. Here it is so far. Share this post Link to post Share on other sites
Silent N Deadly 0 Posted November 17, 2004 Ahhh that looks great !!! Keep it up. EDIT: Might want to make the inside a bit lighter. It looks really dark. Just a suggestion. Share this post Link to post Share on other sites
Bobcatt666 0 Posted November 17, 2004 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
Silent N Deadly 0 Posted November 17, 2004 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
cell7 0 Posted November 17, 2004 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. Share this post Link to post Share on other sites
belgerot 33 Posted November 17, 2004 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
Heatseeker 0 Posted November 17, 2004 And on what island were these pics taken may i ask . Yep, the car looks very good . Share this post Link to post Share on other sites
Belier13 0 Posted November 17, 2004 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
wizzywig 0 Posted November 17, 2004 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
Silent N Deadly 0 Posted November 18, 2004 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. And don't forget not to quote pictures. You will make placebo cry... Share this post Link to post Share on other sites
-ZG-BUZZARD 0 Posted November 18, 2004 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 Share this post Link to post Share on other sites
Silent N Deadly 0 Posted November 18, 2004 There are quite a few racing islands out there. Im not sure if all of them are done by the same MOD. Share this post Link to post Share on other sites
cell7 0 Posted November 18, 2004 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. Thanks for the code "wizzywig", i'll give it a go. Share this post Link to post Share on other sites
Belier13 0 Posted November 18, 2004 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. Â 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
panzergrenadier3 39 Posted November 19, 2004 Can't wait for this buildings to put on my island Share this post Link to post Share on other sites
hardrock 1 Posted November 19, 2004 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 Share this post Link to post Share on other sites
cell7 0 Posted November 19, 2004 http://forums.bistudio.com/oldsmileys/wink_o.gif[/img] Good eye. I Have and it does look better. Did it after I noticed it on the screen shots. A few more miner ajustments before I upload it. Share this post Link to post Share on other sites
cell7 0 Posted November 23, 2004 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
belgerot 33 Posted November 23, 2004 http://ofp.gamezone.cz/index.php?showthis=6552 I am pretty sure that Mercedes has doors that open Share this post Link to post Share on other sites
-ZG-BUZZARD 0 Posted November 23, 2004 The GAZ-53 has an open-close animation with sound, check it out! Share this post Link to post Share on other sites
cell7 0 Posted November 24, 2004 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
cell7 0 Posted December 1, 2004 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