promethius 0 Posted September 2, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (denoir @ Aug. 31 2002,02:35)</td></tr><tr><td id="QUOTE"><span id='postcolor'> How do u guys take such good screnshots? I have tried and tried......and can't get anything that looks even remotley as good as yours (all of mine are from strange angles). Can I have some instructions? Share this post Link to post Share on other sites
Aculaud 0 Posted September 2, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (promethius @ Sep. 01 2002,21:58)</td></tr><tr><td id="QUOTE">I have tried and tried......and can't get anything that looks even remotley as good as yours (all of mine are from strange angles). Can I have some instructions?<span id='postcolor'> What i do is set up an area trigger grouped with my character with setacctime 0.1 in the activation field. this slows it down enough to give me time to get a good angle at it. Share this post Link to post Share on other sites
Albert Schweitzer 10 Posted September 2, 2002 setactime 0.1? never tried it but I will! here are some failed stunts (well one is an edited image, guess which ) stunt 1: land a chopper on a small boat (stunt failed boat drowned) stunt 2: make a cat jump from a tower and land on your moving truck. Dont drive to slow! Mission failed cat hit the front-window (one of my realy old images) Stunt 3: land on the castle-tower. Mission failed, I seemed to have missed the objective by one floor! Share this post Link to post Share on other sites
Guest Posted September 2, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Albert Schweizer @ Sep. 03 2002,00:46)</td></tr><tr><td id="QUOTE"><span id='postcolor'> Lol Share this post Link to post Share on other sites
Jester983 0 Posted September 2, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Albert Schweizer @ Sep. 03 2002,00:46)</td></tr><tr><td id="QUOTE"><span id='postcolor'> LOL My mom had a cat stuck in her engine one time. I forget where the cat was but basically it curled up in it during the night cause the engine was warm and when she turned on the engine she heard a meowing noise. So my dad took it over to my grandpa's house and my grandpa reached in and got the cat out. My dad told me he had never seen a cat run sooo fast. Sorry i know thats a lil off topic but i just couldnt help but to share it. It just works so well with albert's pic. Share this post Link to post Share on other sites
red oct 2 Posted September 3, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Albert Schweizer @ Sep. 03 2002,00:46)</td></tr><tr><td id="QUOTE">stunt 2:  make a cat jump from a tower and land on your moving truck. Dont drive to slow! Mission failed cat hit the front-window  (one of my realy old images) <span id='postcolor'> you should submit that to ofp.info pic of the week. they may get a kick out of it. Share this post Link to post Share on other sites
Rob 1 Posted September 3, 2002 well i have finally got the time to get some done, they aren't anything because its my first time getting this thing done but hey. Me attempting a full backflip on the bike Share this post Link to post Share on other sites
hovmand 0 Posted September 3, 2002 Me trying to drive inside a building Me being confused And just your every day stunt.... Share this post Link to post Share on other sites
Rob 1 Posted September 3, 2002 whats the command line to stick something in the air like another ramp off the ground? Share this post Link to post Share on other sites
ralphwiggum 6 Posted September 3, 2002 look somewhere in this thread...maybe like first 20 pages or so...look for word "setpos" Share this post Link to post Share on other sites
Rob 1 Posted September 4, 2002 i already have and there are too many pages lol, Denoir!!! need your help Share this post Link to post Share on other sites
ralphwiggum 6 Posted September 4, 2002 well i looked for it and i can't find it...so here it is from top of my head....(so not good) first ramp(bottom one) is named ramp1, second one on top willbe ramp2. rampLenght is length of the ramp. rampHeight is height of ramp. values for rampLength and rampHeight must be entered manually. in the code below, i'll assume length is 12, height 6. here it goes.<span style='font-size:17pt;line-height:100%'>(don't bother with this...it's crooked..i made mistake somewhere.)</span> </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> rampHeight=6; rampLength=12; rampdir=getdir ramp1; ramp2 setpos [(getpost ramp1 select 0)+rampLenghth*cos rampdir, (getpost ramp1 select 1)+rampLenghth*sin rampdir, (getpost ramp1 select 2)+rampHeight] <span id='postcolor'> again, this is done from top of my head, without testing....hopefully this helps. Share this post Link to post Share on other sites
Rob 1 Posted September 4, 2002 i have never seen anyone use the heights and lenght of an object to make a script work, or what ever... Maybe when i get up tomorrow i will check it out, im too tired now lol. Thanks anyway, hope it does work. I may have it on my HD somewhere too. Share this post Link to post Share on other sites
Albert Schweitzer 10 Posted September 4, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (RalphWiggum @ Sep. 04 2002,03:02)</td></tr><tr><td id="QUOTE">well i looked for it and i can't find it...so here it is from top of my head....(so not good) first ramp(bottom one) is named ramp1, second one on top willbe ramp2. rampLenght is length of the ramp. rampHeight is height of ramp. values for rampLength and rampHeight must be entered manually. in the code below, i'll assume length is 12, height 6. here it goes. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> rampHeight=6; rampLength=12; rampdir=getdir ramp1; ramp2 setpos [(getpost ramp1 select 0)+rampLenghth*cos rampdir, (getpost ramp1 select 1)+rampLenghth*sin rampdir, (getpost ramp1 select 2)+rampHeight] <span id='postcolor'> again, this is done from top of my head, without testing....hopefully this helps.<span id='postcolor'> this is basically the most complicated solution I have ever seen! Man, you must be in love with your keyboard, writing an entire letter into your init fields. The simply setpos would be sufficient. Set the last number of the setpos thing to 0 in the init of the first ramp, then to 12 of the second ramp, then to 18 of the third.... that would work perfectly! Share this post Link to post Share on other sites
Rob 1 Posted September 5, 2002 *shouting* Hey guys try this 2 minute map i made, its pretty hard to get across the pre made ramp bridge lol... DL it here Share this post Link to post Share on other sites
ralphwiggum 6 Posted September 5, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Albert Schweizer @ Sep. 04 2002,14:48)</td></tr><tr><td id="QUOTE">this is basically the most complicated solution I have ever seen! Â Man, you must be in love with your keyboard, writing an entire letter into your init fields. The simply setpos would be sufficient. Set the last number of the setpos thing to 0 in the init of the first ramp, then to 12 of the second ramp, then to 18 of the third.... that would work perfectly!<span id='postcolor'> in the eyes of not-mathematically trained, yes. muhahahahahaha actually, the first element in setpos was typed, and following 2 was copy and paste job, with little adjusting your solution would work, but mine works on every angle and is more accurate....muhahahahahahahaha!!!! *gasp.....damn glue..almost choked* Share this post Link to post Share on other sites
Assault (CAN) 1 Posted September 5, 2002 Ralph, what exactly do I type in the init field? Share this post Link to post Share on other sites
ralphwiggum 6 Posted September 5, 2002 the whole thing but you can fiddle around with the setpos command like Alber said Share this post Link to post Share on other sites
Assault (CAN) 1 Posted September 5, 2002 I don't know what to type though. I typed 'SetPos 12' and it would'nt accept it. What the heck do I do? Share this post Link to post Share on other sites
ralphwiggum 6 Posted September 5, 2002 ok..sorry guys..my little formula is fubared.... 1.typos 2.floating decimal problem. seems like my little equation is fubared thanx to floating decimal problem. i got the damn ramps at postition, but it's misaligned. don't worry. that floating decimal is problem for all computing related math. so my suggestion is ignore the equation, and use setpos manually. to use setpos, this is the syntax (name of ramp) setpos [x,y,height] more specifically, if the ramp heads north, this setpos [(getpos ramp1 select 0),(getpos ramp1 select 1)+36.5,6.5] lenghth of ramp: 36.5 height of ramp: 6.5 Share this post Link to post Share on other sites
Assault (CAN) 1 Posted September 5, 2002 Thanks Ralph, I'll give it a try. Tyler Share this post Link to post Share on other sites
Aculaud 0 Posted September 5, 2002 I'd still like to know how i push my car with a plane without it blowing up..........DENOIR!!! Share this post Link to post Share on other sites
Major Fubar 0 Posted September 5, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (RalphWiggum @ Sep. 05 2002,06:45)</td></tr><tr><td id="QUOTE">in the eyes of not-mathematically trained, yes. Â muhahahahahaha <span id='postcolor'> Me fail math? That's unpossible! Got some killer new stunt shots on the way, after reading how to do the setacctime thingy... Share this post Link to post Share on other sites
Albert Schweitzer 10 Posted September 5, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Assault (CAN) @ Sep. 05 2002,07:57)</td></tr><tr><td id="QUOTE">Thanks Ralph, I'll give it a try. Tyler<span id='postcolor'> there is still a much easier solution. I think if you search through the first ten pages you will find it. I am working on my dissertation right now so if it didnt work for you till tonight I will certainly find it for you! Share this post Link to post Share on other sites
Rob 1 Posted September 5, 2002 did ANYONE! dl my little mission? and its simple, just use this setpos [getpos this select 0, getpos this select 1, (getpos this select 2)+] in the init field Share this post Link to post Share on other sites