| 
		
	
		| zecuro   Member
 
 Posts: 162
 Threads: 33
 Joined: Jul 2011
 Reputation: 
3
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				 (07-25-2011, 10:59 PM)Kyle Wrote:  void OnStart(){
 FadeOut(0);
 FadeIn(20);
 FadeImageTrailTo(2, 2);
 FadeSepiaColorTo(100, 4);
 SetPlayerActive(false);
 FadePlayerRollTo(50, 220, 220);
 FadeRadialBlurTo(0.15, 2);
 SetPlayerCrouching(true);
 AddTimer("", 7, "beginStory");
 }
 void beginStory(string &in asTimer)
 {
 ChangePlayerStateToNormal();
 SetPlayerActive(true);
 FadePlayerRollTo(0, 33, 33);
 FadeRadialBlurTo(0, 1);
 FadeSepiaColorTo(0, 4);
 SetPlayerCrouching(false);
 FadeImageTrailTo(0, 1);
 }
 void OnEnter()
 {
 }
 void OnLeave()
 {
 }
Maybe now?
 
nope    it still say the same thing 
			 |  |  
	| 07-25-2011, 11:03 PM |  |  
	
		| Kyle   Posting Freak
 
 Posts: 911
 Threads: 36
 Joined: Sep 2010
 Reputation: 
7
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				How about trying this: void OnStart(){
 }
 void OnEnter()
 {
 }
 void OnLeave()
 {
 }
Maybe you didn't name it or place it correctly?
			
 
				
(This post was last modified: 07-25-2011, 11:08 PM by Kyle.)
 |  |  
	| 07-25-2011, 11:07 PM |  |  
	
		| zecuro   Member
 
 Posts: 162
 Threads: 33
 Joined: Jul 2011
 Reputation: 
3
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				 (07-25-2011, 11:07 PM)Kyle Wrote:  How about trying this:
 
 void OnStart(){
 }
 void OnEnter()
 {
 }
 void OnLeave()
 {
 }
Maybe you didn't name it or place it correctly?
 here a capture image where i placed it  here the link
http://www.mediafire.com/?d3bpd11lw5z79v7 
and nope it still not work
			 |  |  
	| 07-25-2011, 11:17 PM |  |  
	
		| Kyle   Posting Freak
 
 Posts: 911
 Threads: 36
 Joined: Sep 2010
 Reputation: 
7
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				http://wiki.frictionalgames.com/hpl2/tutorials/start
At the bottom, there is a video tutorial called "Setting up your Custom Story (Part 1) | Video Tutorial- by MulleDK19"
 
At 2:25 in the tutorial, he'll say something about it being a text file when you want it to be something else. Make sure you check it is what you want.
 
If it doesn't work, I don't have any idea why it doesn't work. Unless if your map in your custom story doesn't have an area called "PlayerStartArea_1". :/
			 
 |  |  
	| 07-25-2011, 11:35 PM |  |  
	
		| Roenlond   Senior Member
 
 Posts: 331
 Threads: 3
 Joined: Apr 2011
 Reputation: 
0
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				zecuro, I downloaded the .hps from before posting it as a text reply, but I forgot to reply. I saw very strange text there that really doesn't below, what are you using to edit this script files? 
			 |  |  
	| 07-25-2011, 11:53 PM |  |  
	
		| zecuro   Member
 
 Posts: 162
 Threads: 33
 Joined: Jul 2011
 Reputation: 
3
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				 (07-25-2011, 11:53 PM)Roenlond Wrote:  zecuro, I downloaded the .hps from before posting it as a text reply, but I forgot to reply. I saw very strange text there that really doesn't below, what are you using to edit this script files? 
i used TextEdit basic aplication on osx leopard
			 |  |  
	| 07-26-2011, 12:16 AM |  |  
	
		| Kyle   Posting Freak
 
 Posts: 911
 Threads: 36
 Joined: Sep 2010
 Reputation: 
7
 |  |  
	| 07-26-2011, 12:57 AM |  |  
	
		| Kyle   Posting Freak
 
 Posts: 911
 Threads: 36
 Joined: Sep 2010
 Reputation: 
7
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				I'm going to have to bump my thread because I noticed that a few peopled needed help and it's hard to keep track of all of them unlike having it all in one thread.    
Anyhow, good night. I'll be glad to wake up to many questions that need answering on my thread. ^^
			
 |  |  
	| 07-30-2011, 02:17 AM |  |  
	
		| Your Computer   SCAN ME!
 
 Posts: 3,456
 Threads: 32
 Joined: Jul 2011
 Reputation: 
235
 |  |  
	| 07-30-2011, 01:37 PM |  |  
	
		| zecuro   Member
 
 Posts: 162
 Threads: 33
 Joined: Jul 2011
 Reputation: 
3
 | 
			| RE: Anyone Need Help? (Thread #2) 
 
				 (07-30-2011, 01:37 PM)Your Computer Wrote:   (07-26-2011, 12:57 AM)Kyle Wrote:  You should try Notepad++, I use it. It's really easy to check your scripting mistakes. Notepad++ is only for Windows. He's on a Mac. 
 http://wiki.frictionalgames.com/hpl2/thi...xt/notepad
 
is ther eanything better then txt edit on mac????
			 |  |  
	| 07-30-2011, 05:35 PM |  |  |