| View previous topic :: View next topic | 
     | 
		| Author | Message | 
	
		| 
        
          | ASDB_J
 Lieutenant Commander
 
  
  
 Age: 30
 Zodiac:
  Joined: 04 Mar 2002
 Posts: 653
 
 
      |  
          | 
 |  
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | Defiant
 Free "as in Free Speech" Engineer
 Admiral
 
  
  
 Age: 26
 Zodiac:
  Joined: 27 Jan 2003
 Posts: 2337
 Location: Hamburg, Germany
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | What is the problem with it?
 |  
          | _________________
 BC Modification Kobayashi Maru
 
 --
 Whenever you find that you are on the side of the majority, it is time to reform.
 -- Mark Twain
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | ASDB_J
 Lieutenant Commander
 
  
  
 Age: 30
 Zodiac:
  Joined: 04 Mar 2002
 Posts: 653
 
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | With certain ships (like my Stargazer-A modified Intrepid Class, for instance), when you click on "Send Distress Signal" it will make a sound but not darken or complete the command (Kiska says nothing).
 How do I go about making it possible for the Stargazer-A, or any other ship, to send a distress signal?  Is there code I have to add in the scripts\ships\hardpoints file for each or is it somewhere else...?
 
 |  
          | _________________
 
   http://asdb.homestead.com
 http://www.trekships.org
 http://stmultiverse.homestead.com/
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | Defiant
 Free "as in Free Speech" Engineer
 Admiral
 
  
  
 Age: 26
 Zodiac:
  Joined: 27 Jan 2003
 Posts: 2337
 Location: Hamburg, Germany
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | Is there anything in the console?
 |  
          | _________________
 BC Modification Kobayashi Maru
 
 --
 Whenever you find that you are on the side of the majority, it is time to reform.
 -- Mark Twain
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | ASDB_J
 Lieutenant Commander
 
  
  
 Age: 30
 Zodiac:
  Joined: 04 Mar 2002
 Posts: 653
 
 
      |  
          | 
 |  
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | JimmyB76
 Fleet Admiral
 
  
 
 Age: 33
 Zodiac:
  Joined: 30 Jun 2003
 Posts: 13365
 Location: Rhode Island, USA
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | 
 actually, i have observed this as well...  next time i encounter this, ill get a console report... 	  | ASDB_J wrote: |  	  | With certain ships (like my Stargazer-A modified Intrepid Class, for instance), when you click on "Send Distress Signal" it will make a sound but not darken or complete the command (Kiska says nothing). 
 | 
 
 
 ya - MLeo made a thread in the Tech Support Forum about creating console reports...  (the stickied one, called How To Beat The Black Screen of Death and Script Problems) 	  | ASDB_J wrote: |  	  | I'm handy at a lot of BC things, but I've actually never gotten into the "console" thing - does that come up when you press a button during gameplay? | 
 
 |  
          | _________________
 --------------------
 
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | ASDB_J
 Lieutenant Commander
 
  
  
 Age: 30
 Zodiac:
  Joined: 04 Mar 2002
 Posts: 653
 
 
      |  
          | 
 |  
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | sfc3fan
 Lieutenant Commander
 
  
  
 Age: 21
 Zodiac:
  Joined: 24 May 2003
 Posts: 538
 Location: The Edge of a new frontier
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | If im not mistaken you need to modify the ships species to be federation: 
 Open the following file:
 
 Scripts/Custom/Ships/"ShipName".py
 Search for the following line of code:
 
 
  	  | Code: |  	  | Foundation.ShipDef."ShipName" = Foundation.ShipDef(abbrev, species, { 'name': longName, 'iconName': iconName, "SubMenu": SubMenu, 'shipFile': shipFile }) | 
 
 Change the code to make the ship Federation The code should now read like below:
 
 
  	  | Code: |  	  | Foundation.ShipDef."ShipName" = Foundation.FedShipDef(abbrev, species, { 'name': longName, 'iconName': iconName, 'shipFile': shipFile }) | 
 
 Where "ShipName" is the name of the ship giving you the issue (Without the quotation marks.)
 
 |  
          | _________________
 "I have So Many Ideas and So little time to do them" Rob Archer Of Star Trek: New Frontier Project
 
 
 
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | ASDB_J
 Lieutenant Commander
 
  
  
 Age: 30
 Zodiac:
  Joined: 04 Mar 2002
 Posts: 653
 
 
      |  
          | 
 |  
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | JimmyB76
 Fleet Admiral
 
  
 
 Age: 33
 Zodiac:
  Joined: 30 Jun 2003
 Posts: 13365
 Location: Rhode Island, USA
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | that seems to have been my issue as well...
 |  
          | _________________
 --------------------
 
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | sfc3fan
 Lieutenant Commander
 
  
  
 Age: 21
 Zodiac:
  Joined: 24 May 2003
 Posts: 538
 Location: The Edge of a new frontier
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | Glad I could help
 |  
          | _________________
 "I have So Many Ideas and So little time to do them" Rob Archer Of Star Trek: New Frontier Project
 
 
 
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | Defiant
 Free "as in Free Speech" Engineer
 Admiral
 
  
  
 Age: 26
 Zodiac:
  Joined: 27 Jan 2003
 Posts: 2337
 Location: Hamburg, Germany
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | Thats correct. That line tells Foudantion which Race this ship belongs to.
 And distress call needs this information from Foundation.
 
 |  
          | _________________
 BC Modification Kobayashi Maru
 
 --
 Whenever you find that you are on the side of the majority, it is time to reform.
 -- Mark Twain
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		| 
        
          | Picard_1
 Cadet 4th Class
 
  
 
 
 
 Joined: 20 Oct 2006
 Posts: 7
 
 
      |  
          | 
 |  
 | 
        
          
          | 
 |  
          | 
 |  
          | 
 |  
          | So does that cover federation ships only? What about non-federation ships, or ships that use the cloakfire def in the ship script?
 |  
          | 
 |  | 
	
		| Back to top |  | 
    
		|  | 
	
		|  |