Major mods and JFLP
-
Just wishing to confirm before I build a up to date patch for Freelancer.
I was going to go with Quickfix and JFLP as a base, but I believe that some servers identify that as cheating still?
Also, I wanted to query, do the major mods remaining use a different patch base that would cause issues if Quickfix/JFLP was used as a base, with the respective mod extracted on top?
Thanks!
-
The most up to date patch out there right now is the official MS update from 2003 and the JFLP update. All the fixes in the Quickfix update are in the JFLP update.
Best bet is to use the JFLP as the foundation for any mods you do.
I put together a patch at one point that eliminates all errors still identified in FLErrorChecker and FLScan as well as most of the errors generated in the FL console view. It’s incorporated in our mod (FLUAddon mod). I can’t recall if those fixes are identified specifically in the mod though.
-
I think I should implement one without JFLP, and allow for the one with JFLP as an installation option with the patch not enabled by default.
Basicaly I wish to create a one-click patch for the most up to date base we have. But I also want that to be compatible for everyone to use with current mods out there as a base patch.
robocop wrote:
I put together a patch at one point that eliminates all errors still identified in FLErrorChecker and FLScan as well as most of the errors generated in the FL console view. It’s incorporated in our mod (FLUAddon mod). I can’t recall if those fixes are identified specifically in the mod though.Are you implying there that JFLP does not contain all possible fixes? As that’s what I am looking to arrange for everyone, so I’d like advice on what to include on top of JFLP.
Can you point out what errors remain that can be fixed?
-
The JFLP is excellent but when running FLScan and FLErrorChecker I’d still get error notifications. Most, probably all of them are no big deal but my obsession with details wouldn’t allow them to stand so I chased them all down so that those tools would come up clean leaving only errors related to any modding I was doing.
The errors I fixed never showed up as issues in the game. I’m sure I’m the only person in the world who worried about them.
DM me and I can give you the edits I made. You can decide if they’re worth adding or not.
-
I want a clean base for all future modding when I have done the new installer/launcher I am working on for Freelancer. This is why I want a universal patch.
Easier for debugging for the reasons you mentioned. So I will likely take you up on that, or, join our Discord so we can work on it together, myself and a few big names in the modding community are there too trying to create a Freelancer global community > https://discord.gg/tnrm4CB
-
Leaning myself out of the window a bit when I say that the major mods are (mostly) based on their own custom error corrections and do not require quickfix… the 1.1 patch… or an additional jpfl implementation. These mods usually have taken care of that stuff long ago and work best together with just vanilla FL.
-
I’m using only JFLP dlls for my mod.
Thought for modding better to fix all errors by self because it is more intresting -
I’m using JFLP as the basis for my mod, however, I know many of the larger mods (thinking Discovery here) prefer a pure vanilla install.
Discovery in particular will check the files it’s installing over and will refuse to extract if you have anything more than a fresh vanilla installation. (i.e. if jflp.dll is installed it’ll fail)
-
I’m using JFLP as the basis for my mod, however, I know many of the larger mods (thinking Discovery here) prefer a pure vanilla install.
Discovery in particular will check the files it’s installing over and will refuse to extract if you have anything more than a fresh vanilla installation. (i.e. if jflp.dll is installed it’ll fail)
-
I’ve pretty much solved this anyways:
I am going to simply offer the following as components to be ticked/unticked.
1. JFLP patch (or whatever final patch we can come up with)
2. Widescreen
3. JFLP DLL, with a warning that it may be seen as cheating on some servers.Any dacom.ini particular edits will be done post-install by after script.
I think that will cover most bases tbh.
Anything else you think I should add guys?