Start Gate tutorial
- 
				Garasaki
 - Posts: 1959
 - Joined: Mon Feb 04, 2008 4:33 pm
 
Re: Start Gate tutorial
Could you also just flip the starting and ending gate coordinates in the script generating website if you end up backwards?
I think that's wht I've done in the past.
(Meaning, you've put the end of the gate in as the start, and vise versa...)
			
			
									
									I think that's wht I've done in the past.
(Meaning, you've put the end of the gate in as the start, and vise versa...)

DR.MIZ wrote: Keeping something "secret" so you can be "cool" is not making a flourishing community.
- 
				wheels1758
 - Posts: 4132
 - Joined: Tue Oct 21, 2008 5:20 pm
 - Location: Washington, USA
 - Contact:
 
Re: Start Gate tutorial
jlv wrote:They don't teach kids what pi is anymore? We're in trouble!

There's a PI button on the Windows calculator if you switch it to scientific mode (view > scientific). First column, second to last row.ct596 wrote:I have no idea how to do what you said.
- 
				ct596
 - Posts: 242
 - Joined: Mon Feb 14, 2011 12:06 am
 
Re: Start Gate tutorial
Oh god.. disregard what I said, I feel so freaking dumb hahhaa. I didn't know you meant pi I thought that stood for some kinda programming language.
			
			
									
									
						- 
				codyyates324
 - Posts: 72
 - Joined: Sat Feb 04, 2012 7:30 pm
 
Re: Start Gate tutorial
thanks soo much, helps a ton!
			
			
									
									
						- 
				barrington314
 - Posts: 6614
 - Joined: Fri Feb 18, 2011 6:03 pm
 - Team: me
 - Location: Charleston, SC
 
Re: Start Gate tutorial
is there a way to rotate say 45 degrees?jlv wrote:Negating it won't rotate it 180 degrees. Add or subtract pi (do whichever keeps you within -pi and +pi) to rotate 180 degrees.
- 
				yzmxer608
 - Posts: 15352
 - Joined: Mon Dec 29, 2008 4:30 am
 - Team: SYS
 - Location: Wisconsin, U.S.A
 
Re: Start Gate tutorial
Add or subtract (depending on which way you want them to rotate) by pi/4.
			
			
									
									TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
- 
				barrington314
 - Posts: 6614
 - Joined: Fri Feb 18, 2011 6:03 pm
 - Team: me
 - Location: Charleston, SC
 
- 
				RV135
 - Posts: 51
 - Joined: Wed Mar 16, 2011 2:00 am
 - Team: Privateer
 
Re: Start Gate tutorial
Thanks this helped a lot 
			
			
									
									
						- 
				137
 - Posts: 2659
 - Joined: Wed Jun 24, 2009 1:31 am
 - Team: LCQ Studios / rF
 
Re: Start Gate tutorial
How would I rotate my gates 90 degrees?
			
			
									
									
						- 
				Boblob801
 - Posts: 3998
 - Joined: Mon Nov 16, 2009 4:59 am
 - Team: <3 Andy
 - Location: New Zealand
 - Contact:
 
Re: Start Gate tutorial
You should be able to open the "timing_gates" file and change the last section of numbers (they should all match).137 wrote:How would I rotate my gates 90 degrees?
And just add 90 to it.
Hi
- 
				yzmxer608
 - Posts: 15352
 - Joined: Mon Dec 29, 2008 4:30 am
 - Team: SYS
 - Location: Wisconsin, U.S.A
 
Re: Start Gate tutorial
Not 90, it's in radians,  So pi/2.
			
			
									
									TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
- 
				137
 - Posts: 2659
 - Joined: Wed Jun 24, 2009 1:31 am
 - Team: LCQ Studios / rF
 
Re: Start Gate tutorial
How would I enter this into my code?
			
			
									
									
						- 
				Boblob801
 - Posts: 3998
 - Joined: Mon Nov 16, 2009 4:59 am
 - Team: <3 Andy
 - Location: New Zealand
 - Contact:
 
Re: Start Gate tutorial
pie/2 = 1.570796326794896619231216916398137 wrote:How would I enter this into my code?
So just slap that in.
Code: Select all
startinggate:
[leave this stuff] "your number+above"Hi
- 
				137
 - Posts: 2659
 - Joined: Wed Jun 24, 2009 1:31 am
 - Team: LCQ Studios / rF
 
Re: Start Gate tutorial
I can't get it to work.
			
			
									
									
						- 
				yzmxer608
 - Posts: 15352
 - Joined: Mon Dec 29, 2008 4:30 am
 - Team: SYS
 - Location: Wisconsin, U.S.A
 
Re: Start Gate tutorial
Can you paste what you have?
			
			
									
									TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
				
