General chat area for anything whatsoever
	Moderator: Core Staff
			
		
		
			- 
				
								t3vY								  
			
- CJ Worshipper
  
- Posts: 362
- Joined: January 15th, 2006, 1:57 pm
- Location: zamušani
						
						
													
							
						
									
						Post
					
								by t3vY » February 17th, 2007, 7:56 pm
			
			
			
			
			hi guys, i want to record my demo in /cg_draw2d 0 but when i write this in my console i get message error this commnad is cheat protected. My seismovision doesnt work....  

 Help please  

 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 Luke
- Past/Inactive Team Member
  
- Posts: 1774
- Joined: May 31st, 2005, 12:42 am
- Location: Cornwall, UK
						
						
													
							
						
									
						Post
					
								by Luke » February 17th, 2007, 8:48 pm
			
			
			
			
			If you run the map with devmap first, then disconnect, you can then play the demo with cheats on. At least it did for me  

 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 Pedsdude
- Site Admin
  
- Posts: 15914
- Joined: October 15th, 2004, 7:18 pm
- Location: UK
						
						
													
							
						
									
						Post
					
								by Pedsdude » February 17th, 2007, 9:12 pm
			
			
			
			
			Load the game, open console and type this:
/devmap mp_whatever; disconnect; demo whatever
Then you can use cheats 

  If you want it to start off automatically with cg_draw2d 0 then use this:
/devmap mp_whatever; disconnect; demo whatever; cg_draw2d 0
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
								t3vY								  
			
- CJ Worshipper
  
- Posts: 362
- Joined: January 15th, 2006, 1:57 pm
- Location: zamušani
						
						
													
							
						
									
						Post
					
								by t3vY » February 18th, 2007, 1:38 pm
			
			
			
			
			Tnx, it works 
 
  
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 Luke
- Past/Inactive Team Member
  
- Posts: 1774
- Joined: May 31st, 2005, 12:42 am
- Location: Cornwall, UK
						
						
													
							
						
									
						Post
					
								by Luke » February 18th, 2007, 3:45 pm
			
			
			
			
			Pedsdude wrote:Load the game, open console and type this:
/devmap mp_whatever; disconnect; demo whatever
Then you can use cheats 

  If you want it to start off automatically with cg_draw2d 0 then use this:
/devmap mp_whatever; disconnect; demo whatever; cg_draw2d 0
 
oh i didn't know that's how you made a chain of commands  

 knew there must be a way tho  

 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 Pedsdude
- Site Admin
  
- Posts: 15914
- Joined: October 15th, 2004, 7:18 pm
- Location: UK
						
						
													
							
						
									
						Post
					
								by Pedsdude » February 19th, 2007, 2:13 am
			
			
			
			
			Yeah, I found out thanks to Drofder 

 
		 
				
		
		 
	 
	
				
		
		
			- 
				
								t3vY								  
			
- CJ Worshipper
  
- Posts: 362
- Joined: January 15th, 2006, 1:57 pm
- Location: zamušani
						
						
													
							
						
									
						Post
					
								by t3vY » February 23rd, 2007, 5:02 pm
			
			
			
			
			ok that worked great but i have one more question i want to record myself in 3th person i know the comand /cg_thirdperson 1 but i want to turn the camera around me for 360 degrees is this possible?
			
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 Koekie
- Past/Inactive Team Member
  
- Posts: 1141
- Joined: January 9th, 2005, 7:10 pm
- Location: The Netherlands
- 
				Contact:
				
			
						
						
													
							
						
									
						Post
					
								by Koekie » February 24th, 2007, 1:11 pm
			
			
			
			
			t3vY wrote:ok that worked great but i have one more question i want to record myself in 3th person i know the comand /cg_thirdperson 1 but i want to turn the camera around me for 360 degrees is this possible?
Yep, make a custom script that changes the cg_thirdpersonangles.
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
								t3vY								  
			
- CJ Worshipper
  
- Posts: 362
- Joined: January 15th, 2006, 1:57 pm
- Location: zamušani
						
						
													
							
						
									
						Post
					
								by t3vY » February 24th, 2007, 3:08 pm
			
			
			
			
			ye i did that like /bind l cg_thirdpersonangle 0; cg_thirdpersonangle 1; cg_thirdpersonangle 2;............ cg_thirdpersonangle 360;
but this dont work....help please? 

 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			 Pedsdude
- Site Admin
  
- Posts: 15914
- Joined: October 15th, 2004, 7:18 pm
- Location: UK
						
						
													
							
						
									
						Post
					
								by Pedsdude » February 24th, 2007, 6:40 pm
			
			
			
			
			t3vY wrote:ye i did that like /bind l cg_thirdpersonangle 0; cg_thirdpersonangle 1; cg_thirdpersonangle 2;............ cg_thirdpersonangle 360;
but this dont work....help please? 

 
Add waits in:
/bind l cg_thirdpersonangle 0; wait 5; cg_thirdpersonangle 1; wait 5; ..........
 
		 
				
		
		 
	 
	
				
		
		
			- 
				
								t3vY								  
			
- CJ Worshipper
  
- Posts: 362
- Joined: January 15th, 2006, 1:57 pm
- Location: zamušani
						
						
													
							
						
									
						Post
					
								by t3vY » February 24th, 2007, 11:23 pm
			
			
			
			
			tny  
