fs2open.github.com
fs2open.github.com copied to clipboard
Origin Repository for SCP FreeSpace 2 Open
Basically on the player selection screen, it's annoying when the selected player switches between multi and single modes and the selected player changes. This keeps the player's choice after switching.
Adds a new game_settings.tbl option: `$Lead indicator behavior`, which can be set to `default`, `multiple` or `average`. Also adds a new flag to weapons.tbl: `don't merge lead indicators` When `$Lead...
Adds release CI config for Mac. Note: this only adds enough to build and upload Mac artifacts to the Github release, but it doesn't change anything in the Python scripts...
Every time you switch between two mods with different campaigns on the same pilot you need to pick the campaign you want to play. It seems to me this should...
I've been diving into FSO's EFX and Sound Environment settings lately, and there's a lot to enjoy in this otherwise undocumented feature. However, there's several issues that I've run into:...
[Replaygain is a system that audio players use to ensure consistent percieved loudness amongst tracks and albums](https://wiki.hydrogenaud.io/index.php/ReplayGain) This would be incredibly useful for managing the percieved loudness of voice acting:...
apologies if this is already a component of another project, I couldn't find anything on search. Mods really ought not to be restricted on custom keybind count.
Request to be able to define Flyby sounds a little more cleanly. Currently you must create a set of flyby sounds for each species in species_defs. It's not a huge...
FRED will autosave Backup.001 through Backup.009 mission files after the following actions: ``` fredrender.cpp(1210):FREDDoc_ptr->autosave("level object"); fredrender.cpp(1234):FREDDoc_ptr->autosave("level objects"); fredrender.cpp(2195):FREDDoc_ptr->autosave("align object"); fredrender.cpp(2220):FREDDoc_ptr->autosave("align objects"); fredview.cpp(1075):FREDDoc_ptr->autosave("object move"); fredview.cpp(1224):FREDDoc_ptr->autosave("Editing"); fredview.cpp(2243):FREDDoc_ptr->autosave("form wing"); fredview.cpp(2308):FREDDoc_ptr->autosave("wing disband"); fredview.cpp(4320):FREDDoc_ptr->autosave("object delete");...