Difference between revisions of "Common FRED Issues"

From FreeSpace Wiki
Jump to: navigation, search
m (Multimodding)
(Added comment on loading mods with the launcher, as I can't modify the file target on Vista Home SP2)
Line 26: Line 26:
  
 
'''Solution:''' By default, no mods are enabled. To use MediaVPs, create a shortcut to FRED2_open and add "-mod mediavps" to the command line. To use a different mod, replace "mediavps" with the name of that mod.
 
'''Solution:''' By default, no mods are enabled. To use MediaVPs, create a shortcut to FRED2_open and add "-mod mediavps" to the command line. To use a different mod, replace "mediavps" with the name of that mod.
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.
+
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.  Alternatively, if you encounter errors with changing the file target, you can load a mod of choice in the FS Launcher and FRED will open with that mod loaded.
 
[[Category:FRED]]
 
[[Category:FRED]]

Revision as of 02:16, 9 August 2010

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 by default. Alternatively, update to a 3.6.10 build (or higher), which has .jpg and .tga enabled by default.


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

Solution: By default, no mods are enabled. To use MediaVPs, create a shortcut to FRED2_open and add "-mod mediavps" to the command line. To use a different mod, replace "mediavps" with the name of that mod. 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. Alternatively, if you encounter errors with changing the file target, you can load a mod of choice in the FS Launcher and FRED will open with that mod loaded.