Results 1 to 5 of 5

Thread: Show_Me Script not working with 1.5

  1. #1

    Question Show_Me Script not working with 1.5

    Please show me some mercy as Im pretty new to using scripts. My problem is I cant get my feet off the ground. The Show_Me button doesnt seem to activate. I go through the protocol hitting F1 and pressing the ?. Even when starting a new game at no time does the Show Me button ever activate. It just stays greyed out. Could someone help me out. Thanks.

  2. #2
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: Show_Me Script not working with 1.5

    Quote Originally Posted by GHirsch
    Please show me some mercy as Im pretty new to using scripts. My problem is I cant get my feet off the ground. The Show_Me button doesnt seem to activate. I go through the protocol hitting F1 and pressing the ?. Even when starting a new game at no time does the Show Me button ever activate. It just stays greyed out. Could someone help me out. Thanks.
    The help of the shortcuts pannel is deactivated in RTW 1.5. To launch your script you can make a new trigger in export_descr_advice.
    As an example, this is the way I did for my own background script:
    Code:
    ;------------------------------------------ ITW script launcher
    Trigger ITW_Campaign_Thread_Trigger
        WhenToTest ScrollOpened
    
        Condition ScrollOpened help_scroll
    
        AdviceThread ITW_Campaign_Thread  0
    Code:
    ;------------------------------------------ ITW_Campaign		
    AdviceThread ITW_Campaign_Thread		
    	GameArea Campaign	
    
    	Item ITW_Campaign_Text_01	
    		Uninhibitable
    		Verbosity  0 
    		Threshold  1  
    		Attitude Normal
    		Presentation Default
    		Title ITW_Campaign_Text_01_Title
         	Script scripts\show_me\espionaje_tecnologico.txt	
    		Text ITW_Campaign_Text_01_Text1
    You must include also the corresponding title and text in export_advice.txt.

    In this way, when you press F1 the shortcuts pannel appears and immediately also the advisor, with the show-me button prepared to be pressed.

    Another point I remarked some days ago:
    The script won't be launched a second time if you don't exit completely RTW. If you exit only the campaign and you try to start another one, the script won't be launched.

    I hope this helps.

  3. #3

    Default Re: Show_Me Script not working with 1.5

    Hey thanks for the advice. It worked.

  4. #4
    Member Member aleajactaest's Avatar
    Join Date
    Sep 2005
    Location
    France
    Posts
    10

    Default Re : Re: Show_Me Script not working with 1.5

    If you exit the campaign and you try to start a new campaign, open the folder 'preferences' (in RTW) and delete the file 'advice'. The scripts will be reinitialized for the new campaign.

  5. #5
    CeltiberoRamiroI Member Monkwarrior's Avatar
    Join Date
    Apr 2004
    Location
    Salduie/Caesaraugusta/ Sarakusta/Saragossa
    Posts
    828

    Default Re: Re : Re: Show_Me Script not working with 1.5

    Quote Originally Posted by aleajactaest
    If you exit the campaign and you try to start a new campaign, open the folder 'preferences' (in RTW) and delete the file 'advice'. The scripts will be reinitialized for the new campaign.
    Thanks for the tip.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO