Difference between revisions of "Common FRED Issues"

From FreeSpace Wiki
Jump to: navigation, search
m
m (Some rewriting)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Q:''' I placed a ship in [[FRED]], and now I can't deselect it by clicking in an empty area.
+
'''Problem:''' I placed a ship in [[FRED]], and now I can't deselect it by clicking in an empty area.
  
'''A:''' You probably have models and/or wireframes turned off, and can't see the actual size of the ship you placed. [[FRED]] still knows how big it is, though. Turn on wireframes or models, and if necessary zoom out, then try again.
+
'''Solution:''' You probably have models and/or wireframes turned off, and can't see the actual size of the ship you placed. FRED still knows how big it is, though. Turn on wireframes or models, and if necessary zoom out, then try again.
  
 
----
 
----
  
'''Q:''' When I play my mission, the background nebulae are showing up in front of the planets.
+
'''Problem:''' When I play my mission, the background nebulae are showing up in front of the planets.
  
'''A:''' Backgrounds are rendered in the order they are placed. Make sure you don't place your planets until after placing all the nebulae.
+
'''Solution:''' Backgrounds are rendered in the order they are placed. Make sure you don't place your planets until after placing all the nebulae.
  
 
----
 
----
  
'''Q:''' None of the ships in my mission use their beams.
+
'''Problem:''' None of the ships in my mission use their beams.
  
'''A:''' You need to either check 'All Ships Beam-Freed By Default' in the mission specs editor to free beams on all ships in the mission, or use the [[beam-free]]/[[beam-free-all]] SEXPs to free beams on a specific ship.
+
'''Solution:''' You need to either check 'All Ships Beam-Freed By Default' in the mission specs editor to free beams on all ships in the mission, or use the [[beam-free]]/[[beam-free-all]] SEXPs to free beams on a specific ship.
  
 
----
 
----
  
'''Q:''' Some ships do not show up at all, even as wireframes. All I get is a green dot.
+
'''Problem:''' Some ships do not show up at all, even as wireframes. All I get is a green dot.
 +
 
 +
'''Solution:''' FRED hasn't found any textures for the ships. Add -jpgtga to your FRED shortcut to enable .jpg and .tga textures, as those are not used in retail FreeSpace. FreeSpace Open does, since the 3.6.10 build.
 +
 
 +
----
 +
 
 +
'''Problem:''' FRED doesn't seem to be using any of my MediaVP enhancements or other mods.
 +
 
 +
'''Solution:''' By default, no mods are enabled. If you launch FreeSpace with the mod of your choice, FRED will open with that mod loaded.
 +
To set FRED to always use a specific mod (for example, MediaVPs), create a shortcut to FRED2_open and add "-mod modname" (for example, "-mod mediavps_2014") to the command line.
 +
Note that, in the case of mods that depend on other mods (like, for example, ST:R, which depends on the fsport), you will have to enter the entire -mod argument as generated by the Launcher. For example, if you have a mod folder called yourmod, which holds all your data, and you want to use both that and the mediavps, the -mod commandline would have to be -mod yourmod,mediavps.
  
'''A:''' [[FRED]] hasn't found any textures for the ships. Add -jpgtga to your [[FRED]] shortcut to enable .jpg and .tga textures, as those are not used by default. Alternatively, update to a 3.6.10 build (or higher), which has .jpg and .tga enabled by default.
 
 
[[Category:FRED]]
 
[[Category:FRED]]

Latest revision as of 16:21, 1 February 2016

Problem: I placed a ship in FRED, and now I can't deselect it by clicking in an empty area.

Solution: You probably have models and/or wireframes turned off, and can't see the actual size of the ship you placed. FRED still knows how big it is, though. Turn on wireframes or models, and if necessary zoom out, then try again.


Problem: When I play my mission, the background nebulae are showing up in front of the planets.

Solution: Backgrounds are rendered in the order they are placed. Make sure you don't place your planets until after placing all the nebulae.


Problem: None of the ships in my mission use their beams.

Solution: You need to either check 'All Ships Beam-Freed By Default' in the mission specs editor to free beams on all ships in the mission, or use the beam-free/beam-free-all SEXPs to free beams on a specific ship.


Problem: Some ships do not show up at all, even as wireframes. All I get is a green dot.

Solution: FRED hasn't found any textures for the ships. Add -jpgtga to your FRED shortcut to enable .jpg and .tga textures, as those are not used in retail FreeSpace. FreeSpace Open does, since the 3.6.10 build.


Problem: FRED doesn't seem to be using any of my MediaVP enhancements or other mods.

Solution: By default, no mods are enabled. If you launch FreeSpace with the mod of your choice, FRED will open with that mod loaded. To set FRED to always use a specific mod (for example, MediaVPs), create a shortcut to FRED2_open and add "-mod modname" (for example, "-mod mediavps_2014") to the command line. Note that, in the case of mods that depend on other mods (like, for example, ST:R, which depends on the fsport), you will have to enter the entire -mod argument as generated by the Launcher. For example, if you have a mod folder called yourmod, which holds all your data, and you want to use both that and the mediavps, the -mod commandline would have to be -mod yourmod,mediavps.